Files
Cory Snider 09001de685 d/libn/i/nftables: add netdev table support
Support specifying the device to associate a base chain with.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2026-07-02 18:43:38 -04:00

7 lines
140 B
Plaintext
Generated

table netdev testtable {
chain this_is_a_netdev_chain {
type filter hook ingress device "lo" priority -123; policy accept;
accept
}
}