]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ipaddress: simplify ipaddr_flush()
authorPhil Sutter <phil@nwl.cc>
Tue, 24 Nov 2015 14:31:00 +0000 (15:31 +0100)
committerStephen Hemminger <shemming@brocade.com>
Sun, 29 Nov 2015 19:47:29 +0000 (11:47 -0800)
commitc6995c48025233902a5b0c5fe88654e17ea934f6
treebed3b27f93943b87f6e1160898b36a6c698009bf
parent68ef50724914e17ef47871e432618d73cce0c6c9
ipaddress: simplify ipaddr_flush()

Since it's no longer relevant whether an IP address is primary or
secondary when flushing, ipaddr_flush() can be simplified a bit.

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