commit | 526f1b587cf826d78c3e522428ce6b24a8da0d65 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Tue Dec 11 18:57:24 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 14 15:44:47 2018 -0800 |
tree | f28c66801db109cd5e67119540b434a52f5c23b7 | |
parent | 7e6f182bec7debb420a2c12ae0ea1813645a7ac4 [diff] |
neighbor: Move neigh_update_ext_learned to core file neigh_update_ext_learned has one caller in neighbour.c so does not need to be defined in the header. Move it and in the process remove the intialization of ndm_flags and just set it based on the flags check. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>