diff options
| author | Zhenlei Huang <zlei@FreeBSD.org> | 2025-09-21 16:47:45 +0000 |
|---|---|---|
| committer | Zhenlei Huang <zlei@FreeBSD.org> | 2025-09-21 16:47:45 +0000 |
| commit | 0c1684dd456e3df306b359b04e61f9f2048d9ff2 (patch) | |
| tree | b79399163b97738c391dd2df69f11656b66fcb38 | |
| parent | 595acb29a35f36a4fc08b89d3a476f16c1d108b4 (diff) | |
ifconfig: Display the IFCAP_NV capability without netlink
This follows the commit 051e7d78b039, which introduces the IFCAP_NV
capability.
Fixes: 051e7d78b039 Kernel-side infrastructure to implement nvlist-based set/get ifcaps
MFC after: 3 days
| -rw-r--r-- | sbin/ifconfig/ifconfig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 9aeb4a09ef49..d4c8cbd29d18 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1658,6 +1658,7 @@ static const char *IFCAPBITS[] = { [14] = "TOE4", [15] = "TOE6", [16] = "VLAN_HWFILTER", + [17] = "NV", [18] = "VLAN_HWTSO", [19] = "LINKSTATE", [20] = "NETMAP", |
