From: Simon Horman Date: Mon, 14 Apr 2014 08:03:37 +0000 (+0000) Subject: ofproto-dpif: Correct documentation of rule_dpif_lookup_from_table() X-Git-Tag: sliver-openvswitch-2.2.90-1~3^2~135 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c7ee3065084842c8e7068504a535b79debcfe580;p=sliver-openvswitch.git ofproto-dpif: Correct documentation of rule_dpif_lookup_from_table() This corrects an editing error that was added by 6b83a3c5c37a0711 ("ofproto: Support OF version-specific table-miss behaviours"). Signed-off-by: Simon Horman Signed-off-by: Andy Zhou ¬ --- diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index a92fe8192..4ec509799 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