Page MenuHomeVyOS Platform

`set high-availability vrrp global-parameters version 3` seems to have no effect
Closed, ResolvedPublicBUG

Description

The VRRP config in one of our testing environments looks like this:

# show high-availability vrrp 
 global-parameters {
     startup-delay 30
     version 3
 }
 group adm {
     address 10.236.250.65/27 {
     }
     hello-source-address 10.236.250.66
     interface eth10
     peer-address 10.236.250.67
     preempt-delay 120
     priority 200
     vrid 65
 }

However, when checking for the used version with show vrrp detail, it still says version 2:

------< Global definitions >------
...
VRRP default protocol version = 2
...
------< VRRP Topology >------
 VRRP Instance = adm
   VRRP Version = 2
...

Details

Difficulty level
Unknown (require assessment)
Version
1.4-rolling-202307110317
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)