[ovs-dev] [PATCH] brcompat: Mark ovs-brcompat as deprecated.

Pravin B Shelar pshelar at nicira.com
Wed Dec 26 18:38:37 UTC 2012


Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
bug #14341
---
 NEWS                        |    1 +
 debian/changelog            |    1 +
 vswitchd/ovs-brcompatd.8.in |    1 +
 vswitchd/ovs-brcompatd.c    |    2 ++
 4 files changed, 5 insertions(+)

diff --git a/NEWS b/NEWS
index 6afc417..3ba8465 100644
--- a/NEWS
+++ b/NEWS
@@ -71,6 +71,7 @@ v1.9.0 - xx xxx xxxx
         - Numeric values for reserved ports (see "ovs-ofctl" note above).
         - Tunnel Path MTU Discovery.
         - CAPWAP tunnel support.
+        - Bridge compatibility.
     - The data in the RARP packets can now be matched in the same way as the
       data in ARP packets.
 
diff --git a/debian/changelog b/debian/changelog
index 9ec352a..d8e22e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -55,6 +55,7 @@ openvswitch (1.9.0-1) unstable; urgency=low
         - Numeric values for reserved ports (see "ovs-ofctl" note above).
         - Tunnel Path MTU Discovery.
         - CAPWAP tunnel support.
+        - Bridge compatibility.
     - The data in the RARP packets can now be matched in the same way as the
       data in ARP packets.
 
diff --git a/vswitchd/ovs-brcompatd.8.in b/vswitchd/ovs-brcompatd.8.in
index fdce042..1ba4a21 100644
--- a/vswitchd/ovs-brcompatd.8.in
+++ b/vswitchd/ovs-brcompatd.8.in
@@ -13,6 +13,7 @@ A daemon that provides a legacy bridge front-end for \fBovs\-vswitchd\fR.  It
 does this by listening for bridge ioctl commands (e.g., those generated by
 the \fBbrctl\fR program) to add or remove datapaths and the interfaces
 that attach to them.
+This feature is deprecated and will be removed no earlier than February 2013.
 .PP
 .SH OPTIONS
 .IP "\fB\-\-appctl=\fIprogram\fR"
diff --git a/vswitchd/ovs-brcompatd.c b/vswitchd/ovs-brcompatd.c
index df9332f..f98d3f5 100644
--- a/vswitchd/ovs-brcompatd.c
+++ b/vswitchd/ovs-brcompatd.c
@@ -805,6 +805,8 @@ main(int argc, char *argv[])
     set_program_name(argv[0]);
     vlog_set_levels(&VLM_reconnect, VLF_ANY_FACILITY, VLL_WARN);
 
+    VLOG_WARN("Bridge compatibility is deprecated and may be removed "
+              "no earlier than February 2013");
     parse_options(argc, argv);
     signal(SIGPIPE, SIG_IGN);
     process_init();
-- 
1.7.10




More information about the dev mailing list