diff options
author | Sander Klein <github@roedie.nl> | 2022-12-16 22:55:57 +0100 |
---|---|---|
committer | Sander Klein <github@roedie.nl> | 2022-12-16 22:55:57 +0100 |
commit | 13071a4a534b2101120e0c007f0fbb5174b79052 (patch) | |
tree | 8dbabe65427ec2327711ba5b237abe94500e8ec5 /interface-definitions/service-router-advert.xml.in | |
parent | 28c7960b6cc9bb05fafb0f2b8659b169b13c0071 (diff) | |
download | vyos-1x-13071a4a534b2101120e0c007f0fbb5174b79052.tar.gz vyos-1x-13071a4a534b2101120e0c007f0fbb5174b79052.zip |
T4809: radvd: Allow the use of AdvRASrcAddress
This add the AdvRASrcAddress configuration option to configure
a source address for the router advertisements. The source
address still must be configured on the system. This is useful
for VRRP setups where you want fe80::1 on the VRRP interface
for cleaner VRRP failovers.
Diffstat (limited to 'interface-definitions/service-router-advert.xml.in')
-rw-r--r-- | interface-definitions/service-router-advert.xml.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/interface-definitions/service-router-advert.xml.in b/interface-definitions/service-router-advert.xml.in index 87ec512d6..8b7364a8c 100644 --- a/interface-definitions/service-router-advert.xml.in +++ b/interface-definitions/service-router-advert.xml.in @@ -305,6 +305,19 @@ </leafNode> </children> </tagNode> + <leafNode name="source-address"> + <properties> + <help>Use IPv6 address as source address. Useful with VRRP.</help> + <valueHelp> + <format>ipv6</format> + <description>IPv6 address to be advertized (must be configured on interface)</description> + </valueHelp> + <constraint> + <validator name="ipv6-address"/> + </constraint> + <multi/> + </properties> + </leafNode> <leafNode name="reachable-time"> <properties> <help>Time, in milliseconds, that a node assumes a neighbor is reachable after having received a reachability confirmation</help> |