commit | 149ddd83a92b02c658d6c61f3276eb6500d585e8 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Tue Jun 26 05:48:45 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 26 21:12:32 2012 -0700 |
tree | 971f008d720e7c57f28de77cecfd3ea0eb2164e3 | |
parent | d7ffde35e31a81100d2d0d2c4013cbf527bb32ea [diff] |
bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2) This ensures that bridges created with brctl(8) or ioctl(2) directly also carry IFLA_LINKINFO when dumped over netlink. This also allows to create a bridge with ioctl(2) and delete it with RTM_DELLINK. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>