6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
|
table inet test-table {
|
||
|
chain test-chain {
|
||
|
type nat hook output priority dstnat; policy accept;
|
||
|
}
|
||
|
}
|