ofproto-dpif-mirror: Fix bug that flag "need_revalidate" is never reset.
authorHuanle Han <hanxueluo@gmail.com>
Fri, 5 Feb 2016 23:43:25 +0000 (15:43 -0800)
committerBen Pfaff <blp@ovn.org>
Fri, 5 Feb 2016 23:46:13 +0000 (15:46 -0800)
commit7a1c66947d0c2e529e3837bbe89847af30412312
tree449db966cce7e41367f863f57911a676dd54de9d
parentde37dacd7825d345c1cc8579a4c0ac3f26bbff42
ofproto-dpif-mirror: Fix bug that flag "need_revalidate" is never reset.

Flag "need_revalidate" on mbridge is set to true when an ofbundle
destroy. And it's never reset. It causes the backer revalidate and
the mac learning flush every time 'ofproto_run' is called.

Signed-off-by: Huanle Han <hanxueluo@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ofproto/ofproto-dpif-mirror.c