]> git.proxmox.com Git - mirror_iproute2.git/commit
ipaddress: drop unnecessary check in ipaddr_list_flush_or_save()
authorPhil Sutter <phil@nwl.cc>
Tue, 24 Nov 2015 14:31:03 +0000 (15:31 +0100)
committerStephen Hemminger <shemming@brocade.com>
Sun, 29 Nov 2015 19:47:29 +0000 (11:47 -0800)
commit906dfe4887672be87b0656a2034f950883f036f6
tree7090aa1909bc3023a6ff7b92c55f7849fba34a36
parentd25ec03e1dce4cf22093a9f7106e9401ab5bf066
ipaddress: drop unnecessary check in ipaddr_list_flush_or_save()

Right after ipaddr_reset_filter(), filter.family is always AF_UNSPEC.

Signed-off-by: Phil Sutter <phil@nwl.cc>
ip/ipaddress.c