]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add an omapi port config parameter to client config structure.
authorTed Lemon <source@isc.org>
Sat, 24 Jun 2000 06:23:57 +0000 (06:23 +0000)
committerTed Lemon <source@isc.org>
Sat, 24 Jun 2000 06:23:57 +0000 (06:23 +0000)
includes/dhcpd.h

index e925fa14e0fff44ae61e9321ccb96a62b8fc9139..b90e94ca275f8553adb06c283431821c7267b097 100644 (file)
@@ -665,6 +665,9 @@ struct client_config {
        struct iaddrlist *reject_list;  /* Servers to reject. */
 
        struct option_state *send_options;      /* Options to send. */
+       int omapi_port;                 /* port on which to accept OMAPI
+                                          connections, or -1 for no
+                                          listener. */
 };
 
 /* Per-interface state used in the dhcp client... */