@pautiina nice catch! Unexpected and not clear workaround.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Oct 31 2025
Oct 31 2025
Viacheslav changed the status of T7977: Load balancing fails when more than two interfaces are in the same rule from Open to In progress.
Oct 30 2025
Oct 30 2025
Viacheslav triaged T7971: smoketest: Add instructive docstrings to verify_nftables functions as Wishlist priority.
Viacheslav added a subtask for T7070: VPP related bugs the root task: T7975: VPP: Fix API calls for sFlow.
Viacheslav added a parent task for T7975: VPP: Fix API calls for sFlow: T7070: VPP related bugs the root task.
Viacheslav triaged T7972: VPP: Improve `nat44 no-forwarding` feature name and description in CLI as Normal priority.
Oct 29 2025
Oct 29 2025
Viacheslav triaged T7966: wlb: Route tables do not repopulate when an interface is disconnected as Normal priority.
Viacheslav added a parent task for T7970: VPP cannot start on the first try on some "slow" platforms: T7070: VPP related bugs the root task.
Viacheslav triaged T7970: VPP cannot start on the first try on some "slow" platforms as High priority.
Oct 28 2025
Oct 28 2025
Viacheslav added a comment to T7829: VPP - ARP processing fails: No ARP responses sent, leading to incomplete entries and packet loss on external IP and internal IP.
Viacheslav added a comment to T7963: Accel-ppp-ng implement message-authenticator validation blastRADIUS.
Required backport https://github.com/accel-ppp/accel-ppp/pull/244
Viacheslav triaged T7963: Accel-ppp-ng implement message-authenticator validation blastRADIUS as Normal priority.
Viacheslav changed the status of T6843: l2tp remote-access stops working after vpn settings modified and graceful reboot, workaround included from Open to Needs testing.
Viacheslav changed the status of T6843: l2tp remote-access stops working after vpn settings modified and graceful reboot, workaround included, a subtask of T7962: accel-ppp-ng related bugs the root task, from Open to Needs testing.
Viacheslav added a parent task for T3159: L2TP MTU mismatch between client and server: T7962: accel-ppp-ng related bugs the root task.
Viacheslav moved T7922: vpp: Add basic vpp policer configuration from Open to Finished on the VyOS 1.5 Circinus (1.5-stream-2025-Q3) board.
Viacheslav edited projects for T7922: vpp: Add basic vpp policer configuration, added: VyOS 1.5 Circinus (1.5-stream-2025-Q3); removed VyOS 1.5 Circinus (1.5-stream-2025-Q4).
Viacheslav changed the status of T1838: Flow accounting for ppp interfaces not work from Open to Needs testing.
As we moved from pmacct to ipt-netflow it needs to be re-checked
Viacheslav added a parent task for T2584: pppoe-server NAS-Filter-Rule attribute: T7961: accel-ppp-ng related features the root task.
Viacheslav added a parent task for T7650: Accel-ppp and VPP sync client, IPv4 : T7961: accel-ppp-ng related features the root task.
Viacheslav moved T7921: Bump accel-ppp-ng to d13b611 from Open to Finished on the VyOS 1.5 Circinus (1.5-stream-2025-Q3) board.
Viacheslav changed the status of T7849: Impossible to add dynamic interfaces to the firewall zone from Open to In progress.
Oct 27 2025
Oct 27 2025
Viacheslav moved T7128: VPP address not assigned to partly deleted vpp config vxlan from Need Triage to Completed on the VyOS Rolling board.
Not reproduced anymore
Viacheslav closed T7128: VPP address not assigned to partly deleted vpp config vxlan, a subtask of T7070: VPP related bugs the root task, as Resolved.
Viacheslav added a parent task for T7959: VPP: Optional pre‑FIB IPsec policy lookup: T7221: VPP related features the root task.
Viacheslav triaged T7956: QoS shaper policy filters actually polices and limits bandwidth as Normal priority.
Oct 24 2025
Oct 24 2025
Viacheslav added a subtask for T7221: VPP related features the root task: T7954: VPP add op-mode commands to show LACP.
Viacheslav added a parent task for T7954: VPP add op-mode commands to show LACP: T7221: VPP related features the root task.
Viacheslav moved T7723: Support for DHCP option 26 (MTU) from Open to Finished on the VyOS 1.5 Circinus (1.5-stream-2025-Q3) board.
Oct 23 2025
Oct 23 2025
This is not implemented by FRR at the moment https://github.com/FRRouting/frr/issues/19110
Oct 20 2025
Oct 20 2025
Viacheslav added a parent task for T7949: Support children of bond interfaces in VPP NAT: T7221: VPP related features the root task.
Notes from @zsdc
Viacheslav updated the task description for T7945: The motd for system update-check is removed after reboot.
Viacheslav updated the task description for T7945: The motd for system update-check is removed after reboot.
Viacheslav updated the task description for T7945: The motd for system update-check is removed after reboot.
Viacheslav triaged T7945: The motd for system update-check is removed after reboot as Normal priority.
Oct 17 2025
Oct 17 2025
Oct 16 2025
Oct 16 2025
Viacheslav triaged T7935: Rewrite accel-ppp-nd build to exclude whole build VPP and include VPP required dependencies as Normal priority.
Viacheslav closed T7823: DHCP-server lease cannot be cleared, a subtask of T6211: VRF support for Kea-based DHCP server, as Resolved.
Oct 15 2025
Oct 15 2025
Viacheslav added a comment to T7928: load-balancing haproxy not taking into account listen-address when checking for other services on port.
There are several errors.
- listen_address instead of address
- `listen-address could has multiple values
vyos@r14# run show conf com | match haproxy
set load-balancing haproxy backend bk01 server 192.0.2.5 address '192.0.2.5'
set load-balancing haproxy backend bk01 server 192.0.2.5 port '993'
set load-balancing haproxy service wan-993 listen-address 192.0.2.2
set load-balancing haproxy service wan-993 port '993'
[edit]
vyos@r14#
[edit]
vyos@r14# set load-balancing haproxy service wan-993 listen-address 192.168.122.14
[edit]
vyos@r14# commit
[ load-balancing haproxy ]
{'backend': {'bk01': {'balance': 'round-robin',
'mode': 'http',
'server': {'192.0.2.5': {'address': '192.0.2.5',
'port': '993'}}}},
'global_parameters': {'ssl_bind_ciphers': ['ecdhe-ecdsa-aes128-gcm-sha256',
'ecdhe-rsa-aes128-gcm-sha256',
'ecdhe-ecdsa-aes256-gcm-sha384',
'ecdhe-rsa-aes256-gcm-sha384',
'ecdhe-ecdsa-chacha20-poly1305',
'ecdhe-rsa-chacha20-poly1305',
'dhe-rsa-aes128-gcm-sha256',
'dhe-rsa-aes256-gcm-sha384'],
'tls_version_min': '1.3'},
'pki': {},
'service': {'wan-993': {'listen_address': {'192.0.2.2': {},
'192.168.122.14': {}},
'mode': 'http',
'port': '993'}},
'timeout': {'check': '5', 'client': '50', 'connect': '10', 'server': '50'}}Viacheslav added a comment to T7928: load-balancing haproxy not taking into account listen-address when checking for other services on port.
Something is wrong with this check