redirect: Fix unreachable
This commit is contained in:
parent
f13cd94aa0
commit
494b0ef858
1 changed files with 1 additions and 3 deletions
|
|
@ -742,9 +742,7 @@ func (r *autoRedirect) nftablesCreateUnreachable(
|
||||||
Data: []byte{uint8(nfProto)},
|
Data: []byte{uint8(nfProto)},
|
||||||
},
|
},
|
||||||
&expr.Counter{},
|
&expr.Counter{},
|
||||||
&expr.Verdict{
|
&expr.Reject{},
|
||||||
Kind: expr.VerdictDrop,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue