summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormikeb <mikeb@openbsd.org>2016-01-07 15:33:56 +0000
committermikeb <mikeb@openbsd.org>2016-01-07 15:33:56 +0000
commitc1f5bcce1cf27e281eb298563ddcefd49ea5bdb6 (patch)
tree36cb1e80e5854a5eff0f4164270b60459603bf8f
parentANSIfy trek(6) (diff)
downloadwireguard-openbsd-c1f5bcce1cf27e281eb298563ddcefd49ea5bdb6.tar.xz
wireguard-openbsd-c1f5bcce1cf27e281eb298563ddcefd49ea5bdb6.zip
sync displayed interface flags to reality
-rw-r--r--sbin/ifconfig/brconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/brconfig.h b/sbin/ifconfig/brconfig.h
index 04601fd1836..1d90006e012 100644
--- a/sbin/ifconfig/brconfig.h
+++ b/sbin/ifconfig/brconfig.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: brconfig.h,v 1.8 2014/07/11 16:41:51 henning Exp $ */
+/* $OpenBSD: brconfig.h,v 1.9 2016/01/07 15:33:56 mikeb Exp $ */
/*
* Copyright (c) 2009 Claudio Jeker <claudio@openbsd.org>
@@ -68,7 +68,7 @@ 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" \
+ "\15LINK0\16LINK1\17LINK2\20MULTICAST\21MPSAFE" \
"\23INET6_NOPRIVACY\24MPLS\25WOL\26AUTOCONF6"
void printb(char *, unsigned int, unsigned char *);