summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.h
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2017-05-12 10:53:25 +0200
committerHans Dedecker <dedeckeh@gmail.com>2017-05-12 10:53:25 +0200
commita9e9bc4c67ac9fa8aecf5f20954a58093705831b (patch)
treed32d1628130e0730f4ca4642427a6dbf3e21bafd /src/odhcpd.h
parent2cb6b4872a1981f2acce40018107481c82a529dc (diff)
config: make RA retransTime configurable via uci
Allow to specify the router advertisement retrans time via the uci parameter ra_retranstime. If retransmit time is not configured the value is set to 0 in RA message meaning undefined.
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 a50fd76..bb4702e 100644
--- a/src/odhcpd.h
+++ b/src/odhcpd.h
@@ -163,6 +163,7 @@ struct interface {
int ra_mininterval;
int ra_lifetime;
uint32_t ra_reachabletime;
+ uint32_t ra_retranstime;
uint32_t ra_hoplimit;
uint32_t ra_mtu;