Re: [ovs-dev] [PATCH ovn v3 02/10] ovn-northd: Port security allows receiving packets to multicast/broadcast.

2015-04-28 Thread Justin Pettit
Acked-by: Justin Pettit --Justin > On Apr 24, 2015, at 3:34 PM, Ben Pfaff wrote: > > Otherwise ARP and other broadcast protocols would be problematic. > > Reported-by: Justin Pettit > Signed-off-by: Ben Pfaff > --- > ovn/northd/ovn-northd.c |3 +++ > ovn/ovn-nb.xml |3 ++- >

Re: [ovs-dev] [PATCH ovn v3 02/10] ovn-northd: Port security allows receiving packets to multicast/broadcast.

2015-04-28 Thread Russell Bryant
On 04/24/2015 06:34 PM, Ben Pfaff wrote: > Otherwise ARP and other broadcast protocols would be problematic. > > Reported-by: Justin Pettit > Signed-off-by: Ben Pfaff I tested from your ovs-reviews ovn branch and the additional Pipeline entry is there and makes sense to me. Acked-by: Russell B

[ovs-dev] [PATCH ovn v3 02/10] ovn-northd: Port security allows receiving packets to multicast/broadcast.

2015-04-24 Thread Ben Pfaff
Otherwise ARP and other broadcast protocols would be problematic. Reported-by: Justin Pettit Signed-off-by: Ben Pfaff --- ovn/northd/ovn-northd.c |3 +++ ovn/ovn-nb.xml |3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ov