From: Ted Lemon Date: Sat, 24 Jun 2000 06:23:57 +0000 (+0000) Subject: Add an omapi port config parameter to client config structure. X-Git-Tag: V3-BETA-2-PATCH-1~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=626ca6a2c18e461e86d1e070206c887f10a15359;p=thirdparty%2Fdhcp.git Add an omapi port config parameter to client config structure. --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index e925fa14e..b90e94ca2 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -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... */