| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-15 | Merge pull request #4689 from davi2367/vrf-dhcp | Daniil Baturin | |
| T6211: Fix kea VRF op-mode commands | |||
| 2025-09-15 | Merge pull request #4686 from l0crian1/container-macvlan | Daniil Baturin | |
| container: T7186: Add macvlan network type for containers | |||
| 2025-09-15 | Merge pull request #4289 from nvandamme/current | Daniil Baturin | |
| op-mode: T5992: show dhcpv6 leases with (mostly) the same fields as dhcp leases | |||
| 2025-09-14 | vyos.utils: T7740: update dict_search to return optional default value (#4700) | l0crian1 | |
| 2025-09-13 | Debian: T7817: vyos_net_name exists in debian/tmp but is not installed to ↵ | Christian Breunig | |
| anywhere Fix this build warning by placing the vyos_net_name script in it's own udev folder to not accidently be copied to a wrong location. | |||
| 2025-09-12 | Merge pull request #4709 from l0crian1/reset-bgp-all-in-out-soft | Viacheslav Hletenko | |
| op-mode: T7516: expand 'reset bgp all' elements with in/out/soft options | |||
| 2025-09-11 | Merge pull request #4707 from sarthurdev/T7696 | Christian Breunig | |
| nat: T7696: Fix NAT op-mode output for protocol and interface groups | |||
| 2025-09-10 | BGP: T7516: Expand 'reset bgp all' elements with in/out/soft options | l0crian1 | |
| - Added 'in', 'out', and 'soft' options to all 'reset bgp all' elements - Replaced calls to vtysh_wrapper.sh with new bgp.py reset function - Replaced direct 'vtysh -c' calls with new bgp.py reset function | |||
| 2025-09-10 | Merge pull request #4690 from natali-rs1985/T7757 | Viacheslav Hletenko | |
| T7757: VPP Verify buffers for rx/tx queues | |||
| 2025-09-10 | nat: T7696: Fix NAT op-mode output for protocol and interface groups | sarthurdev | |
| 2025-09-09 | Merge pull request #4682 from aapostoliuk/T7722-current | John Estabrook | |
| isis: T7722: Added interface fast-reroute configuration commands | |||
| 2025-09-09 | Merge pull request #4687 from l0crian1/vid-to-vni-stats | Christian Breunig | |
| op-mode: T7764: Add 'vlan-to-vni statistics' op-mode command | |||
| 2025-09-09 | T7757: VPP add auto calculation of buffer-per-numa parameter as default | Nataliia Solomko | |
| 2025-09-05 | T7757: VPP Verify buffers for rx/tx queues | Nataliia Solomko | |
| 2025-09-04 | T7366: Firewall rules allow empty nodes | l0crian1 | |
| Added checks in the verify_rule() function of firewall.py for empty nodes. Added migration script 19-to-20 to remove empty nodes from the config. | |||
| 2025-09-01 | Merge branch 'current' of https://github.com/nvandamme/vyos-1x into current | Nicolas Vandamme | |
| 2025-09-01 | Merge branch 'vyos:current' into current | Nicolas Vandamme | |
| 2025-09-01 | op-mode: T5992: show dhcpv6 leases with (mostly) the same fields as dhcp leases | Nicolas Vandamme | |
| 2025-09-01 | Merge branch 'current' into current | Nicolas Vandamme | |
| 2025-09-01 | T6211: Fix kea VRF op-mode commands | David Vølker | |
| 2025-08-29 | op-mode: T7764: Add 'vlan-to-vni statistics' op-mode command | l0crian1 | |
| 2025-08-29 | Merge pull request #4680 from l0crian1/show-kernel-stats | John Estabrook | |
| T7742: Add 'show interfaces kernel statistics' command | |||
| 2025-08-28 | container: T7186: Add macvlan network type for containers | l0crian1 | |
| - Moved gen_mac function outside of 'for network' loop - Cached result of get_host_identity() to prevent multiple calls - Other minor improvements per Copilot suggestions | |||
| 2025-08-28 | container: T7186: Add macvlan network type for containers | l0crian1 | |
| Modified: - interface-definitions/container.xml.in: - Add macvlan network type - Add gateway option - python/vyos/utils/network.py: - Add gen_mac function to generate mac address - smoketest/scripts/cli/test_container.py: - Add test for container network types - src/conf_mode/container.py: - Add support for macvlan network type - Add gateway option | |||
| 2025-08-28 | Merge pull request #4674 from dmbaturin/op-mode-permissions | Daniil Baturin | |
| op-mode: T7745: add a CLI for operator user command permissions | |||
| 2025-08-28 | Merge pull request #4663 from KawaiiNetworks/current | Daniil Baturin | |
| bgp: T7708: correct logic for route-reflector-client peer_as check | |||
| 2025-08-28 | isis: T7722: Added interface fast-reroute configuration commands | aapostoliuk | |
| Added interface fast-reroute configuration commands | |||
| 2025-08-27 | T7759: Revert "T7709: add atomic write for config file save" | John Estabrook | |
| The utility write_file_atomic does not correctly update the file in the bind mount directory /config. Revert for investigation. This reverts commit c140f827f3117609908a3a18034027d3d78149ac. | |||
| 2025-08-26 | T7742: Add 'show interfaces kernel statistics' command | l0crian1 | |
| - Added 'show interfaces kernel statistics' command - Added 'show interfaces kernel <interface> statistics' command | |||
| 2025-08-26 | Merge pull request #4668 from natali-rs1985/T7670 | Daniil Baturin | |
| T7670: VPP: Rely on all types of memory to verify memory resources | |||
| 2025-08-26 | Merge pull request #4677 from c-po/ssh-restart-T7751 | John Estabrook | |
| op-mode: T7751: fix re-generating SSH server key causes PermissionError | |||
| 2025-08-26 | Merge pull request #4673 from l0crian1/kernel-updates | Daniil Baturin | |
| op-mode: T7741: Fixes for 'show interfaces kernel' | |||
| 2025-08-26 | op-mode: T7745: expose missing top-level op mode words to operator-level users | Daniil Baturin | |
| 2025-08-26 | op-mode: T7745: add a CLI for operator user command permissions | Daniil Baturin | |
| 2025-08-25 | op-mode: T7751: fix re-generating SSH server key causes PermissionError | Christian Breunig | |
| Fixes an issue when re-generating SSH server key vyos@vyos:~$ generate ssh server-key Do you really want to remove the existing SSH host keys? [y/N] y Traceback (most recent call last): File "/usr/libexec/vyos/op_mode/generate_ssh_server_key.py", line 31, in <module> cmd('systemctl restart ssh.service') File "/usr/lib/python3/dist-packages/vyos/utils/process.py", line 155, in cmd raise OSError(code, feedback) PermissionError: [Errno 1] failed to run command: systemctl restart ssh.service returned: exit code: 1 | |||
| 2025-08-24 | T7741: Fixes for 'show interfaces kernel' | l0crian1 | |
| - Added dict_set_nested helper to set a value in a nested dictionary - Modified get_interface_vrf to accept string or dict as argument - Simplified logic using new helper functions | |||
| 2025-08-21 | Merge pull request #4667 from sever-sever/T7732 | Christian Breunig | |
| T7732: VPP add modprobe vfio modules | |||
| 2025-08-21 | T7670: VPP: Rely on all types of memory to verify memory resources | Nataliia Solomko | |
| VPP can use 2M hugepages and 1G hugepages at the same time | |||
| 2025-08-21 | T7732: VPP add modprobe vfio modules | Viacheslav | |
| Add vfio modules before VPP starting and remove modules after the VPP configuration deleted modules: - vfio - vfio_iommu_type1 - vfio_pci | |||
| 2025-08-21 | Merge branch 'kernel-updates' of https://github.com/l0crian1/vyos-1x into ↵ | l0crian1 | |
| kernel-updates | |||
| 2025-08-21 | T7741: Fixes for 'show interfaces kernel' | l0crian1 | |
| - Moved is_interface_has_mac outside of _get_summary_data - Updated MAC definition in _format_kernel_data to use is_interface_has_mac | |||
| 2025-08-20 | Update src/op_mode/interfaces.py | l0crian1 | |
| Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> | |||
| 2025-08-20 | op-mode: T7741: Fixes for 'show interfaces kernel' | l0crian1 | |
| Fixes for the following: - Tunnel interfaces report an IP address in the field where a MAC is expected - Podman created veth interfaces list it's parent network as a VRF instead of the actual VRF. - Long descriptions should wrap - Non useful interfaces shouldn't be shown. | |||
| 2025-08-20 | kea: T6211: fix error in op_mode for VRF support for KEA | David Vølker | |
| 2025-08-19 | Merge pull request #4647 from natali-rs1985/T7678 | Daniil Baturin | |
| T7678: Move "vpp settings host-resources" to "system option resource-limits" | |||
| 2025-08-19 | Merge pull request #4652 from l0crian1/vid-to-vni-op | Daniil Baturin | |
| T7687: Add op-mode for VLAN-to-VNI mapping | |||
| 2025-08-19 | T7678: Change node name to resource-limits | Nataliia Solomko | |
| 2025-08-19 | Merge pull request #4508 from davi2367/vrf-dhcp | Daniil Baturin | |
| kea: T6211: add VRF support for KEA dhcp server | |||
| 2025-08-19 | Merge pull request #4660 from jestabro/validate-tree | John Estabrook | |
| T7718: expose validate_tree* methods and add validate-config script | |||
| 2025-08-19 | Merge branch 'current' into T7678 | Nataliia S. | |
