On Thu, 22 Sep 2016 14:28:47 +0800 Hangbin Liu <liuhang...@gmail.com> wrote:
> When merge iprule_flush() and iprule_list_or_save(). Renamed > rtnl_filter_t filter to filter_fn because we want to use global > variable 'filter' to filter nlmsg in the next patch. > > Hangbin Liu (2): > ip rule: merge ip rule flush and list, save together > ip rule: add selector support > > ip/iprule.c | 295 > +++++++++++++++++++++++++++++++++++++++++------------ > man/man8/ip-rule.8 | 6 +- > 2 files changed, 231 insertions(+), 70 deletions(-) > Fix Phil's man page comment and resubmit.