show configuration commands | grep 'set firewall ipv6 name'
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 10 2025
Commit for https://vyos.dev/T7760, so this issue is fixed.
Oct 9 2025
Thanks for firewall details, could you please add
ip -6 maddr show dev tun2
Kernel IPv6 routing table Destination Next Hop Flag Met Ref Use If 2001:67c:21ec:4010::/64 :: U 256 1 0 tun2 2001:67c:21ec:41d0::/64 :: U 256 2 0 tun3 2001:67c:21ec:9999::9/128 :: !n 256 3 0 lo 2a0f:5707:ba01:1000::/64 :: U 256 2 0 eth1 fe80::/64 :: !n 256 1 0 lo fe80::/64 :: U 256 1 0 eth0 fe80::/64 :: U 256 2 0 eth1 fe80::/64 :: U 256 1 0 tun3 fe80::/64 :: U 256 1 0 tun2 ::/0 :: !n -1 1 0 lo ::1/128 :: Un 0 4 0 lo 2001:67c:21ec:4010::/128 :: Un 0 3 0 tun2 2001:67c:21ec:4010::1/128 :: Un 0 4 0 tun2 2001:67c:21ec:41d0::/128 :: Un 0 3 0 tun3 2001:67c:21ec:41d0::2/128 :: Un 0 5 0 tun3 2001:67c:21ec:9999::9/128 :: Un 0 4 0 lo 2a0f:5707:ba01:1000::/128 :: Un 0 3 0 eth1 2a0f:5707:ba01:1000::1/128 :: Un 0 4 0 eth1 fe80::/128 :: Un 0 3 0 lo fe80::/128 :: Un 0 3 0 eth0 fe80::/128 :: Un 0 3 0 tun3 fe80::/128 :: Un 0 3 0 tun2 fe80::/128 :: Un 0 3 0 eth1 fe80::200:ff:fe00:0/128 :: Un 0 6 0 lo fe80::20c:29ff:fe25:cfc1/128 :: Un 0 3 0 eth0 fe80::20c:29ff:fe25:cfcb/128 :: Un 0 3 0 eth1 fe80::f405:63ff:fef9:9799/128 :: Un 0 2 0 tun2 fe80::f88f:fcff:feb2:2d3d/128 :: Un 0 3 0 tun3 ff00::/8 :: U 256 1 0 eth0 ff00::/8 :: U 256 3 0 eth1 ::/0 :: !n -1 1 0 lo
Couldn't reproduce the issue on 1.4 (Sagitta) or Rolling with simple topolgy R-01.eth1 -- R-02.eth1:
Oct 8 2025
Now that the PR that switches the build to the upstream repo with a packaging patch, this is no longer necessary or useful indeed. The assumption was that the upstream maintainer might be too busy to respond quickly so I created this PR as a backup, but the upstream improvements are now merged.
Oct 7 2025
Smoketest fails
DEBUG - Running Testcase: /usr/libexec/vyos/tests/smoke/cli/test_interfaces_pppoe.py DEBUG - test_pppoe_authentication (__main__.PPPoEInterfaceTest.test_pppoe_authentication) ... ok DEBUG - test_pppoe_client (__main__.PPPoEInterfaceTest.test_pppoe_client) ... FAIL DEBUG - test_pppoe_client_disabled_interface (__main__.PPPoEInterfaceTest.test_pppoe_client_disabled_interface) ... ok DEBUG - test_pppoe_dhcpv6pd (__main__.PPPoEInterfaceTest.test_pppoe_dhcpv6pd) ... ok DEBUG - test_pppoe_mtu_mru (__main__.PPPoEInterfaceTest.test_pppoe_mtu_mru) ... ok DEBUG - test_pppoe_options (__main__.PPPoEInterfaceTest.test_pppoe_options) ... ok DEBUG - DEBUG - ====================================================================== DEBUG - FAIL: test_pppoe_client (__main__.PPPoEInterfaceTest.test_pppoe_client) DEBUG - ---------------------------------------------------------------------- DEBUG - Traceback (most recent call last): DEBUG - File "/usr/libexec/vyos/tests/smoke/cli/test_interfaces_pppoe.py", line 179, in test_pppoe_client DEBUG - self.assertTrue(any(iface == interface for (iface, _) in tmp)) DEBUG - AssertionError: False is not true DEBUG - DEBUG - ---------------------------------------------------------------------- DEBUG - Ran 6 tests in 77.628s
log
Oct 07 12:36:52 r14 staticd[2000]: [PNYPZ-BCP8Y] Static Route using pppoe20 interface not installed because the interface does not exist in specified vrf
Oct 6 2025
This was automatically closed; re-open until confirmed by testing.
Reverts due to the bug T7904
PR https://github.com/vyos/vyos-1x/pull/4776
Have tested Stream 1.5 202510040455
and reproduce this issue again when add rolling (vyos-2025.10.01-0021) image, Stream (1.5 202510050458) image
Oct 5 2025
Oct 3 2025
Oct 2 2025
created a pull request to fix this -> https://github.com/vyos/vyos-1x/pull/4768