mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
ifconfig: Fix the display of the IFCAP_MEXTPG capability without netlink
Historically this capability is IFCAP_NOMAP but it was renamed to IFCAP_MEXTPG. Catch up with the change3f43ada98c. PR: 289545 Fixes:3f43ada98cCatch up with6edfd179c8: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG MFC after: 3 days (cherry picked from commit 5017fdb728811fd3e15d7151524378f49a49aee1) (cherry picked from commit5f472754ba)
This commit is contained in:
parent
c116bd7562
commit
9a29980d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -1674,7 +1674,7 @@ static const char *IFCAPBITS[] = {
|
|||
[22] = "TXCSUM_IPV6",
|
||||
[24] = "TXRTLMT",
|
||||
[25] = "HWRXTSTMP",
|
||||
[26] = "NOMAP",
|
||||
[26] = "MEXTPG",
|
||||
[27] = "TXTLS4",
|
||||
[28] = "TXTLS6",
|
||||
[29] = "VXLAN_HWCSUM",
|
||||
|
|
|
|||
Loading…
Reference in a new issue