- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jul 22 2025
Jul 21 2025
Could be related to T7379 changes
Jul 20 2025
Jul 19 2025
Does it supported by FRR?
Jul 18 2025
Jul 17 2025
Jul 16 2025
You can open a topic on the forum
The preferred fix provided in the T7625
PR https://github.com/vyos/vyos-1x/pull/4605
Jul 15 2025
@giga1699, Can you add steps or a set/seq of commands to reproduce?
@nobiit, could you confirm that all works as expected after merging?
Jul 14 2025
Jul 13 2025
PR
Jul 11 2025
In our environment, all tests passed as during build, as installed on the test VM
DEBUG - Running Testcase: /usr/libexec/vyos/tests/smoke/cli/test_vrf.py DEBUG - test_vrf_assign_interface (__main__.VRFTest.test_vrf_assign_interface) ... ok DEBUG - test_vrf_bind_all (__main__.VRFTest.test_vrf_bind_all) ... ok DEBUG - test_vrf_conntrack (__main__.VRFTest.test_vrf_conntrack) ... ok DEBUG - test_vrf_disable_forwarding (__main__.VRFTest.test_vrf_disable_forwarding) ... ok DEBUG - test_vrf_ip_ipv6_nht (__main__.VRFTest.test_vrf_ip_ipv6_nht) ... ok DEBUG - test_vrf_ip_ipv6_protocol_non_existing_route_map (__main__.VRFTest.test_vrf_ip_ipv6_protocol_non_existing_route_map) ... ok DEBUG - test_vrf_ip_protocol_route_map (__main__.VRFTest.test_vrf_ip_protocol_route_map) ... ok DEBUG - test_vrf_ipv6_protocol_route_map (__main__.VRFTest.test_vrf_ipv6_protocol_route_map) ... ok DEBUG - test_vrf_link_local_ip_addresses (__main__.VRFTest.test_vrf_link_local_ip_addresses) ... ok DEBUG - test_vrf_loopbacks_ips (__main__.VRFTest.test_vrf_loopbacks_ips) ... ok DEBUG - test_vrf_static_route (__main__.VRFTest.test_vrf_static_route) ... ok DEBUG - test_vrf_table_id_is_unalterable (__main__.VRFTest.test_vrf_table_id_is_unalterable) ... ok DEBUG - test_vrf_vni_add_change_remove (__main__.VRFTest.test_vrf_vni_add_change_remove) ... ok DEBUG - test_vrf_vni_and_table_id (__main__.VRFTest.test_vrf_vni_and_table_id) ... ok DEBUG - test_vrf_vni_duplicates (__main__.VRFTest.test_vrf_vni_duplicates) ... ok DEBUG - DEBUG - ---------------------------------------------------------------------- DEBUG - Ran 15 tests in 308.260s DEBUG -
For example, the latest rolling:
vyos@r14:~$ /usr/libexec/vyos/tests/smoke/cli/test_vrf.py test_vrf_assign_interface (__main__.VRFTest.test_vrf_assign_interface) ... ok test_vrf_bind_all (__main__.VRFTest.test_vrf_bind_all) ... ok test_vrf_conntrack (__main__.VRFTest.test_vrf_conntrack) ... ok test_vrf_disable_forwarding (__main__.VRFTest.test_vrf_disable_forwarding) ... ok test_vrf_ip_ipv6_nht (__main__.VRFTest.test_vrf_ip_ipv6_nht) ... ok test_vrf_ip_ipv6_protocol_non_existing_route_map (__main__.VRFTest.test_vrf_ip_ipv6_protocol_non_existing_route_map) ... ok test_vrf_ip_protocol_route_map (__main__.VRFTest.test_vrf_ip_protocol_route_map) ... ok test_vrf_ipv6_protocol_route_map (__main__.VRFTest.test_vrf_ipv6_protocol_route_map) ... ok test_vrf_link_local_ip_addresses (__main__.VRFTest.test_vrf_link_local_ip_addresses) ... ok test_vrf_loopbacks_ips (__main__.VRFTest.test_vrf_loopbacks_ips) ... ok test_vrf_static_route (__main__.VRFTest.test_vrf_static_route) ... ok test_vrf_table_id_is_unalterable (__main__.VRFTest.test_vrf_table_id_is_unalterable) ... ok test_vrf_vni_add_change_remove (__main__.VRFTest.test_vrf_vni_add_change_remove) ... ok test_vrf_vni_and_table_id (__main__.VRFTest.test_vrf_vni_and_table_id) ... ok test_vrf_vni_duplicates (__main__.VRFTest.test_vrf_vni_duplicates) ... ok
Seems fixed
<pre>vyos@r16# set load-balancing wan interface-health eth1 nexthop 192.0.2.1 [edit] vyos@r16# commit [edit] vyos@r16# exit Warning: configuration changes have not been saved. exit vyos@r16:~$ vyos@r16:~$ show wan-load-balance Interface: eth1 Status: active Last Status Change: N/A Last Interface Success: N/A Last Interface Failure: N/A Interface Failures: 0
Jul 10 2025
Jul 9 2025
@natali-rs1985 Can you create a backport to circinus?
Not going to backport without testing.
It seems not interesting to other people, as there is no response.
Close the task without backport
Jul 8 2025
Jul 7 2025
Jul 6 2025
It’s completely doesn’t work even with PBRD https://github.com/FRRouting/frr/issues/3160 (I didn’t check)
Jul 3 2025
Jul 2 2025
Jul 1 2025
Do not see any issues:
$ docker run --rm -it --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:current bash Current UID/GID: 1000/1000 vyos_bld@9b72577c79da:/vyos$ vyos_bld@9b72577c79da:/vyos$ mkdir tmp && cd tmp vyos_bld@9b72577c79da:/vyos/tmp$ vyos_bld@9b72577c79da:/vyos/tmp$ git clone --recurse-submodules https://github.com/vyos/vyos-1x vyos_bld@9b72577c79da:/vyos/tmp$ vyos_bld@9b72577c79da:/vyos/tmp$ cd vyos-1x/ vyos_bld@9b72577c79da:/vyos/tmp/vyos-1x$ vyos_bld@9b72577c79da:/vyos/tmp/vyos-1x$ dpkg-buildpackage -uc -us -tc -b dpkg-buildpackage: info: source package vyos-1x dpkg-buildpackage: info: source version 1.5dev0 ...