From 03731db31bfb22fcd0f169c692757826638dcc57 Mon Sep 17 00:00:00 2001 From: james Date: Sat, 2 Aug 2008 08:02:53 +0000 Subject: Added "--server-bridge" (without parameters) to enable DHCP proxy mode: Configure server mode for ethernet bridging using a DHCP-proxy, where clients talk to the OpenVPN server-side DHCP server to receive their IP address allocation and DNS server addresses. Added "--route-gateway dhcp", to enable the extraction of the gateway address from a DHCP negotiation with the OpenVPN server-side LAN. Modified client.conf and server.conf to reflect new option modes. Incremented version to 2.1_rc9a. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3164 e7ae566f-a301-0410-adde-c780ea21d3b5 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 16ed4e3..b4da771 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,6 +79,7 @@ openvpn_SOURCES = \ circ_list.h \ common.h \ crypto.c crypto.h \ + dhcp.c dhcp.h \ errlevel.h \ error.c error.h \ event.c event.h \ -- cgit