Vyos 1.4 can't set vrrp virtual address

Hello,

I tried to configure vrrp. But can’t set virtual addres. it shows an error “Error: 172.16.0.1 is not a valid IPv4 host”

vyos@gate# set high-availability vrrp group LAN address 172.16.0.1

  Error: 172.16.0.1 is not a valid IPv6 host
  Error: 172.16.0.1 is not a valid IPv4 host

  Invalid value
  Value validation failed
  Set failed
vyos@gate:~$ show version 
Version:          VyOS 1.4-rolling-202212210319
Release train:    current

Built by:         autobuild@vyos.net
Built on:         Wed 21 Dec 2022 03:19 UTC
Build UUID:       66e27f11-f6e4-4eaa-8d89-63b4b751da32
Build commit ID:  f906cf9a7b106b

Architecture:     x86_64
Boot via:         installed image
System type:      KVM guest

1.4-rolling-202212270317 have the same issue

Hi,

you should use set high-availability vrrp group LAN address 172.16.0.1/24


CP

Ok, that’s works. But in autocompletion it said to use an address not CIDR

# set high-availability vrrp group LAN addres 
Possible completions:
 > <x.x.x.x>            IPv4 virtual address
 > <h:h:h:h:h:h:h:h>    IPv6 virtual address

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.