summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.c
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2006-09-08 13:29:38 +0000
committerandre <andre@FreeBSD.org>2006-09-08 13:29:38 +0000
commitda4d1fe46fba751bc6b6ced0cd2caed75e4cf82b (patch)
treedbd25a658b143d9ab1088ad199858e036090baae /sbin/ifconfig/ifconfig.c
parent9dc28ac0b4752bea8cbeafd6c6c063ed4a4a0039 (diff)
downloadFreeBSD-src-da4d1fe46fba751bc6b6ced0cd2caed75e4cf82b.zip
FreeBSD-src-da4d1fe46fba751bc6b6ced0cd2caed75e4cf82b.tar.gz
Fix octal representation of TSO4 and TSO6 bits in interface capabilities
description.
Diffstat (limited to 'sbin/ifconfig/ifconfig.c')
-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 0f3c184..199cddf 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -805,7 +805,7 @@ rt_xaddrs(caddr_t cp, caddr_t cplim, struct rt_addrinfo *rtinfo)
#define IFCAPBITS \
"\020\1RXCSUM\2TXCSUM\3NETCONS\4VLAN_MTU\5VLAN_HWTAGGING\6JUMBO_MTU\7POLLING" \
-"\8TSO4\9TSO6\10VLAN_HWCSUM"
+"\10VLAN_HWCSUM\11TSO4\12TSO6"
/*
* Print the status of the interface. If an address family was
OpenPOWER on IntegriCloud