Page MenuHomeVyOS Platform

proxy-arp-pvlan on VRRP interface
Open, LowPublicBUG

Description

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

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)

Event Timeline

Unknown Object (User) created this task.Sep 29 2020, 7:00 AM
syncer triaged this task as Low priority.
syncer removed a project: VyOS 1.2 Crux.
dmbaturin set Issue type to Unspecified (please specify).
Viacheslav added subscribers: sever, Viacheslav.

In some cases, we can't predict the interface name (if the interface name is over 15 characters) https://vyos.dev/T6222