Archived
更新流表语法
This commit is contained in:
@@ -33,7 +33,7 @@ table inet router {
|
|||||||
|
|
||||||
chain forward {
|
chain forward {
|
||||||
type filter hook forward priority filter; policy drop;
|
type filter hook forward priority filter; policy drop;
|
||||||
ct state established,related flow offload @ft comment "defconf: track forwarded flows"
|
ct state established,related flow add @ft comment "defconf: track forwarded flows"
|
||||||
ct state vmap { established : accept, related : accept } comment "defconf: handle forwarded flows"
|
ct state vmap { established : accept, related : accept } comment "defconf: handle forwarded flows"
|
||||||
iifname "eth0" jump forward_lan comment "defconf: handle LAN IPv4 / IPv6 forward traffic"
|
iifname "eth0" jump forward_lan comment "defconf: handle LAN IPv4 / IPv6 forward traffic"
|
||||||
iifname "tailscale0" counter jump forward_tailscale comment "tsconf: handle TS IPv4 / IPv6 forward traffic"
|
iifname "tailscale0" counter jump forward_tailscale comment "tsconf: handle TS IPv4 / IPv6 forward traffic"
|
||||||
|
|||||||
Reference in New Issue
Block a user