All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 0/2] two fixes for tc ct command
@ 2022-11-16  7:33 Roi Dayan
  2022-11-16  7:33 ` [PATCH iproute2 1/2] tc: ct: Fix ct commit nat forcing addr Roi Dayan
  2022-11-16  7:33 ` [PATCH iproute2 2/2] tc: ct: Fix invalid pointer derefence Roi Dayan
  0 siblings, 2 replies; 7+ messages in thread
From: Roi Dayan @ 2022-11-16  7:33 UTC (permalink / raw)
  To: netdev; +Cc: Roi Dayan, Paul Blakey, Stephen Hemminger, David Ahern

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(-)

-- 
2.38.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-11-24  8:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16  7:33 [PATCH iproute2 0/2] two fixes for tc ct command Roi Dayan
2022-11-16  7:33 ` [PATCH iproute2 1/2] tc: ct: Fix ct commit nat forcing addr Roi Dayan
2022-11-16 18:21   ` Stephen Hemminger
2022-11-17  5:35     ` Roi Dayan
2022-11-17 14:00       ` Roi Dayan
2022-11-24  8:21         ` Roi Dayan
2022-11-16  7:33 ` [PATCH iproute2 2/2] tc: ct: Fix invalid pointer derefence Roi Dayan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.