commit | 6c8b4e3ff81b82fc153625e81e60af1d89de2c32 | [log] [tgz] |
---|---|---|
author | Timo Teräs <timo.teras@iki.fi> | Tue May 28 01:30:23 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue May 28 13:11:02 2013 -0700 |
tree | 88f8d3413e9fa93c9683ba2fef44167de2f583c9 | |
parent | be9efd3653284f2827fd82861e8e9db9a8f726e1 [diff] |
arp: flush arp cache on IFF_NOARP change IFF_NOARP affects what kind of neighbor entries are created (nud NOARP or nud INCOMPLETE). If the flag changes, flush the arp cache to refresh all entries. Signed-off-by: Timo Teräs <timo.teras@iki.fi> Signed-off-by: Jiri Pirko <jiri@resnulli.us> v2->v3: shortened notifier_info struct name Signed-off-by: David S. Miller <davem@davemloft.net>