From f13c624c16a8e3fd30bb47f9ed614c7e2bd6d75e Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 16 Oct 2014 17:12:26 +0200 Subject: router: add support for router address --- src/odhcpd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/odhcpd.h') diff --git a/src/odhcpd.h b/src/odhcpd.h index 4c0c28c..2cadccb 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -137,6 +137,7 @@ struct interface { bool ignore; bool always_rewrite_dns; bool ra_not_onlink; + bool ra_advrouter; bool no_dynamic_dhcp; int learn_routes; -- cgit v1.2.3