LGTM. pushed to master. Thanks!
On Sun, Apr 13, 2014 at 5:03 PM, Simon Horman <[email protected]> wrote: > This corrects an editing error that was added by 6b83a3c5c37a0711 > ("ofproto: Support OF version-specific table-miss behaviours"). > > Signed-off-by: Simon Horman <[email protected]> > --- > ofproto/ofproto-dpif.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c > index 66cc2f9..3648dd7 100644 > --- a/ofproto/ofproto-dpif.c > +++ b/ofproto/ofproto-dpif.c > @@ -3293,6 +3293,7 @@ rule_dpif_lookup_in_table(struct ofproto_dpif *ofproto, > uint8_t table_id, > * - RULE_OFPTC_TABLE_MISS_CONTROLLER if no rule was found and either: > * + 'honor_table_miss' is false > * + a table miss configuration specified that the packet should be > + * sent to the controller in this case. > * > * - RULE_DPIF_LOOKUP_VERDICT_DROP if no rule was found, > 'honor_table_miss' > * is true and a table miss configuration specified that the packet > -- > 1.8.5.2 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
