diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-10-18 19:00:14 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-10-18 19:00:14 +0000 |
commit | f153253db67cdfcd38f4e1b3389c8e72ab1d2f63 (patch) | |
tree | 3fae3ccfde59c68313dfa585e0a0e611b580671b | |
parent | a40d2c06d976207f6f22bf2fdb7f5e6f6a1c3822 (diff) |
avoid clash with IANA ifType mib, move bridge to 0xe8
-rw-r--r-- | sys/net/if_types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_types.h b/sys/net/if_types.h index f97fede5ffa..db45933482c 100644 --- a/sys/net/if_types.h +++ b/sys/net/if_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_types.h,v 1.5 2000/10/18 18:40:22 jason Exp $ */ +/* $OpenBSD: if_types.h,v 1.6 2000/10/18 19:00:13 jason Exp $ */ /* $NetBSD: if_types.h,v 1.7 1995/02/27 09:10:24 glass Exp $ */ /* @@ -97,9 +97,9 @@ #define IFT_PROPVIRTUAL 0x35 /* Proprietary Virtual/internal */ #define IFT_PROPMUX 0x36 /* Proprietary Multiplexing */ #define IFT_ENC 0x37 /* Encapsulation */ -#define IFT_BRIDGE 0x38 /* bridge interfaces */ /* private usage... how should we define these? */ +#define IFT_BRIDGE 0xe8 /* bridge interfaces */ #define IFT_GIF 0xf0 #define IFT_DUMMY 0xf1 #define IFT_PVC 0xf2 |