Open ohashemzadeh opened 2 years ago
family is important:
nt = NFCTAttrTuple(
saddr="192.168.122.1",
daddr="192.168.122.67",
sport=44056,
dport=443,
family=AF_INET,
proto=IPPROTO_TCP
)
ct.delete(nt)
But it looks that there's another bug — the entry gets deleted, but the response is not as expected, so there is an exception.
To be fixed asap.
Hello. I get error while trying to delete entry in Conntrack.
I also tried
and
Here is full stack trace: