VRRP creates macvlan interface to preventing arp changing. E.g. interfaces will have the name ethX.<VIF>v<VRID> and this does not possible to configure.
For resolving this issue necessary add manually add to sysctl sudo sysctl -w net.ipv4.conf.ethX/<VIF>v<VRID>.proxy_arp_pvlan=1 or to sysctl via CLI
I think that proxy_arp_pvlan for VRRP interface must inherit the proxy_arp_pvlan value from the parent interface
Description
Description
Details
Details
- Difficulty level
- Unknown (require assessment)
- Version
- 1.2.6
- Why the issue appeared?
- Will be filled on close
- Is it a breaking change?
- Unspecified (possibly destroys the router)
- Issue type
- Unspecified (please specify)
Related Objects
Related Objects
Event Timeline
Comment Actions
In some cases, we can't predict the interface name (if the interface name is over 15 characters) https://vyos.dev/T6222