Re: [ovs-dev] [PATCH ovn v2] ovn-northd: Fix treatment of ports with unknown MACs.

2015-04-27 Thread Ben Pfaff
Thanks for the review and the testing. I applied this to the ovn branch. On Mon, Apr 27, 2015 at 09:28:13AM -0700, Alex Wang wrote: > Thx for fixing this~ > > Looks good and tested work, > > Acked-by: Alex Wang > > On Mon, Apr 27, 2015 at 8:54 AM, Ben Pfaff wrote: > > > Ports with unknown M

Re: [ovs-dev] [PATCH ovn v2] ovn-northd: Fix treatment of ports with unknown MACs.

2015-04-27 Thread Alex Wang
Thx for fixing this~ Looks good and tested work, Acked-by: Alex Wang On Mon, Apr 27, 2015 at 8:54 AM, Ben Pfaff wrote: > Ports with unknown MACs are a per-lswitch concept but the code here was > treating them as global and also dereferenced a null pointer (generally > 'lport' was null in the

[ovs-dev] [PATCH ovn v2] ovn-northd: Fix treatment of ports with unknown MACs.

2015-04-27 Thread Ben Pfaff
Ports with unknown MACs are a per-lswitch concept but the code here was treating them as global and also dereferenced a null pointer (generally 'lport' was null in the expression 'lswitch->lport'). Reported-by: Alex Wang Signed-off-by: Ben Pfaff --- v1->v2: Actually add unknown_actions to the hm