Skip to content

Commit

Permalink
brcompat: Mark ovs-brcompat as deprecated.
Browse files Browse the repository at this point in the history
Signed-off-by: Pravin B Shelar <[email protected]>
bug #14341
  • Loading branch information
Pravin B Shelar committed Dec 27, 2012
1 parent ad128cc commit a8643e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ v1.9.0 - xx xxx xxxx
- The following features are now deprecated. They will be removed no
earlier than February 2013. Please email [email protected] with
concerns.
- Bridge compatibility.
- Stable bond mode.
- The autopath action.
- Interface type "null".
Expand Down
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,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 [email protected] with
concerns.
- Bridge compatibility.
- Stable bond mode.
- The autopath action.
- Interface type "null".
Expand Down
1 change: 1 addition & 0 deletions vswitchd/ovs-brcompatd.8.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions vswitchd/ovs-brcompatd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a8643e4

Please sign in to comment.