Re: [ovs-dev] [PATCH] ovn-controller: avoid null ptr dereference

2017-07-26 Thread Russell Bryant
On Wed, Jul 26, 2017 at 3:47 PM, Lance Richardson wrote: > Avoid null pointer dereference in fdb_calculate_active_tunnels() > when integration bridge isn't present. This is easily encountered > by executing "make sandbox SANDBOXFLAGS=--ovn". > > Fixes: 3475695ea61c ("ovn:

[ovs-dev] [PATCH] ovn-controller: avoid null ptr dereference

2017-07-26 Thread Lance Richardson
Avoid null pointer dereference in fdb_calculate_active_tunnels() when integration bridge isn't present. This is easily encountered by executing "make sandbox SANDBOXFLAGS=--ovn". Fixes: 3475695ea61c ("ovn: l3ha, enable bfd between tunnel endpoints") Signed-off-by: Lance Richardson