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
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
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