From 0daf445abcd00446da21fe0220d41d5fdde95ebd Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Thu, 28 Mar 2024 12:16:31 +0000 Subject: T5832: VRRP allow set interface for exluded-address Ability to set interface for `excluded-address` The excluded-addresses are not listed in the VRRP packet (adverts packets). We have this ability for `address`, add the same feature for the excluded-address ``` set high-availability vrrp group GRP-01 excluded-address 192.0.2.202 interface 'dum2' set high-availability vrrp group GRP-01 excluded-address 192.0.2.203 interface 'dum3' ``` --- interface-definitions/high-availability.xml.in | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'interface-definitions/high-availability.xml.in') diff --git a/interface-definitions/high-availability.xml.in b/interface-definitions/high-availability.xml.in index 558404882..7108aa06c 100644 --- a/interface-definitions/high-availability.xml.in +++ b/interface-definitions/high-availability.xml.in @@ -294,25 +294,34 @@ #include - + Virtual address (If you need additional IPv4 and IPv6 in same group) + + ipv4net + IPv4 address and prefix length + + + ipv6net + IPv6 address and prefix length + ipv4 - IP address + IPv4 address ipv6 IPv6 address - - - + + - Virtual address must be a valid IPv4 or IPv6 address with prefix length (e.g. 192.0.2.3/24 or 2001:db8:ff::10/64) - + + #include + + Virtual router identifier -- cgit v1.2.3