in-band: Refresh both local and remote rules even if local rules change.
authorBen Pfaff <blp@nicira.com>
Tue, 20 Apr 2010 20:41:53 +0000 (13:41 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 20 Apr 2010 20:41:53 +0000 (13:41 -0700)
commitfba0d699ef5b097b42c49539b9ff4c05c62433ed
treee14911864129ec3023c3900933bd43e17f67a540
parent87472751f782d7441afb829e7b408c1668f97fb2
in-band: Refresh both local and remote rules even if local rules change.

This code should call refresh_remotes() even if refresh_local() returns
true.  That is, the normal C short-circuit evaluation of || is not desired
here.  So always call both.
ofproto/in-band.c