Re: [PATCH net v2] bridge: netlink: call br_changelink() during br_dev_newlink()

2017-01-20 Thread Jiri Pirko
Fri, Jan 20, 2017 at 05:59:33PM CET, c...@cera.cz wrote: >Any bridge options specified during link creation (e.g. ip link add) >are ignored as br_dev_newlink() does not process them. >Use br_changelink() to do it. > >Fixes: 1332351 bridge: implement rtnl_link_ops->changelink This is not the correc

[PATCH net v2] bridge: netlink: call br_changelink() during br_dev_newlink()

2017-01-20 Thread Ivan Vecera
Any bridge options specified during link creation (e.g. ip link add) are ignored as br_dev_newlink() does not process them. Use br_changelink() to do it. Fixes: 1332351 bridge: implement rtnl_link_ops->changelink Signed-off-by: Ivan Vecera --- net/bridge/br_netlink.c | 33 +++