This "error" is related to https://github.com/vyos/vyos-1x/pull/4461.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jul 22 2025
Tried to fix here: https://github.com/vyos/vyos-1x/pull/4616
Jul 21 2025
I've found a bug when we want to load the configuration using frr-reload.py , task on frr:
@Viacheslav I just did some local testing with 3 VMs. A VM with today's rolling release to simulate a home router, a blank Debian VM for host testing, and a Sagitta VM simulating an ISP (running dhcpv6-server and router-advert services)
Not relevant for Sagitta
Fixed in FRR master: https://github.com/FRRouting/frr/pull/17544
Could be related to T7379 changes
Jul 20 2025
this is already supported by FRR and already used by VyOS, but not in this behavior. If you create an 2nd VRF and use dynamic routing protocols, you create in frr multiple processes of that routing protocol you use. OSPF and BGP in frr support multiple processes out of the box.
I attached the config used during testing.
Hi @Viacheslav, I confirm it is possible to use PROXY as listen in haproxy after merge
Jul 19 2025
Does it supported by FRR?