User Details
- User Since
- Apr 29 2024, 4:22 PM (124 w, 6 d)
May 18 2026
Apr 29 2026
Apr 27 2026
Apr 23 2026
@c-po I see that you've been updating kernels recently, do you happen to know an answer to point b) from above?
Apr 15 2026
@Viacheslav Sure, can do. Currently already building it, so I can as well just share the modifications.
Apr 14 2026
Apr 10 2026
Mar 30 2026
Mar 29 2026
Working on this and pretty much done, but blocked by https://vyos.dev/T8443 and https://vyos.dev/T8442
Mar 26 2026
<Ignore what was here before, I completely misread your report>
Related: https://vyos.dev/T5189#248930
Mar 25 2026
Feb 3 2026
Update February 3rd, 2026
I noticed that this config path DOES exist, but is also not documented in VyOS!
Jan 31 2026
Jan 30 2026
It seems to be possible to configure the required MACVLAN / pseudo-ethernet interface on the bridge (despite not offered by the autocompletion):
pseudo-ethernet peth1 {
address 10.255.11.1/24
description "Anycast Gateway for VNI 1001"
mac f6:54:73:26:5e:1f
source-interface br1.1001
}I suppose something like this could be sufficient:
protocols {
bgp {
address-family {
l2vpn-evpn {
advertise-all-vni
}
}
parameters {
router-id 10.255.2.120
}
system-as 65000
}
}
vrf {
name vrf_Elim01 {
protocols {
bgp {
address-family {
l2vpn-evpn {
advertise-all-vni
}
}
parameters {
router-id 10.255.2.120
}
system-as 65000
}
}
table 10001
vni 10001
}
}Jan 13 2026
Apr 18 2025
Nov 14 2024
Interesting interpretation of the standard. Guess it's time to go bare metal again
This is not a bug, this is according to RFC
Nov 13 2024
May 1 2024
Apr 29 2024
Running into this issue on VyOS 1.5-rolling-202404280021
set protocols static route xxx.xxx.74.149/32 dhcp-interface eth1.999
