commit | 93e246f783e6bd1bc64fdfbfe68b18161f69b28e | [log] [tgz] |
---|---|---|
author | David Forster <dforster@brocade.com> | Fri Jan 06 10:27:59 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 06 16:09:09 2017 -0500 |
tree | f47839cf4056f4662f749599af6f9dba63cbe83d | |
parent | 5ca7d1ca77dc23934504b95a96d2660d345f83c2 [diff] |
vti6: fix device register to report IFLA_INFO_KIND vti6 interface is registered before the rtnl_link_ops block is attached. As a result the resulting RTM_NEWLINK is missing IFLA_INFO_KIND. Re-order attachment of rtnl_link_ops block to fix. Signed-off-by: Dave Forster <dforster@brocade.com> Signed-off-by: David S. Miller <davem@davemloft.net>