Re: [patch net-next 0/5] bridge: implement rtnl_link options for getting and setting bridge options
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2014-09-05 17:06:11
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2014-09-05 17:06:11
On Fri, 5 Sep 2014 15:51:27 +0200 Jiri Pirko [off-list ref] wrote:
So far, only sysfs is complete interface for getting and setting bridge
options. This patchset follows-up on the similar bonding code and
allows userspace to get/set bridge master/port options using Netlink
IFLA_INFO_DATA/IFLA_INFO_SLAVE_DATA attr.
Jiri Pirko (5):
bridge: switch order of rx_handler reg and upper dev link
bridge: implement rtnl_link_ops->get_slave_size and
rtnl_link_ops->fill_slave_info
bridge: implement rtnl_link_ops->slave_changelink
bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_info
bridge: implement rtnl_link_ops->changelink
include/uapi/linux/if_link.h | 12 +++++
net/bridge/br_if.c | 15 +++---
net/bridge/br_netlink.c | 109 +++++++++++++++++++++++++++++++++++++++----
3 files changed, 121 insertions(+), 15 deletions(-)Looks good, I will try and go over in more detail and look for any specific issues.