Hey all,
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jan 27 2025
@nvollmar we have the similar https://vyos.dev/T6211
@Viacheslav I'd suggest to reopen this issue.
Jan 26 2025
Confirmed - 1.2-1.5 are failing
Confirmed that 1.4 and 1.5 is no cigar
Confirmed - integration tests are failing for the 1.2-1.5 version
This issue should have been resolved by a number of already implemented PRs - e.g. https://github.com/vyos/vyos.vyos/pull/354 or https://github.com/vyos/vyos.vyos/pull/368, therefore I am closing this ticket now. Please feel free to re-open if I am wrong
Background infomation
- docker.io blocked in China.
- 192.168.50.40:8088 is a docker registry mirror set up by nexus, http only
- mirror.conf above is disabled.
As I tested, the endfor changes is the better way, because two pppoe interfaces would cause
I tried two ways in staticd.frr.j2
vyos# exit root@vyos:/home/vyos# cat /run/frr/config/vyos.frr.conf ! ! ! ip route 192.168.10.0/24 192.168.12.1 ip route 192.168.51.0/24 lo ip route 192.168.52.0/24 192.168.12.1 ip route 0.0.0.0/0 192.168.12.1 eth0 tag 210 210 ip route 0.0.0.0/0 pppoe0 tag 210 1! ! ! ! ip forwarding ! ! ! ! ipv6 forwarding ! ! !root@vyos:/home/vyos# exit [edit] vyos@vyos# set interfaces pppoe pppoe0 no-default-route [edit] vyos@vyos# commit [edit] vyos@vyos# sudo su root@vyos:/home/vyos# cat /run/frr/config/vyos.frr.conf ! ! ! ip route 192.168.10.0/24 192.168.12.1 ip route 192.168.51.0/24 lo ip route 192.168.52.0/24 192.168.12.1 ip route 0.0.0.0/0 192.168.12.1 eth0 tag 210 210 ! ! ! ! ip forwarding ! ! ! ! ipv6 forwarding ! ! !root@vyos:/home/vyos#
L3 tests working
full config using 1.5-rolling-202501250006 live image
Jan 25 2025
Working in the branch, prepared for merge
Jan 24 2025
In T5192#162346, @c-po wrote:RNDIS is once more on the "removal" list of the Linux Kernel.
https://www.phoronix.com/news/Linux-Disabling-RNDIS-DriversWe should not bet on this feature that's why it will be disabled in 1.5 and 1.4 releases
Tested in VyOS 1.4.1:
Jan 23 2025
With T3008 we moved from ntpd to chrony. This came with a restructuring of the CLI (mainly moving ntp out of system to services).
Bug confirmed in 1.4.1