Add flow tracking
This commit is contained in:
parent
ed63adda33
commit
14c8f75f7a
7 changed files with 240 additions and 39 deletions
|
|
@ -269,6 +269,7 @@ func (h *nfqueueHandler) handlePacket(attr nfqueue.Attribute) int {
|
|||
packet.protocol,
|
||||
packet.source,
|
||||
packet.destination,
|
||||
packet.firstPacket,
|
||||
)
|
||||
|
||||
// Use NfRepeat for bypass/reset so the packet re-enters the chain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue