[PATCH iproute2 3/6] ip neigh: Add support for keyword

2016-06-27 Thread David Ahern
Add vrf keyword to 'ip neigh' commands. Allows listing neighbor entries for all links associated with a given VRF. Signed-off-by: David Ahern --- ip/ipneigh.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ip/ipneigh.c b/ip/ipneigh.c index 4ddb747e2086..3e4447

[PATCH iproute2 3/6] ip neigh: Add support for keyword

2016-06-14 Thread David Ahern
Add vrf keyword to 'ip neigh' commands. Allows listing neighbor entries for all links associated with a given VRF. $ ip neigh show vrf NAME versus current syntax: $ ip neigh show master DEV Signed-off-by: David Ahern --- ip/ipneigh.c | 14 +- 1 file changed, 13 insertions(+), 1