From 3495f179bd901d6d232e0dbf35444ebe483fdfd9 Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Mon, 20 Feb 2017 15:31:48 +0100 Subject: router: allow RA prefix lifetime being set to leasetime value (FS#397) Add config option ra_useleasetime which allows the RA prefix lifetime being set to the leasetime in case the valid and/or preferred prefix lifetime is bigger than the configured leasetime. Signed-off-by: Hans Dedecker --- 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 a88eb08..538a7e5 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -150,6 +150,7 @@ struct interface { bool always_rewrite_dns; bool ra_not_onlink; bool ra_advrouter; + bool ra_useleasetime; bool no_dynamic_dhcp; // RA -- cgit v1.2.3