[PATCH iproute2 4/6] ip route: Change type mask to bitmask

2016-06-27 Thread David Ahern
Allow option to select multiple route types to show or exlude specific route types. Signed-off-by: David Ahern --- ip/iproute.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ip/iproute.c b/ip/iproute.c index 8224d7ffa94b..aae693d17be8 100644 --- a/ip/iproute.c +

[PATCH iproute2 4/6] ip route: Change type mask to bitmask

2016-06-14 Thread David Ahern
Allow option to select multiple route types to show or exlude specific route types. Signed-off-by: David Ahern --- ip/iproute.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ip/iproute.c b/ip/iproute.c index 8224d7ffa94b..aae693d17be8 100644 --- a/ip/iproute.c +