Re: [ovs-discuss] Question on in_port reference in xlate_normal@ofproto-dpif-xlate.c

2017-04-24 Thread Ben Pfaff
On Mon, Apr 24, 2017 at 04:30:51PM +, Hexin Wang wrote: > In ovs 2.6.90, we are seeing NULL reference to in_port if > lookup_input_bundle() sets in_port to NULL. > > /* Learn source MAC. */ > if (ctx->xin->may_learn && !in_port->is_layer3) { >

[ovs-discuss] Question on in_port reference in xlate_normal@ofproto-dpif-xlate.c

2017-04-24 Thread Hexin Wang
Hi, In ovs 2.6.90, we are seeing NULL reference to in_port if lookup_input_bundle() sets in_port to NULL. /* Learn source MAC. */ if (ctx->xin->may_learn && !in_port->is_layer3) { update_learning_table(ctx->xbridge, flow, wc, vlan, in_xbundle); } This happens when a flow