From 94886678c1e033de12c9ac018e86e46929243712 Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Thu, 25 Sep 2003 19:49:31 +0000 Subject: Add the Xylogics/Bay Networks/Nortel Networks Annex administration suite. Allows the Annex to be administered from a FreeBSD host, rather than via the console port. Tested with a MicroAnnex-XL 16 port device. Reviewed by: edwin Approved by: jake (mentor) --- net-mgmt/annextools/files/patch-inc::na::cmd.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 net-mgmt/annextools/files/patch-inc::na::cmd.h (limited to 'net-mgmt/annextools/files/patch-inc::na::cmd.h') diff --git a/net-mgmt/annextools/files/patch-inc::na::cmd.h b/net-mgmt/annextools/files/patch-inc::na::cmd.h new file mode 100644 index 000000000000..0b539124758e --- /dev/null +++ b/net-mgmt/annextools/files/patch-inc::na::cmd.h @@ -0,0 +1,17 @@ +--- inc/na/cmd.h.orig Tue Aug 18 18:39:14 1998 ++++ inc/na/cmd.h Thu Sep 18 20:10:32 2003 +@@ -1881,13 +1881,12 @@ + , { 0, 0, 0, V_BIG_BIRD_N, V_BIG_BIRD_N, 0, V_BIG_BIRD_N, V_PRIMATE_N } + #endif + }, +-#ifndef NA ++/* XXXCDC: was ifndef NA, need this or indexs off by 1! */ + {ARPT_TTKILLC, DFE_CAT, DFE_ARPT_TTKILLC , B_GENERIC_CAT, CARDINAL_P, CNV_BYTE + #ifdef NA + , { 0, 0, 0, 0, 0, 0, 0, 0 } + #endif + }, +-#endif + {FAIL_TO_CONNECT, DFE_CAT, DFE_FAIL_TO_CONNECT, B_GENERIC_CAT, CARDINAL_P, CNV_INT + #ifdef NA + , { 0, 0, 0, V_14_0_N, V_14_0_N, 0, 0, V_14_0_N } -- cgit v1.2.3