From 23c86a765f48587ad5c264bfad94415d7b5cd004 Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Tue, 14 Jun 2011 14:37:32 -0700 Subject: [PATCH] ofproto-dpif: Remove obsolete comment. --- ofproto/ofproto-dpif.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 5604d5e4..24316a28 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -3107,9 +3107,6 @@ xlate_nicira_action(struct action_xlate_ctx *ctx, xlate_autopath(ctx, naa); break; - /* If you add a new action here that modifies flow data, don't forget to - * update the flow key in ctx->flow at the same time. */ - case NXAST_SNAT__OBSOLETE: case NXAST_DROP_SPOOFED_ARP__OBSOLETE: default: -- 2.30.2