Re: [iproute PATCH v2 6/6] iptoken: simplify iptoken_list a bit

2015-11-11 Thread Daniel Borkmann
On 11/08/2015 09:22 PM, Phil Sutter wrote: Since it uses only a single filter, rtnl_dump_filter() can be used. Signed-off-by: Phil Sutter Acked-by: Daniel Borkmann -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More

[iproute PATCH v2 6/6] iptoken: simplify iptoken_list a bit

2015-11-08 Thread Phil Sutter
Since it uses only a single filter, rtnl_dump_filter() can be used. Signed-off-by: Phil Sutter --- ip/iptoken.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ip/iptoken.c b/ip/iptoken.c index a38194c..428f133 100644 --- a/ip/iptoken.c +++ b/ip/iptoken.c @@ -95,10 +95,6