netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bridge: Add support for setting BR_ROOT_BLOCK flag.
@ 2013-03-15 16:39 Vlad Yasevich
  2013-03-17 16:42 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Vlad Yasevich @ 2013-03-15 16:39 UTC (permalink / raw)
  To: netdev; +Cc: shemminger, Vlad Yasevich

Most of the support was already there.  The only thing that was missing
was the call to set the flag.  Add this call.

Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
---
 net/bridge/br_netlink.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/bridge/br_netlink.c b/net/bridge/br_netlink.c
index 1382842..84c3b7d 100644
--- a/net/bridge/br_netlink.c
+++ b/net/bridge/br_netlink.c
@@ -327,6 +327,7 @@ static int br_setport(struct net_bridge_port *p, struct nlattr *tb[])
 	br_set_port_flag(p, tb, IFLA_BRPORT_MODE, BR_HAIRPIN_MODE);
 	br_set_port_flag(p, tb, IFLA_BRPORT_GUARD, BR_BPDU_GUARD);
 	br_set_port_flag(p, tb, IFLA_BRPORT_FAST_LEAVE, BR_MULTICAST_FAST_LEAVE);
+	br_set_port_flag(p, tb, IFLA_BRPORT_PROTECT, BR_ROOT_BLOCK);
 
 	if (tb[IFLA_BRPORT_COST]) {
 		err = br_stp_set_path_cost(p, nla_get_u32(tb[IFLA_BRPORT_COST]));
-- 
1.7.7.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] bridge: Add support for setting BR_ROOT_BLOCK flag.
  2013-03-15 16:39 [PATCH] bridge: Add support for setting BR_ROOT_BLOCK flag Vlad Yasevich
@ 2013-03-17 16:42 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-03-17 16:42 UTC (permalink / raw)
  To: vyasevic; +Cc: netdev, shemminger

From: Vlad Yasevich <vyasevic@redhat.com>
Date: Fri, 15 Mar 2013 12:39:12 -0400

> Most of the support was already there.  The only thing that was missing
> was the call to set the flag.  Add this call.
> 
> Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>

This looks like an unintentional omission, so I've applied this
to 'net', thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-17 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-15 16:39 [PATCH] bridge: Add support for setting BR_ROOT_BLOCK flag Vlad Yasevich
2013-03-17 16:42 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).