Re: [ovs-dev] [RFC] [PATCH 3/6] port_group: bridge: set port_group in port config

2017-05-04 Thread Darrell Ball
On 4/3/17, 2:40 AM, "ovs-dev-boun...@openvswitch.org on behalf of Matthias May" wrote: Signed-off-by: Matthias May --- vswitchd/bridge.c | 11 +++ 1 file changed, 11

Re: [ovs-dev] [RFC] [PATCH 3/6] port_group: bridge: set port_group in port config

2017-04-21 Thread Ben Pfaff
On Mon, Apr 03, 2017 at 11:40:57AM +0200, Matthias May wrote: > Signed-off-by: Matthias May > --- > vswitchd/bridge.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c > index 867a26d8d..316e4742e 100644 > ---

[ovs-dev] [RFC] [PATCH 3/6] port_group: bridge: set port_group in port config

2017-04-03 Thread Matthias May
Signed-off-by: Matthias May --- vswitchd/bridge.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 867a26d8d..316e4742e 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -966,6 +966,17 @@