mirror of
https://github.com/tailscale/tailscale.git
synced 2025-07-11 16:18:41 +00:00
util/linuxfw: fix table name in DelStatefulRule
Updates #12061 Follow-up to #12072 Signed-off-by: Andrew Dunham <andrew@du.nham.ca> Change-Id: I2ba8c4bff14d93816760ff5eaa1a16f17bad13c1
This commit is contained in:
parent
21abb7f402
commit
25e32cc3ae
@ -1926,7 +1926,7 @@ func (n *nftablesRunner) DelStatefulRule(tunname string) error {
|
|||||||
return fmt.Errorf("get forward chain: %w", err)
|
return fmt.Errorf("get forward chain: %w", err)
|
||||||
}
|
}
|
||||||
rule, err := findRule(conn, &nftables.Rule{
|
rule, err := findRule(conn, &nftables.Rule{
|
||||||
Table: table.Nat,
|
Table: table.Filter,
|
||||||
Chain: chain,
|
Chain: chain,
|
||||||
Exprs: exprs,
|
Exprs: exprs,
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user