Re: [PATCH iproute2 v2] Add "show" subcommand to "ip fou"

2017-11-16 Thread Stephen Hemminger
On Thu, 16 Nov 2017 16:53:22 -0800 Greg Greenway wrote: > Sample output: > > $ sudo ./ip/ip fou add port 111 ipproto 11 > $ sudo ./ip/ip fou add port 222 ipproto 22 -6 > $ ./ip/ip fou show > port 222 ipproto 22 -6 > port 111 ipproto 11 > > Signed-off-by: Greg Greenway Applied, thanks. Sorry f

[PATCH iproute2 v2] Add "show" subcommand to "ip fou"

2017-11-16 Thread Greg Greenway
Sample output: $ sudo ./ip/ip fou add port 111 ipproto 11 $ sudo ./ip/ip fou add port 222 ipproto 22 -6 $ ./ip/ip fou show port 222 ipproto 22 -6 port 111 ipproto 11 Signed-off-by: Greg Greenway --- ip/ipfou.c | 60 1 file changed, 60