mirror of
https://github.com/moby/moby.git
synced 2026-08-04 07:00:53 +00:00
Support specifying the device to associate a base chain with. Signed-off-by: Cory Snider <csnider@mirantis.com>
7 lines
140 B
Plaintext
Generated
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
|
|
}
|
|
}
|