mirror of
https://github.com/moby/moby.git
synced 2026-08-04 15:11:00 +00:00
Map and set flags are a comma-separated list. Signed-off-by: Cory Snider <csnider@mirantis.com>
9 lines
212 B
Plaintext
Generated
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 }
|
|
}
|
|
}
|