brcompat: Mark ovs-brcompat as deprecated.
authorPravin B Shelar <pshelar@nicira.com>
Thu, 27 Dec 2012 21:30:59 +0000 (13:30 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Thu, 27 Dec 2012 21:35:46 +0000 (13:35 -0800)
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
bug #14341

NEWS
debian/changelog
vswitchd/ovs-brcompatd.8.in
vswitchd/ovs-brcompatd.c

diff --git a/NEWS b/NEWS
index 3cda201..0b90042 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,7 @@ v1.9.0 - xx xxx xxxx
     - The following features are now deprecated.  They will be removed no
       earlier than February 2013.  Please email dev@openvswitch.org with
       concerns.
+        - Bridge compatibility.
         - Stable bond mode.
         - The autopath action.
         - Interface type "null".
index 5d3dd35..d69867f 100644 (file)
@@ -42,6 +42,7 @@ openvswitch (1.9.0-1) unstable; urgency=low
     - The following features are now deprecated.  They will be removed no
       earlier than February 2013.  Please email dev@openvswitch.org with
       concerns.
+        - Bridge compatibility.
         - Stable bond mode.
         - The autopath action.
         - Interface type "null".
index fdce042..1ba4a21 100644 (file)
@@ -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"
index df9332f..f98d3f5 100644 (file)
@@ -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();