summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-03-12 23:52:32 +0000
committerru <ru@FreeBSD.org>2004-03-12 23:52:32 +0000
commitf2b9d84260efde88b7a4b4af9694236c69d78c0e (patch)
treea2bd6d7142e425fefae6d6ed0063b6c40b0137a2 /sbin
parent1579b4cc4ff80a96d034c3a6f73003f85dfd5a9b (diff)
downloadFreeBSD-src-f2b9d84260efde88b7a4b4af9694236c69d78c0e.zip
FreeBSD-src-f2b9d84260efde88b7a4b4af9694236c69d78c0e.tar.gz
The print mask's first part is the base, not the total number of bit
identifiers.
Diffstat (limited to 'sbin')
-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 a4a27d4..05c06ac 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -1075,7 +1075,7 @@ setifname(const char *val, int dummy __unused, int s,
"\20MULTICAST\21POLLING\23MONITOR\24STATICARP"
#define IFCAPBITS \
-"\003\1RXCSUM\2TXCSUM\3NETCONS\4VLAN_MTU\5VLAN_HWTAGGING\6JUMBO_MTU"
+"\020\1RXCSUM\2TXCSUM\3NETCONS\4VLAN_MTU\5VLAN_HWTAGGING\6JUMBO_MTU"
/*
* Print the status of the interface. If an address family was
OpenPOWER on IntegriCloud