diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-11-10 04:42:14 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-11-10 04:42:14 +0000 |
commit | 4575f892d2c42b7683343fd14cb4e51ce9604ae4 (patch) | |
tree | fa4f1bf24236acddf51e4455a2e40dea2ea422b6 /sbin | |
parent | f2ba9ae8ac6788b3153af9a72efbe7157eb6c50d (diff) |
unused bit in display string
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/brconfig/brconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/brconfig/brconfig.c b/sbin/brconfig/brconfig.c index d04ca6beea4..0848c608fc2 100644 --- a/sbin/brconfig/brconfig.c +++ b/sbin/brconfig/brconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: brconfig.c,v 1.8 2000/07/03 17:21:26 jason Exp $ */ +/* $OpenBSD: brconfig.c,v 1.9 2000/11/10 04:42:13 jason Exp $ */ /* * Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) @@ -83,7 +83,7 @@ int bridge_rulefile __P((int, char *, char *)); \11PROMISC\12ALLMULTI\13OACTIVE\14SIMPLEX\15LINK0\16LINK1\17LINK2\20MULTICAST" #define IFBAFBITS "\020\1STATIC" -#define IFBIFBITS "\020\1LEARNING\2DISCOVER\3BLOCKNONIP\4BLOCKARP" +#define IFBIFBITS "\020\1LEARNING\2DISCOVER\3BLOCKNONIP" void usage() |