summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/brconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ifconfig/brconfig.h')
-rw-r--r--sbin/ifconfig/brconfig.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/sbin/ifconfig/brconfig.h b/sbin/ifconfig/brconfig.h
index 8d3471686a6..81728b5012f 100644
--- a/sbin/ifconfig/brconfig.h
+++ b/sbin/ifconfig/brconfig.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: brconfig.h,v 1.4 2011/03/13 15:31:41 stsp Exp $ */
+/* $OpenBSD: brconfig.h,v 1.5 2011/11/02 02:03:47 haesbaert Exp $ */
/*
* Copyright (c) 2009 Claudio Jeker <claudio@openbsd.org>
@@ -65,10 +65,11 @@ int is_bridge(char *);
void bridge_status(void);
int bridge_rule(int, char **, int);
-
-#define IFFBITS \
-"\024\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5POINTOPOINT\6NOTRAILERS\7RUNNING\10NOARP\
-\11PROMISC\12ALLMULTI\13OACTIVE\14SIMPLEX\15LINK0\16LINK1\17LINK2\20MULTICAST\21TXREADY\22NOINET6\23INET6_PRIVACY\24MPLS\25WOL"
+#define IFFBITS \
+ "\024\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5POINTOPOINT\6NOTRAILERS" \
+ "\7RUNNING\10NOARP\11PROMISC\12ALLMULTI\13OACTIVE\14SIMPLEX" \
+ "\15LINK0\16LINK1\17LINK2\20MULTICAST\21TXREADY\22NOINET6" \
+ "\23INET6_PRIVACY\24MPLS\25WOL"
void printb(char *, unsigned int, char *);