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:45:59 +0000 (15:45 -0800)
commitc5ccf99b91d531d35bdb5e9e1b5fb5312114285a
treecadac8ebffe4b5596a1b13220f2ee720e1bf52b3
parent6c38bdc0c5bcc8b080fc689e436b35830d69eb75
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