summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-11-05 14:11:31 +0000
committerglebius <glebius@FreeBSD.org>2013-11-05 14:11:31 +0000
commitca7094039acbfbd5bcf9f8607c64411510d18d46 (patch)
tree99dd481db813d2d17829aafe6cd55fe0ac63af33 /sbin/ifconfig
parent9e5215dca295a6e622894d03eba98b9d0969f2c0 (diff)
downloadFreeBSD-src-ca7094039acbfbd5bcf9f8607c64411510d18d46.zip
FreeBSD-src-ca7094039acbfbd5bcf9f8607c64411510d18d46.tar.gz
Axe IFF_SMART.
Submitted by: pluknet
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r--sbin/ifconfig/ifconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
index 983e21f..eb16aec 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -909,7 +909,7 @@ unsetifdescr(const char *val, int value, int s, const struct afswtch *afp)
}
#define IFFBITS \
-"\020\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5POINTOPOINT\6SMART\7RUNNING" \
+"\020\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5POINTOPOINT\7RUNNING" \
"\10NOARP\11PROMISC\12ALLMULTI\13OACTIVE\14SIMPLEX\15LINK0\16LINK1\17LINK2" \
"\20MULTICAST\22PPROMISC\23MONITOR\24STATICARP"
OpenPOWER on IntegriCloud