From: Ben Pfaff Date: Fri, 11 Mar 2011 22:22:21 +0000 (-0800) Subject: ofproto: Fix obsolete comments. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee8b231cfc819f518f02b52ceda3cd199546fda2;p=openvswitch ofproto: Fix obsolete comments. "secchan" is long gone. --- diff --git a/ofproto/in-band.c b/ofproto/in-band.c index 952ff8b1..3046ba1b 100644 --- a/ofproto/in-band.c +++ b/ofproto/in-band.c @@ -41,9 +41,9 @@ VLOG_DEFINE_THIS_MODULE(in_band); -/* In-band control allows a single network to be used for OpenFlow - * traffic and other data traffic. Refer to ovs-vswitchd.conf(5) and - * secchan(8) for a description of configuring in-band control. +/* In-band control allows a single network to be used for OpenFlow traffic and + * other data traffic. See ovs-vswitchd.conf.db(5) for a description of + * configuring in-band control. * * This comment is an attempt to describe how in-band control works at a * wire- and implementation-level. Correctly implementing in-band diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 9e107a71..21986223 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -3688,7 +3688,7 @@ flow_stats_ds(struct rule *rule, struct ds *results) } /* Adds a pretty-printed description of all flows to 'results', including - * those marked hidden by secchan (e.g., by in-band control). */ + * hidden flows (e.g., set up by in-band control). */ void ofproto_get_all_flows(struct ofproto *p, struct ds *results) {