commit | 5df27e6cb2d302e90366848bc3c2bb73c41287fb | [log] [tgz] |
---|---|---|
author | Veaceslav Falico <vfalico@redhat.com> | Wed Sep 25 09:20:29 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 26 16:02:07 2013 -0400 |
tree | 2f86c07bfd18e177bed8532dde07f08382e90420 | |
parent | 4fee991a4689ca64abea90814e0b3c6d30a3c62f [diff] |
vlan: link the upper neighbour only after registering Otherwise users might access it without being fully registered, as per sysfs - it only inits in register_netdevice(), so is unusable till it is called. CC: Patrick McHardy <kaber@trash.net> CC: "David S. Miller" <davem@davemloft.net> Signed-off-by: Veaceslav Falico <vfalico@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>