From: Ben Pfaff Date: Wed, 7 Apr 2010 20:30:14 +0000 (-0700) Subject: ovs-openflowd: Remove documentation for obsolete --mgmt-id option. X-Git-Tag: v1.0.0~119 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fb0d597fb64308c60001e3afc9b31eb295dedb6b;p=sliver-openvswitch.git ovs-openflowd: Remove documentation for obsolete --mgmt-id option. Also remove unused OPT_MGMT_ID enum. --- diff --git a/utilities/ovs-openflowd.8.in b/utilities/ovs-openflowd.8.in index 6247bf0a1..4d2f211a0 100644 --- a/utilities/ovs-openflowd.8.in +++ b/utilities/ovs-openflowd.8.in @@ -167,14 +167,6 @@ Ethernet address of the datapath's local port (which is typically randomly generated) in the lower 48 bits and zeros in the upper 16. . .TP -\fB--mgmt-id=\fImgmtid\fR -Sets \fImgmtid\fR, which must consist of exactly 12 hexadecimal -digits, as the switch's management ID. -.IP -If this option is omitted, the management ID defaults to 0, signaling -to the controller that management is supported but not configured. -. -.TP \fB--mfr-desc=\fIdesc\fR Set the description of the switch's manufacturer to \fIdesc\fR, which may contain up to 255 ASCII characters. diff --git a/utilities/ovs-openflowd.c b/utilities/ovs-openflowd.c index 858770d03..4e3f3809b 100644 --- a/utilities/ovs-openflowd.c +++ b/utilities/ovs-openflowd.c @@ -261,7 +261,6 @@ parse_options(int argc, char *argv[], struct ofsettings *s) OPT_OUT_OF_BAND, OPT_IN_BAND, OPT_NETFLOW, - OPT_MGMT_ID, OPT_PORTS, VLOG_OPTION_ENUMS, LEAK_CHECKER_OPTION_ENUMS