diff options
Diffstat (limited to '')
-rw-r--r-- | options.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -302,6 +302,7 @@ struct options bool route_delay_defined; struct route_option_list *routes; bool route_nopull; + bool route_gateway_via_dhcp; #ifdef ENABLE_OCC /* Enable options consistency check between peers */ @@ -340,6 +341,8 @@ struct options # define SF_NOPOOL (1<<0) unsigned int server_flags; + bool server_bridge_proxy_dhcp; + bool server_bridge_defined; in_addr_t server_bridge_ip; in_addr_t server_bridge_netmask; |