]> git.proxmox.com Git - mirror_iproute2.git/commit
ip rule: merge ip rule flush and list, save together
authorHangbin Liu <liuhangbin@gmail.com>
Fri, 23 Sep 2016 03:25:54 +0000 (11:25 +0800)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 10 Oct 2016 02:25:59 +0000 (19:25 -0700)
commitcb294a1de61266e00defab8e06af05ee15e072d5
treeada81135505403836d7501eae978364fc2aff58f
parent6773bcc227668192026a53dc9755681c7cf33a1a
ip rule: merge ip rule flush and list, save together

iprule_flush() and iprule_list_or_save() both call function
rtnl_wilddump_request() and rtnl_dump_filter(). So merge them
together just like other files do.

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
ip/iprule.c