ofproto: Get rid of archaic "switch status" OpenFlow extension.
authorBen Pfaff <blp@nicira.com>
Fri, 4 Feb 2011 21:17:46 +0000 (13:17 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 16 Mar 2011 21:57:56 +0000 (14:57 -0700)
commit9b45d7f5db91cdb41eb0a2124d92885d3b3edcc9
tree84d901de2d013366d383b8f504d32ed1055e919e
parentee8b231cfc819f518f02b52ceda3cd199546fda2
ofproto: Get rid of archaic "switch status" OpenFlow extension.

Back in 2008 or so, I introduced this extension as a way to provide
information about switch status to the new "switch UI" program.  Since
then, the switch UI program has been removed and the important information
that was provided by the switch status extension is now available in the
database, so we might as well get rid of this extension, and that is what
this commit does.
20 files changed:
include/openflow/nicira-ext.h
lib/learning-switch.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
ofproto/automake.mk
ofproto/discovery.c
ofproto/discovery.h
ofproto/fail-open.c
ofproto/fail-open.h
ofproto/in-band.c
ofproto/in-band.h
ofproto/ofproto.c
ofproto/pinsched.c
ofproto/pinsched.h
ofproto/status.c [deleted file]
ofproto/status.h [deleted file]
tests/ofp-print.at
utilities/ovs-ofctl.8.in
utilities/ovs-ofctl.c