summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2019-05-17 21:29:25 +0200
committerHans Dedecker <dedeckeh@gmail.com>2019-05-17 21:29:25 +0200
commitd11180932b2fb8784aaad0830c032e42b8bb64ac (patch)
tree0f0cc379a264e7bb2c903067785f0d16069ab19a /README
parent41a74cba1bec349d1e1c5be4442e7fddb2d4adf7 (diff)
router: make RA flags configurable (FS#2019)
Replace the config option ra_management by the config options ra_flags and ra_slaac. The latter allows to configure the autonomous-address config flag used for stateless address configuration while the former allows to configure the RA flags in the form of a list. The list can hold the following values : managed-config other-config home-agent none Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index a379c4c..a5ed319 100644
--- a/README
+++ b/README
@@ -111,8 +111,10 @@ limit integer 150 DHCPv4 pool size
ra_default integer 0 Override default route
0: default, 1: ignore no public address, 2: ignore all
-ra_management integer 1 RA management mode
- 0: no M-Flag but A-Flag, 1: both M and A, 2: M but not A
+ra_flags list other-config List of RA flags to be
+ advertised in RA messages
+ [managed-config other-config home-agent none]
+ra_slaac bool 1 Announce slaac for a prefix
ra_offlink bool 0 Announce prefixes off-link
ra_preference string medium Route(r) preference
[medium|high|low]