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>
8 lines
162 B
Plaintext
Generated
8 lines
162 B
Plaintext
Generated
table ip6 table6 {
|
|
set set6 {
|
|
type ipv6_addr
|
|
flags interval,timeout
|
|
elements = { 2001:db8::/64 comment "/// this is a comment on a set element \\\" }
|
|
}
|
|
}
|