1
0
mirror of https://github.com/HorlogeSkynet/Nftables synced 2025-10-31 16:00:17 +01:00
Files
Nftables/syntax_test_Nftables.nft
Samuel FORESTIER aecaaa301b Fixes IPv6 link-local addresses regular expression
This patch removes support for IPv6 link-local address interface/zone
index syntax (e.g. "fe80::dead:beef%eth0").

Rationale is :
* nftables doesn't specifically support this notation ;
* it actually didn't support compressed format with 3+ segments, nor uncompressed format at all (see <https://regex101.com/r/oIosm6/1>).

IPv6 link-local addresses will now be matched as any other IPv6 address.
2025-02-23 15:28:14 +01:00

30 KiB