commit | e9997c2938b23d792528da1597b3aea9b0f2a324 | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Sat Mar 28 19:13:25 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 31 13:28:33 2015 -0400 |
tree | c2e767997eb357c7b48e4711c336a89ddcc730ce | |
parent | 40891e8ad630558caae26788d37bf50137b6d5d2 [diff] |
ipvlan: fix check for IP addresses in control path When an ipvlan interface is down, its addresses are not on the hash list. Fix checks for existence of addresses not to depend on the hash list, walk through all interface addresses instead. Signed-off-by: Jiri Benc <jbenc@redhat.com> Acked-by: Mahesh Bandewar <maheshb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>