From c7ee3065084842c8e7068504a535b79debcfe580 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Mon, 14 Apr 2014 08:03:37 +0000 Subject: [PATCH] ofproto-dpif: Correct documentation of rule_dpif_lookup_from_table() MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 ¬ --- ofproto/ofproto-dpif.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.0