Files
Cory Snider c6c2df904e d/libn/i/nftables: fix setting multiple flags
Map and set flags are a comma-separated list.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2026-07-14 18:00:56 -04:00

9 lines
212 B
Plaintext
Generated

table ip6 this_is_a_table {
map this_is_a_vmap {
type ifname : verdict
flags dynamic,timeout
elements = { "eth0" : return,
"eth1" comment "/// this is a comment on a map element \\\" : drop }
}
}