- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Feb 2 2025
Feb 2 2025
Viacheslav updated the task description for T7128: VPP address not assigned to partly deleted vpp config vxlan.
Viacheslav triaged T7128: VPP address not assigned to partly deleted vpp config vxlan as Normal priority.
Viacheslav changed the status of T7125: Add show version vyos-1x for smoketest from Open to In progress.
Feb 1 2025
Feb 1 2025
Jan 31 2025
Jan 31 2025
Viacheslav triaged T7115: VPP kernel interface sometimes deleted faster then ip address from this interface as Normal priority.
Viacheslav changed the status of T5493: Add capability to use local and external dynamic-lists for firewall rules but also for various policies such as access-list, route-maps etc. from Open to In progress.
Viacheslav triaged T7112: Setting the default action of a firewall zone to drop causes a commit error as Normal priority.
Jan 30 2025
Jan 30 2025
Viacheslav changed the status of T7110: Increase memory for the smoketests from Open to In progress.
Viacheslav closed T7096: VPP assign IP address on the kernel inteface in one commit fails, a subtask of T7070: VPP related bugs the root task, as Resolved.
Viacheslav closed T7096: VPP assign IP address on the kernel inteface in one commit fails as Resolved.
Fixed without sleep used 04-patch
Viacheslav closed T7093: VPP tunnel and none enthernet interfaces by default in the down state, a subtask of T7070: VPP related bugs the root task, as Resolved.
Viacheslav closed T7093: VPP tunnel and none enthernet interfaces by default in the down state as Resolved.
fixed
vyos@r16# set vpp interfaces gre gre0 remote '192.0.2.2' [edit] vyos@r16# set vpp interfaces gre gre0 source-address '192.0.2.1' [edit] vyos@r16# commit run show vpp in [ vpp ] WARNING: offload option in eth1 settings is not supported by VPP interfaces. It will be ignored.
Viacheslav added a comment to T7108: VPP interfaces are not returned to the original dataplane in some cases.
Additional related logs:
Jan 30 12:35:46 r16 netplugd[1022]: eth1: state INNING flags 0x00011043 UP,BROADCAST,RUNNING,MULTICAST,10000 -> 0x00001002 BROADCAST,MULTICAST
Jan 30 12:35:46 r16 vpp[2756]: interface/rx-queue: setting rx mode on the interface eth1 queue-id 0 failed.
dpdk_interface_rx_mode_change: unsupported op (is the interface up?)
Jan 30 12:35:46 r16 vyos-configd[751]: Traceback (most recent call last):
Jan 30 12:35:46 r16 vyos-configd[751]: File "/usr/libexec/vyos/services/vyos-configd", line 139, in run_script
Jan 30 12:35:46 r16 vyos-configd[751]: script.apply(c)
Jan 30 12:35:46 r16 vyos-configd[751]: File "/usr/libexec/vyos//conf_mode/vpp.py", line 560, in apply
Jan 30 12:35:46 r16 vyos-configd[751]: vpp_control.iface_rxmode(iface, rx_mode)
Jan 30 12:35:46 r16 vyos-configd[751]: File "/usr/lib/python3/dist-packages/vyos/vpp/control_vpp.py", line 81, in check_retval_wrapper
Jan 30 12:35:46 r16 vyos-configd[751]: raise VPPValueError(f'VPP API call failed: {return_value.retval}')
Jan 30 12:35:46 r16 vyos-configd[751]: vpp_papi.vpp_papi.VPPValueError: VPP API call failed: -9
Jan 30 12:35:46 r16 vpp[2756]: set_hw_interface_change_rx_mode: unable to set rx-mode on interface eth1 queue-id 0.
Jan 30 12:35:46 r16 vyos-configd[751]: Sending reply: error_code 2 with output
Jan 30 12:35:46 r16 vyos-configd[751]: scripts_called: ['vpp']
Jan 30 12:35:47 r16 systemd[1]: opt-vyatta-config-tmp-new_config_2587.mount: Deactivated successfully.
Jan 30 12:35:47 r16 netplugd[1022]: eth1: state INNING flags 0x00001043 UP,BROADCAST,RUNNING,MULTICAST -> 0x00001002 BROADCAST,MULTICAST
Jan 30 12:35:47 r16 netplugd[2825]: /etc/netplug/netplug eth1 probe -> pid 2825
Jan 30 12:35:48 r16 netplugd[2826]: /etc/netplug/netplug eth1 probe -> pid 2826
Jan 30 12:35:48 r16 netplugd[1022]: eth1: state PROBING pid 2826 exited status 256
Jan 30 12:35:48 r16 netplugd[1022]: Could not bring eth1 back up
Jan 30 12:37:04 r16 systemd[1]: opt-vyatta-config-tmp-new_config_2587.mount: Deactivated successfully.
Jan 30 12:38:55 r16 vyos-configd[751]: Received message: {"type": "init"}
Jan 30 12:38:55 r16 vyos-configd[751]: config session pid is 2587
Jan 30 12:38:55 r16 vyos-configd[751]: config session sudo_user is vyos
Jan 30 12:38:55 r16 vyos-configd[751]: commit_scripts: ['vpp']
Jan 30 12:38:55 r16 vyos-configd[751]: Received message: {"type": "node", "last": true, "data": "/usr/libexec/vyos/conf_mode/vpp.py"}
Jan 30 12:38:55 r16 vyos-configd[751]: Traceback (most recent call last):
Jan 30 12:38:55 r16 vyos-configd[751]: File "/usr/libexec/vyos/services/vyos-configd", line 137, in run_script
Jan 30 12:38:55 r16 vyos-configd[751]: script.verify(c)
Jan 30 12:38:55 r16 vyos-configd[751]: File "/usr/libexec/vyos//conf_mode/vpp.py", line 330, in verify
Jan 30 12:38:55 r16 vyos-configd[751]: if not verify_dev_driver(iface, iface_config['driver']):
Jan 30 12:38:55 r16 vyos-configd[751]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 30 12:38:55 r16 vyos-configd[751]: File "/usr/lib/python3/dist-packages/vyos/vpp/config_verify.py", line 149, in verify_dev_driver
Jan 30 12:38:55 r16 vyos-configd[751]: driver: str = get_eth_driver(iface_name)
Jan 30 12:38:55 r16 vyos-configd[751]: ^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 30 12:38:55 r16 vyos-configd[751]: File "/usr/lib/python3/dist-packages/vyos/vpp/control_host.py", line 271, in get_eth_driver
Jan 30 12:38:55 r16 vyos-configd[751]: raise FileNotFoundError(f'PCI device {iface} not found in ethernet interfaces')
Jan 30 12:38:55 r16 vyos-configd[751]: FileNotFoundError: PCI device eth1 not found in ethernet interfaces
Jan 30 12:38:55 r16 vyos-configd[751]: Sending reply: error_code 2 with output
Jan 30 12:38:55 r16 vyos-configd[751]: scripts_called: ['vpp']
Jan 30 12:38:55 r16 systemd[1]: opt-vyatta-config-tmp-new_config_2587.mount: Deactivated successfully.
Jan 30 12:45:07 r16 systemd[1]: Starting systemd-tmpfiles-clean.service - Cleanup of Temporary Directories...
Jan 30 12:45:07 r16 systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Jan 30 12:45:07 r16 systemd[1]: Finished systemd-tmpfiles-clean.service - Cleanup of Temporary Directories.
Jan 30 12:45:07 r16 systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount: Deactivated successfully.Viacheslav triaged T7108: VPP interfaces are not returned to the original dataplane in some cases as High priority.
Viacheslav triaged T7107: Symbolic links with files in certbot directory are incorrectly replaced during system upgrade as Normal priority.
Viacheslav changed the status of T7106: Add vpp dependencies to debian control from Open to In progress.
Jan 29 2025
Jan 29 2025
Thanks for confirming
Viacheslav changed the status of T7089: Static Route not working when PPPoE configured from Open to Needs testing.
Viacheslav triaged T7103: vyos-nightly-build workflow incorrect release info from vyos-1x and vyos-build as Normal priority.
Viacheslav triaged T7104: Remove mounts such as overlay/tmpfs/ramfs or others from the SNMP table as Wishlist priority.
Jan 28 2025
Jan 28 2025
Viacheslav changed the subtype of T7101: Add hardware watchdog support via systemd from "Task" to "Feature Request".
Viacheslav triaged T7102: Upgrade may fail on instances with limited memory due to insufficient space in /tmp/ as Normal priority.
Jan 27 2025
Jan 27 2025
Probably related bug https://vyos.dev/T7089
https://github.com/vyos/vyos-1x/pull/4318
Viacheslav changed the status of T7081: Support HTTP compression in HAProxy responses from In progress to Needs testing.
Viacheslav added a comment to T7096: VPP assign IP address on the kernel inteface in one commit fails.
Changing sleep to 5 sec fixes the issue
Viacheslav updated the task description for T7096: VPP assign IP address on the kernel inteface in one commit fails.
Viacheslav updated the task description for T7096: VPP assign IP address on the kernel inteface in one commit fails.
Viacheslav renamed T7096: VPP assign IP address on the kernel inteface in one commit fails from Assign IP address on the kernel inteface in one commit fails to VPP assign IP address on the kernel inteface in one commit fails.
Viacheslav triaged T7096: VPP assign IP address on the kernel inteface in one commit fails as Normal priority.
Viacheslav updated the task description for T7096: VPP assign IP address on the kernel inteface in one commit fails.
Viacheslav reopened T7093: VPP tunnel and none enthernet interfaces by default in the down state, a subtask of T7070: VPP related bugs the root task, as Needs testing.
Viacheslav reopened T7093: VPP tunnel and none enthernet interfaces by default in the down state as "Needs testing".
Viacheslav closed T7093: VPP tunnel and none enthernet interfaces by default in the down state as Resolved.
Viacheslav closed T7093: VPP tunnel and none enthernet interfaces by default in the down state, a subtask of T7070: VPP related bugs the root task, as Resolved.
Viacheslav triaged T7093: VPP tunnel and none enthernet interfaces by default in the down state as Normal priority.
Viacheslav renamed T7094: Build-packages some tarballs include deb dependencies in the archive from Some tarballs include deb dependencies in the archive to Build-packages some tarballs include deb dependencies in the archive.
Viacheslav triaged T7094: Build-packages some tarballs include deb dependencies in the archive as Normal priority.
Viacheslav triaged T7087: vyos-domain-resolver fails if no wireguard instances are defined as Normal priority.
@nvollmar we have the similar https://vyos.dev/T6211
Jan 23 2025
Jan 23 2025
Jan 22 2025
Jan 22 2025
This version is outdated VyOS 1.5-rolling-202309270022 and not supported
update to the more recent version and re-check https://vyos.net/get/nightly-builds/
Viacheslav updated the task description for T7076: VPP check ethernet interface exist before adding to vpp.
Viacheslav triaged T7071: VPP CPU inverted range of corelist-workers has to be verified and not applied as Normal priority.
Viacheslav added a parent task for T7067: VPP CPU corelist-workers should be calculated and verified: T7070: VPP related bugs the root task.
Viacheslav added a subtask for T7070: VPP related bugs the root task: T7069: VPP CPU main-core should be verified.
Viacheslav added a parent task for T7069: VPP CPU main-core should be verified: T7070: VPP related bugs the root task.
