HomeVyOS Platform

T4309: Conntrack ignore fix to handle interface any

This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

T4309: Conntrack ignore fix to handle interface any

Interface 'any' not expected in nft rules, it means that option
iifname shouldn't exist at all

set system conntrack ignore ipv4 rule 10 inbound-interface 'any'

table ip raw {
chain VYOS_CT_IGNORE {

		iifname "any" counter packets 0 bytes 0 notrack comment "ignore-10"
		return

}
}

Fix it

(cherry picked from commit b730015945dcac62db4373ebfa8072d7bc1acff1)

  1. Conflicts:
  2. python/vyos/template.py

Details

Provenance
ViacheslavAuthored on Sep 12 2023, 3:35 PM
MergifyCommitted on Sep 12 2023, 6:12 PM
Parents
rVYOSONEX87ab93326dfd: Merge pull request #2247 from sever-sever/T5562-sag
Branches
Loading...
Tags
Loading...

Event Timeline