]> git.proxmox.com Git - mirror_iproute2.git/commit
Add "show" subcommand to "ip fou"
authorGreg Greenway <ggreenway@apple.com>
Fri, 17 Nov 2017 00:53:22 +0000 (16:53 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 17 Nov 2017 01:05:07 +0000 (17:05 -0800)
commitcf4caf336a8a6b0d45b95f1c460aa78e71ccf53a
tree2bcdac61123f939bd95c007c7fa9fbcf8501de94
parent66942e522e54d9f96153590b7c1c7830b8f73f5c
Add "show" subcommand to "ip fou"

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 <ggreenway@apple.com>
ip/ipfou.c