From d11180932b2fb8784aaad0830c032e42b8bb64ac Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Fri, 17 May 2019 21:29:25 +0200 Subject: 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 --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README') 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] -- cgit v1.2.3