Re: [PATCH iproute2 2/2] ip rule: add selector support

2016-09-22 Thread Hangbin Liu
2016-09-22 16:45 GMT+08:00 Phil Sutter : > On Thu, Sep 22, 2016 at 02:28:49PM +0800, Hangbin Liu wrote: > [...] >> diff --git a/man/man8/ip-rule.8 b/man/man8/ip-rule.8 >> index 3508d80..ec0e31d 100644 >> --- a/man/man8/ip-rule.8 >> +++ b/man/man8/ip-rule.8 >> @@ -15,7 +15,8 @@ ip-rule \- routing po

Re: [PATCH iproute2 2/2] ip rule: add selector support

2016-09-22 Thread Phil Sutter
On Thu, Sep 22, 2016 at 02:28:49PM +0800, Hangbin Liu wrote: [...] > diff --git a/man/man8/ip-rule.8 b/man/man8/ip-rule.8 > index 3508d80..ec0e31d 100644 > --- a/man/man8/ip-rule.8 > +++ b/man/man8/ip-rule.8 > @@ -15,7 +15,8 @@ ip-rule \- routing policy database management > > .ti -8 > .B ip r

[PATCH iproute2 2/2] ip rule: add selector support

2016-09-21 Thread Hangbin Liu
Signed-off-by: Hangbin Liu --- ip/iprule.c| 180 +++-- man/man8/ip-rule.8 | 6 +- 2 files changed, 180 insertions(+), 6 deletions(-) diff --git a/ip/iprule.c b/ip/iprule.c index e18505f..42fb6af 100644 --- a/ip/iprule.c +++ b/ip/iprule.c