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 change 3f43ada98c.

PR:		289545
Fixes:		3f43ada98c Catch up with 6edfd179c8: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG
MFC after:	3 days

(cherry picked from commit 5017fdb728811fd3e15d7151524378f49a49aee1)
(cherry picked from commit 5f472754ba)
This commit is contained in:
Zhenlei Huang 2025-09-20 03:18:27 +08:00 committed by Franco Fichtner
parent c116bd7562
commit 9a29980d3e

View file

@ -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",