All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net] net: bridge: add vlan_tunnel to bridge port policies
@ 2017-11-13 16:30 ` Nikolay Aleksandrov
  0 siblings, 0 replies; 6+ messages in thread
From: Nikolay Aleksandrov @ 2017-11-13 16:30 UTC (permalink / raw)
  To: netdev; +Cc: bridge, stephen, Nikolay Aleksandrov, Roopa Prabhu

Found another missing port flag policy entry for IFLA_BRPORT_VLAN_TUNNEL
so add it now.

CC: Roopa Prabhu <roopa@cumulusnetworks.com>
Fixes: efa5356b0d97 ("bridge: per vlan dst_metadata netlink support")
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
---
 net/bridge/br_netlink.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/bridge/br_netlink.c b/net/bridge/br_netlink.c
index de2152730809..adc095c5703f 100644
--- a/net/bridge/br_netlink.c
+++ b/net/bridge/br_netlink.c
@@ -637,6 +637,7 @@ static const struct nla_policy br_port_policy[IFLA_BRPORT_MAX + 1] = {
 	[IFLA_BRPORT_MCAST_TO_UCAST] = { .type = NLA_U8 },
 	[IFLA_BRPORT_MCAST_FLOOD] = { .type = NLA_U8 },
 	[IFLA_BRPORT_BCAST_FLOOD] = { .type = NLA_U8 },
+	[IFLA_BRPORT_VLAN_TUNNEL] = { .type = NLA_U8 },
 };
 
 /* Change the state of the port and notify spanning tree */
-- 
2.1.4

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

* [Bridge] [PATCH net] net: bridge: add vlan_tunnel to bridge port policies
@ 2017-11-13 16:30 ` Nikolay Aleksandrov
  0 siblings, 0 replies; 6+ messages in thread
From: Nikolay Aleksandrov @ 2017-11-13 16:30 UTC (permalink / raw)
  To: netdev; +Cc: Nikolay Aleksandrov, Roopa Prabhu, bridge

Found another missing port flag policy entry for IFLA_BRPORT_VLAN_TUNNEL
so add it now.

CC: Roopa Prabhu <roopa@cumulusnetworks.com>
Fixes: efa5356b0d97 ("bridge: per vlan dst_metadata netlink support")
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
---
 net/bridge/br_netlink.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/bridge/br_netlink.c b/net/bridge/br_netlink.c
index de2152730809..adc095c5703f 100644
--- a/net/bridge/br_netlink.c
+++ b/net/bridge/br_netlink.c
@@ -637,6 +637,7 @@ static const struct nla_policy br_port_policy[IFLA_BRPORT_MAX + 1] = {
 	[IFLA_BRPORT_MCAST_TO_UCAST] = { .type = NLA_U8 },
 	[IFLA_BRPORT_MCAST_FLOOD] = { .type = NLA_U8 },
 	[IFLA_BRPORT_BCAST_FLOOD] = { .type = NLA_U8 },
+	[IFLA_BRPORT_VLAN_TUNNEL] = { .type = NLA_U8 },
 };
 
 /* Change the state of the port and notify spanning tree */
-- 
2.1.4


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

* Re: [PATCH net] net: bridge: add vlan_tunnel to bridge port policies
  2017-11-13 16:30 ` [Bridge] " Nikolay Aleksandrov
@ 2017-11-13 18:04   ` Roopa Prabhu
  -1 siblings, 0 replies; 6+ messages in thread
From: Roopa Prabhu @ 2017-11-13 18:04 UTC (permalink / raw)
  To: Nikolay Aleksandrov; +Cc: netdev, bridge, Stephen Hemminger

On Mon, Nov 13, 2017 at 8:30 AM, Nikolay Aleksandrov
<nikolay@cumulusnetworks.com> wrote:
> Found another missing port flag policy entry for IFLA_BRPORT_VLAN_TUNNEL
> so add it now.
>
> CC: Roopa Prabhu <roopa@cumulusnetworks.com>
> Fixes: efa5356b0d97 ("bridge: per vlan dst_metadata netlink support")
> Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>

Acked-by: Roopa Prabhu <roopa@cumulusnetworks.com>

Thanks Nikolay

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

* Re: [Bridge] [PATCH net] net: bridge: add vlan_tunnel to bridge port policies
@ 2017-11-13 18:04   ` Roopa Prabhu
  0 siblings, 0 replies; 6+ messages in thread
From: Roopa Prabhu @ 2017-11-13 18:04 UTC (permalink / raw)
  To: Nikolay Aleksandrov; +Cc: netdev, bridge

On Mon, Nov 13, 2017 at 8:30 AM, Nikolay Aleksandrov
<nikolay@cumulusnetworks.com> wrote:
> Found another missing port flag policy entry for IFLA_BRPORT_VLAN_TUNNEL
> so add it now.
>
> CC: Roopa Prabhu <roopa@cumulusnetworks.com>
> Fixes: efa5356b0d97 ("bridge: per vlan dst_metadata netlink support")
> Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>

Acked-by: Roopa Prabhu <roopa@cumulusnetworks.com>

Thanks Nikolay

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

* Re: [PATCH net] net: bridge: add vlan_tunnel to bridge port policies
  2017-11-13 16:30 ` [Bridge] " Nikolay Aleksandrov
@ 2017-11-14 12:56   ` David Miller
  -1 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2017-11-14 12:56 UTC (permalink / raw)
  To: nikolay; +Cc: netdev, bridge, stephen, roopa

From: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Date: Mon, 13 Nov 2017 18:30:55 +0200

> Found another missing port flag policy entry for IFLA_BRPORT_VLAN_TUNNEL
> so add it now.
> 
> CC: Roopa Prabhu <roopa@cumulusnetworks.com>
> Fixes: efa5356b0d97 ("bridge: per vlan dst_metadata netlink support")
> Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>

Applied.

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

* Re: [Bridge] [PATCH net] net: bridge: add vlan_tunnel to bridge port policies
@ 2017-11-14 12:56   ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2017-11-14 12:56 UTC (permalink / raw)
  To: nikolay; +Cc: netdev, roopa, bridge

From: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Date: Mon, 13 Nov 2017 18:30:55 +0200

> Found another missing port flag policy entry for IFLA_BRPORT_VLAN_TUNNEL
> so add it now.
> 
> CC: Roopa Prabhu <roopa@cumulusnetworks.com>
> Fixes: efa5356b0d97 ("bridge: per vlan dst_metadata netlink support")
> Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>

Applied.

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

end of thread, other threads:[~2017-11-14 12:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-13 16:30 [PATCH net] net: bridge: add vlan_tunnel to bridge port policies Nikolay Aleksandrov
2017-11-13 16:30 ` [Bridge] " Nikolay Aleksandrov
2017-11-13 18:04 ` Roopa Prabhu
2017-11-13 18:04   ` [Bridge] " Roopa Prabhu
2017-11-14 12:56 ` David Miller
2017-11-14 12:56   ` [Bridge] " David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.