Re: [iproute PATCH] tc: m_xt: Prevent a segfault in libipt

2017-05-30 Thread Stephen Hemminger
On Tue, 23 May 2017 15:40:57 +0200 Phil Sutter wrote: > From: Phil Sutter > > This happens with NAT targets, such as SNAT, DNAT and MASQUERADE. These > are still not usable with this patch, but at least tc doesn't crash > anymore when one tries to use them. >

[iproute PATCH] tc: m_xt: Prevent a segfault in libipt

2017-05-23 Thread Phil Sutter
From: Phil Sutter This happens with NAT targets, such as SNAT, DNAT and MASQUERADE. These are still not usable with this patch, but at least tc doesn't crash anymore when one tries to use them. Signed-off-by: Phil Sutter --- tc/m_xt.c | 5 - 1 file