From fb0d597fb64308c60001e3afc9b31eb295dedb6b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 7 Apr 2010 13:30:14 -0700 Subject: [PATCH] ovs-openflowd: Remove documentation for obsolete --mgmt-id option. Also remove unused OPT_MGMT_ID enum. --- utilities/ovs-openflowd.8.in | 8 -------- utilities/ovs-openflowd.c | 1 - 2 files changed, 9 deletions(-) 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 -- 2.43.0