summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.h
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2017-05-11 18:44:17 +0200
committerHans Dedecker <dedeckeh@gmail.com>2017-05-11 18:55:25 +0200
commit2cb6b4872a1981f2acce40018107481c82a529dc (patch)
treedef05548fa37707289f43de4e8ca1f1240217d2a /src/odhcpd.h
parente4504db88c5b501142cc97a08876d924d673f605 (diff)
config: make RA reachableTime configurable via uci
Allow to specify the router advertisement reachable time via the uci parameter ra_reachabletime. If reachable time is not configured the value is set to 0 in RA message meaning undefined. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r--src/odhcpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h
index 28c81eb..a50fd76 100644
--- a/src/odhcpd.h
+++ b/src/odhcpd.h
@@ -162,6 +162,7 @@ struct interface {
int ra_maxinterval;
int ra_mininterval;
int ra_lifetime;
+ uint32_t ra_reachabletime;
uint32_t ra_hoplimit;
uint32_t ra_mtu;