summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2000-11-10 04:42:13 +0000
committerjason <jason@openbsd.org>2000-11-10 04:42:13 +0000
commit7ad7edc7ff67e89467d4beb7955a059a4b5b1ab6 (patch)
tree9bd09e4b791bb630496abc2054f3118d0e8b3ec9
parentThis fixes a problem that caused DMA errors from shortly before (diff)
downloadwireguard-openbsd-7ad7edc7ff67e89467d4beb7955a059a4b5b1ab6.tar.xz
wireguard-openbsd-7ad7edc7ff67e89467d4beb7955a059a4b5b1ab6.zip
unused bit in display string
-rw-r--r--sbin/brconfig/brconfig.c4
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()