Page MenuHomeVyOS Platform

Lost "proxy-arp-pvlan" option for vlan
Closed, ResolvedPublicBUG

Description

Version 1.3 does not have the "proxy-arp-pvlan" CLI option which is available in version 1.2.5.

1.2.5

set interfaces ethernet eth1  vif 10 ip  proxy-arp-pvlan

1.3

vyos@r2-roll# set interfaces ethernet eth0 vif 10 ip 
Possible completions:
   arp-cache-timeout
                ARP cache entry timeout in seconds
   disable-arp-filter
                Disable ARP filter on this interface
   enable-arp-accept
                Enable ARP accept on this interface
   enable-arp-announce
                Enable ARP announce on this interface
   enable-arp-ignore
                Enable ARP ignore on this interface
   enable-proxy-arp
                Enable proxy-arp on this interface
 > ospf         Open Shortest Path First (OSPF) parameters
 > rip          Routing Information Protocol (RIP)
   source-validation
                Policy for source validation by reversed path, as specified in RFC3704

      
[edit]

https://github.com/vyos/vyos-1x/blob/e31dfd9f5542b0572e3ece89bdc347679b08aa72/python/vyos/ifconfig/interface.py#L942

Details

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

Event Timeline

Fixed

vyos@r2-roll# set interfaces ethernet eth0 vif 15 ip proxy-arp-pvlan 
[edit]
vyos@r2-roll# commit
vyos@r2-roll:~$ sudo sysctl -a --pattern pvlan | grep eth0
net.ipv4.conf.eth0.proxy_arp_pvlan = 0
net.ipv4.conf.eth0/15.proxy_arp_pvlan = 1
vyos@r2-roll:~$
erkin set Issue type to Bug (incorrect behavior).Aug 29 2021, 12:56 PM
erkin removed a subscriber: Active contributors.