Age | Commit message (Collapse) | Author |
|
With commit ce809eee ("smoketest: mirror: T3169: re-add mirror / SPAN test case")
the setUp() method has been re-organized not taking into account that there will
already be a reference to self.session which will only be created by the base
class.
(cherry picked from commit cbd2d71fc85f89f322f1d5c85052034b0b57b3b9)
|
|
With commit ce809eee ("smoketest: mirror: T3169: re-add mirror / SPAN test case")
the setUp() method has been re-organized not taking into account that there will
already be a reference to self.session which will only be created by the base
class.
|
|
ISIS: T3156: Adding segment routing for ISIS
|
|
In this commit we add the segment routing portion for ISIS.
There's also an additional check that is added so that the
global block label ranges are properly configured. Also
added traffic engineering configurations as well.
|
|
* 'current' of github.com:vyos/vyos-1x:
smoketest: mirror: T3169: re-add mirror / SPAN test case
Revert "smoketest: bgp: enable description test"
vyos.validate: import cleanup
|
|
Commit ef629504d4 ("smoketest: mirror: drop testcase") dropped the smoketests
entirely as they have been programmed in a wrong way leading to outages on live
development systems which used dummy interfaces for management traffic.
|
|
This reverts commit e7dd8c17d527aeb31b93b966c59a311f7506b906.
|
|
|
|
|
|
|
|
vpn-op-mode: T2639: Sorting vpn ipsec sa
|
|
|
|
|
|
(cherry picked from commit 939546c4213d3123babf54133698266688fd8c9f)
|
|
|
|
* 'current' of github.com:vyos/vyos-1x:
op-mode: T3178: add basic "show ipv6 ospfv3" commands
op-mode: T3178: split IPv6 commands into individual files
smoketest: bgp: enable description test
|
|
* 'op-mode' of github.com:c-po/vyos-1x:
op-mode: T3178: add basic "show ipv6 ospfv3" commands
op-mode: T3178: split IPv6 commands into individual files
|
|
- show ipv6 ospfv3 area
- show ipv6 ospfv3 border-routers
- show ipv6 ospfv3 interface
- show ipv6 ospfv3 linkstate
- show ipv6 ospfv3 neighbor
- show ipv6 ospfv3 redistribute
- show ipv6 ospfv3 route
|
|
|
|
|
|
|
|
tunnel: T3185: Fix completionHelp for local-ip
|
|
|
|
|
|
|
|
- remove redundant code paths apply_mirror() / apply_mirror_of_monitor()
- have single source available
|
|
|
|
|
|
This reverts parts of commit c4048b2047f693436b38196632cddf65beb67a86 because
when tear-downing config session entire interface paths are removed with non
test related interface (all dummy interfaces) this breaks e.g. remote
connections when connected to one of the dummy interface IP addresses for
management.
|
|
|
|
A reference to a dictionary key obtained by a for loop can not be used to update
values inside that dictionaries key. You must use the original path to the
nested dictionaries key.
|
|
Introduced in commit e46def834483e ("dhcp: T3100: re-add range slicing support
when exclude addresses are used") by not obeying the move from list to dict
and still relying on the old list names variables.
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit f506ba43d44a4218e44b350721de1c890e62998a.
Calling this with sudo is required else some sysfs files can not be read!
vyos@vyos:~$ cat /sys/class/dmi/id/product_serial
cat: /sys/class/dmi/id/product_serial: Permission denied
vyos@vyos:~$ sudo cat /sys/class/dmi/id/product_serial
VMware-42 3f 67 73 77 df c4 80-42 c9 42 af ff 15 de 0b
|
|
|
|
|
|
47: bar: <NOARP,MASTER,UP,LOWER_UP> mtu 65536 qdisc noqueue state UP group default qlen 1000
link/ether 76:7d:c0:53:6d:89 brd ff:ff:ff:ff:ff:ff
inet 127.0.0.1/8 scope host bar
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
|
|
When using VRFs a system can have the same IP address multiple times assigned
to different VRFs. When listing all the available IP addresses on the system it
makes no sense to list this address multiple times.
|
|
The Linux Kernel supports enabling more cores for RPS then we actually have.
It does internal clipping/validation so there is no need for us to calculate
the specifc enable mask we can simply throw "all -1" at the Kernel.
|
|
|
|
T3171: Ethernet RPS support
|
|
set interfaces ethernet <interface> offload rps
|
|
In addition to commit 19161b72 ("xml: fix valueHelp format strings") adjust the
ethernet link-speed and ring-buffer completion helpers.
|
|
|
|
pppoe-server: T3162: Generate pado-delay string
|
|
Commit bbc2a157 ("xml: completion-help: add helper for all local assigned IP
addresses") added a completionHelper script listing all local assigned
IPv4/IPv6 addresses. This commit extends the system to also list the available
addresses for the source-address CLI nodes.
|