ovs-openflowd: Remove documentation for obsolete --mgmt-id option.
authorBen Pfaff <blp@nicira.com>
Wed, 7 Apr 2010 20:30:14 +0000 (13:30 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 20 Apr 2010 18:01:44 +0000 (11:01 -0700)
Also remove unused OPT_MGMT_ID enum.

utilities/ovs-openflowd.8.in
utilities/ovs-openflowd.c

index 6247bf0..4d2f211 100644 (file)
@@ -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.
index 858770d..4e3f380 100644 (file)
@@ -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