[ovs-dev] [connmgr 03/15] ofproto: Fix obsolete comments.

Ben Pfaff blp at nicira.com
Tue Mar 15 18:36:47 UTC 2011


"secchan" is long gone.
---
 ofproto/in-band.c |    6 +++---
 ofproto/ofproto.c |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ofproto/in-band.c b/ofproto/in-band.c
index 952ff8b..3046ba1 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 9e107a7..2198622 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)
 {
-- 
1.7.1




More information about the dev mailing list