mbox series

[iproute2,0/2] two fixes for tc ct command

Message ID 20221116073312.177786-1-roid@nvidia.com (mailing list archive)
Headers show
Series two fixes for tc ct command | expand

Message

Roi Dayan Nov. 16, 2022, 7:33 a.m. UTC
Hi,

The first first is that ct commit nat src/dst should accept
the command even without an address and the driver fills
the address from the tuple.
The second commit fixes a segmentaion fault reading invalid
argv pointer which is passing the available args passed by
the user.

Thanks,
Roi


Roi Dayan (2):
  tc: ct: Fix ct commit nat forcing addr
  tc: ct: Fix invalid pointer derefence

 man/man8/tc-ct.8 | 2 +-
 tc/m_ct.c        | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)