mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
Revert "ifconfig: Display the IFCAP_NV capability without netlink"
The display of IFCAP_NV is handled by SIOCGIFCAPNV ioctl. The kernel
composes a nvlist of capabilities and the userland unpack them and
display. So this "NV" in IFCAPBITS is meaningless but rather misleading.
This reverts commit 0c1684dd45.
This commit is contained in:
parent
52c4b76d1d
commit
0143af8499
1 changed files with 0 additions and 1 deletions
|
|
@ -1658,7 +1658,6 @@ static const char *IFCAPBITS[] = {
|
|||
[14] = "TOE4",
|
||||
[15] = "TOE6",
|
||||
[16] = "VLAN_HWFILTER",
|
||||
[17] = "NV",
|
||||
[18] = "VLAN_HWTSO",
|
||||
[19] = "LINKSTATE",
|
||||
[20] = "NETMAP",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue