ofproto-dpif: Properly re-translate uninstallable facets in rule_execute().
authorBen Pfaff <blp@nicira.com>
Tue, 27 Sep 2011 23:24:15 +0000 (16:24 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 14 Oct 2011 21:08:43 +0000 (14:08 -0700)
commiteea109bb5e164e3d01c1d41000cdf93166509e77
tree6002db995dc246967c1460f2551b41fd6437277a
parent320232ec7f37218a6fce0704f9b0ba7696e5ad21
ofproto-dpif: Properly re-translate uninstallable facets in rule_execute().

If the facet is not installable then every packet requires separate
translation, but the existing code didn't do that.
ofproto/ofproto-dpif.c