Rework Communication+Link to Connection

This commit is contained in:
Daniel 2020-04-07 17:30:33 +02:00
parent eec0c37101
commit 38f57a8954
21 changed files with 862 additions and 1741 deletions

View file

@ -51,7 +51,7 @@ func (pkt *Packet) setVerdict(v uint32) (err error) {
}()
pkt.verdict <- v
close(pkt.verdict)
// log.Tracef("firewall: packet %s verdict %d", pkt, v)
// log.Tracef("filter: packet %s verdict %d", pkt, v)
return err
}