Re: [PATCH iproute2 net-next] ip: bridge_slave: add support for per-port group_fwd_mask

2017-10-16 Thread Stephen Hemminger
On Fri, 13 Oct 2017 16:12:53 +0300 Nikolay Aleksandrov wrote: > This patch adds the iproute2 support for getting and setting the > per-port group_fwd_mask. It also tries to resolve the value into a more > human friendly format by printing the known protocols instead

[PATCH iproute2 net-next] ip: bridge_slave: add support for per-port group_fwd_mask

2017-10-13 Thread Nikolay Aleksandrov
This patch adds the iproute2 support for getting and setting the per-port group_fwd_mask. It also tries to resolve the value into a more human friendly format by printing the known protocols instead of only the raw value. The man page is also updated with the new option. Signed-off-by: Nikolay