| Age | Commit message (Collapse) | Author |
|
The pylint does not like the IProute import (though it works fine)
************* Module vpp
src/conf_mode/vpp.py:21:0: E0611: No name 'IPRoute' in module 'pyroute2' (no-name-in-module)
Do this change only for pylint
|
|
|
|
|
|
|
|
- Added op-mode commands for VLAN-to-VNI mappings
- Commands added:
- show interfaces vxlan <interface> vlan-to-vni
- show interfaces vxlan <interface> vlan-to-vni detail
- show interfaces vxlan <interface> vlan-to-vni vlan <vlan-id>
- show interfaces vxlan <interface> vlan-to-vni vlan <vlan-id> detail
|
|
|
|
op-mode: T7669: Make the operational command tree cache suitable for use with the op mode runner
|
|
T7693: add vyconf aware initialization of ConfigTreeQuery
|
|
|
|
|
|
T7655: Change VPP memory verification
|
|
|
|
|
|
Get Hugepages information from /sys/kernel/mm/hugepages instead of
/proc/meminfo
Add an error margin for memory calculations
|
|
T7688: minor fixes related to management of delete paths
|
|
|
|
T7688: update commit hash for correct management of delete paths
|
|
|
|
interfaces: T7686: Add MAC address to dummy interface
|
|
T7685: load-balancing: fix rules with multiple ports
|
|
|
|
|
|
|
|
Added check for None value from leaf_node_changed when changing VLAN-to-VNI description.
|
|
|
|
Added ability for user-defined MAC address for dummy interfaces.
|
|
|
|
debian: T7653: Extend and clarify the debian/copyright file
|
|
talmakion/feature/T6622/numeric-validator-radix-aware
validators: T6622: Radix-aware numeric validation
|
|
T7676: dhcp-server smoketest
|
|
Fix custom conntrack timeout rules and add smoketests
|
|
op-mode: T6656: fix incorrect op mode command definitions
|
|
Improve smoketest reliability by preventing false failures and making errors
more informative.
|
|
T7668: bail out early in get_cli_kernel_options() if nothing is to do
|
|
T7671: move AWS GLB CLI configuration to a separate package
|
|
op-mode: T7403: fix image deletion when a single image ID is provided
|
|
Commit a99ca6d11 ("op-mode: T7403: add option for forcefully removing a
container image") did not account for the case where a single image ID is
passed as a string. This led to incorrect behavior during iteration.
Without converting the string to a list, the code iterates over individual
characters of the image ID rather than treating it as a single item. As a
result, the system attempts to delete non-existent container images based
on these characters.
|
|
serial: T7484: treat unavailable serial console devices as non-fatal
|
|
op-mode: T7403: add an option to forcefully remove a container image
|
|
op-mode: T7527: eliminate bare shell snippets in op mode commands
|
|
T7651: VPP use pid not ppid as default in vpp-failure-handler.service script
|
|
If there is no Kernel option to pass, there is no need to run the code to
completion. Bail out early.
|
|
T7672: fix field entries for paths shared across .xml files
|
|
* VPP: T7175
Added conf mode CLI for VPP sflow plugin and updated VPP template to include plugin.
* VPP: T7175: Conf mode CLI and startup template.
* T7175: VPP fix sFlow verify use vpp enstead of enable_vpp
* T7175: VPP add sFlow smoketest
* T7175: VPP remove unused config_changed variable
---------
Co-authored-by: Viacheslav <v.gletenko@vyos.io>
|
|
T7668: Fix image update due to None kernel options
|
|
* T7667: Smoke test cli/test_vpn_ipsec.py typo makes DPD check always pass
* Update smoketest/scripts/cli/test_vpn_ipsec.py
Co-authored-by: Alexandr K. <alexandrk95@gmail.com>
---------
Co-authored-by: Daniil Baturin <daniil@baturin.org>
Co-authored-by: Alexandr K. <alexandrk95@gmail.com>
|
|
Instead of failing or starting agetty on an invalid device, we now check
whether the specified serial console device is a valid TTY. If it's not, we
display a warning to the user and skip starting the agetty process.
|
|
A missing detail in the collapse function left children as a list of
tuples (node name, node type).
|
|
Use the correct pointer reference to append entries to the 'files' and
'children' fields when paths are shared across .xml files.
|
|
A subsequent call to restart_login_consoles() will always call "systemctl
daemon-reload" and thus we can spare one call.
|