From b5600ca2d0cfcef9ea6ad12fcf2ca81365fa6e0b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 30 May 2012 13:15:00 -0700 Subject: [PATCH] ofproto: Update comment. CC: Justin Pettit Signed-off-by: Ben Pfaff --- ofproto/ofproto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index eed04587..dee2cbc1 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -3090,8 +3090,8 @@ handle_flow_mod(struct ofconn *ofconn, const struct ofp_header *oh) return error; } - /* We do not support the emergency flow cache. It will hopefully get - * dropped from OpenFlow in the near future. */ + /* We do not support the OpenFlow 1.0 emergency flow cache, which is not + * required in OpenFlow 1.0.1 and removed from OpenFlow 1.1. */ if (fm.flags & OFPFF_EMERG) { /* There isn't a good fit for an error code, so just state that the * flow table is full. */ -- 2.30.2