diff options
author | Steven Barth <steven@midlink.org> | 2014-10-16 17:12:26 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-10-16 17:12:26 +0200 |
commit | f13c624c16a8e3fd30bb47f9ed614c7e2bd6d75e (patch) | |
tree | f36c7b5b19d03b67f7845ba2206447ba2837ab27 /src/odhcpd.h | |
parent | 58461b29bb2fbac41775a67ba317497edcdbbf90 (diff) |
router: add support for router address
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |