redirect: Fix handling of local pings
This commit is contained in:
parent
31e29f93cc
commit
51ac6b34f1
2 changed files with 20 additions and 5 deletions
|
|
@ -64,7 +64,7 @@ func (r *autoRedirect) setupNFTables() error {
|
|||
r.nftablesCreateRedirect(nft, table, chainOutput)
|
||||
|
||||
chainOutputUDP := nft.AddChain(&nftables.Chain{
|
||||
Name: "output_udp",
|
||||
Name: "output_udp_icmp",
|
||||
Table: table,
|
||||
Hooknum: nftables.ChainHookOutput,
|
||||
Priority: nftables.ChainPriorityMangle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue