Remove custom ip redirects

This commit is contained in:
Vladimir Stoilov
2024-01-30 12:11:25 +02:00
parent 7babfb13ab
commit b5195797d1
2 changed files with 9 additions and 30 deletions

View File

@@ -33,7 +33,7 @@ func (pkt *Packet) FastTrackedByIntegration() bool {
// InfoOnly returns whether the packet is informational only and does not
// represent an actual packet.
func (pkt *Packet) InfoOnly() bool {
return false
return pkt.verdictRequest == 0
}
// ExpectInfo returns whether the next packet is expected to be informational only.