From: Hangbin Liu <hidden> Date: 2017-01-18 06:21:21
Add the bridge netlink attributes added to kernel recently.
v2: rename vlan/mcast_state to vlan/mcast_stats_enabled as suggested by
Nikolay. The previous name has different meaning and will mislead people.
I will post a separate patch for IFLA_BRPORT_FLUSH support.
Hangbin Liu (5):
iplink: bridge: add support for IFLA_BR_FDB_FLUSH
iplink: bridge: add support for IFLA_BR_VLAN_STATS_ENABLED
iplink: bridge: add support for IFLA_BR_MCAST_STATS_ENABLED
iplink: bridge: add support for IFLA_BR_MCAST_IGMP_VERSION
iplink: bridge: add support for IFLA_BR_MCAST_MLD_VERSION
ip/iplink_bridge.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 56 insertions(+), 1 deletion(-)
--
2.5.5
From: Hangbin Liu <hidden> Date: 2017-01-18 06:20:53
This patch implements support for the IFLA_BR_VLAN_STATS_ENABLED
attribute in iproute2 so it can enable/disable vlan stats accounting.
Signed-off-by: Hangbin Liu <redacted>
---
ip/iplink_bridge.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
From: Hangbin Liu <hidden> Date: 2017-01-18 06:20:58
This patch implements support for the IFLA_BR_MCAST_STATS_ENABLED
attribute in iproute2 so it can enable/disable mcast stats accounting.
Signed-off-by: Hangbin Liu <redacted>
---
ip/iplink_bridge.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
From: Hangbin Liu <hidden> Date: 2017-01-18 06:21:58
This patch implements support for the IFLA_BR_FDB_FLUSH attribute
in iproute2 so it can flush bridge fdb dynamic entries.
Reviewed-by: Nikolay Aleksandrov <redacted>
Signed-off-by: Hangbin Liu <redacted>
---
ip/iplink_bridge.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
From: Hangbin Liu <hidden> Date: 2017-01-18 06:21:58
This patch implements support for the IFLA_BR_MCAST_MLD_VERSION
attribute in iproute2 so it can change the mcast mld version.
Reviewed-by: Nikolay Aleksandrov <redacted>
Signed-off-by: Hangbin Liu <redacted>
---
ip/iplink_bridge.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
From: Hangbin Liu <hidden> Date: 2017-01-18 06:22:21
This patch implements support for the IFLA_BR_MCAST_IGMP_VERSION
attribute in iproute2 so it can change the mcast igmp version.
Reviewed-by: Nikolay Aleksandrov <redacted>
Signed-off-by: Hangbin Liu <redacted>
---
ip/iplink_bridge.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
From: Nikolay Aleksandrov <hidden> Date: 2017-01-18 11:11:34
On 18/01/17 07:12, Hangbin Liu wrote:
This patch implements support for the IFLA_BR_MCAST_STATS_ENABLED
attribute in iproute2 so it can enable/disable mcast stats accounting.
Signed-off-by: Hangbin Liu <redacted>
---
ip/iplink_bridge.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
Thanks,
Reviewed-by: Nikolay Aleksandrov <redacted>
From: Nikolay Aleksandrov <hidden> Date: 2017-01-18 11:11:59
On 18/01/17 07:12, Hangbin Liu wrote:
This patch implements support for the IFLA_BR_VLAN_STATS_ENABLED
attribute in iproute2 so it can enable/disable vlan stats accounting.
Signed-off-by: Hangbin Liu <redacted>
---
ip/iplink_bridge.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
Thanks,
Reviewed-by: Nikolay Aleksandrov <redacted>
From: Stephen Hemminger <stephen@networkplumber.org> Date: 2017-01-20 18:35:00
On Wed, 18 Jan 2017 14:12:47 +0800
Hangbin Liu [off-list ref] wrote:
This patch implements support for the IFLA_BR_FDB_FLUSH attribute
in iproute2 so it can flush bridge fdb dynamic entries.
Reviewed-by: Nikolay Aleksandrov <redacted>
Signed-off-by: Hangbin Liu <redacted>
---
ip/iplink_bridge.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Applied all of these to net-next, please update man pages.