Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-07 | smoketest: ethernet: check for error on non existing interface | Christian Poessinger | |
When performing a commit on an ethernet interface that does not exist, e.g. eth667, verify an exception is raised. | |||
2021-01-07 | vyos.configverify: provide generic helper to check for interface existence | Christian Poessinger | |
2021-01-07 | smoketest: interfaces: fix dhcpv6 pd testcase when using multiple interfaces | Christian Poessinger | |
Commit a8e4317c ("smoketest: interfaces: test dhcpv6 pd sla-id auto increment") added a new test, but when executed on multiple interfaces, e.g.: TEST_ETH="eth1 eth2" /usr/libexec/vyos/tests/smoke/cli/test_interfaces_ethernet.py A variable was not properly reset | |||
2021-01-07 | login: radius: T3192: migrate to get_config_dict() | Christian Poessinger | |
2021-01-07 | ssh: T2635: harden Jinja2 template and daemon startup | Christian Poessinger | |
2021-01-07 | ssh: T2635: change sshd_config path to /run/sshd | Christian Poessinger | |
2021-01-07 | login: radius: T3192: support IPv6 server(s) and source-address | Christian Poessinger | |
2021-01-07 | xml: include: provide generic include for disable node | Christian Poessinger | |
2021-01-07 | xml: radius: T3192: split individual nodes to discrete includes | Christian Poessinger | |
Provide more re-usable nodes for future implementations. | |||
2021-01-07 | bgp: T2174: verify() existence of route-map and prefix-list | Christian Poessinger | |
2021-01-07 | smoketest: interfaces: test dhcpv6 pd sla-id auto increment | Christian Poessinger | |
2021-01-07 | Merge pull request #671 from bstepler/T3193 | Christian Poessinger | |
dhcpv6-pd: verify: T3193: fix DHCPv6 PD verification issues | |||
2021-01-06 | dhcpv6-pd: verify: T3193: detect conflict between auto-assigned and ↵ | Brandon Stepler | |
configured SLA-IDs "data/templates/dhcp-client/ipv6.tmpl" handles the auto-assigning of SLA-IDs on lines 39, 46, and 52. | |||
2021-01-06 | dhcpv6-pd: verify: T3193: allow multiple auto-assigned SLA-IDs | Brandon Stepler | |
"data/templates/dhcp-client/ipv6.tmpl" handles the auto-assigning of SLA-IDs on lines 39, 46, and 52. | |||
2021-01-06 | dhcpv6-pd: verify: T3193: allow more than one VLAN interface | Brandon Stepler | |
VLAN interfaces contain periods, which make them incompatible with dict_search(). | |||
2021-01-06 | op-mode: rename "show version quagga" to "frr" as this is the routing core | Christian Poessinger | |
2021-01-06 | ifconfig.interface: use Python3 f-ormat string | Christian Poessinger | |
2021-01-06 | smoketest: bgp: add ipv4/ipv6 address-family tests | Christian Poessinger | |
2021-01-06 | smoketest: bgp: refactor verify part to be reusable | Christian Poessinger | |
2021-01-06 | bgp: T2174: verify() proper existance of remote-as | Christian Poessinger | |
2021-01-05 | smoketest: tunnel: fix setUp() ordering for reference base class members | Christian Poessinger | |
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. | |||
2021-01-05 | Merge pull request #667 from Cheeze-It/current | Christian Poessinger | |
ISIS: T3156: Adding segment routing for ISIS | |||
2021-01-05 | ISIS: T3156: Adding segment routing for ISIS | Cheeze_It | |
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. | |||
2021-01-05 | smoketest: mirror: T3169: re-add mirror / SPAN test case | Christian Poessinger | |
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. | |||
2021-01-05 | Revert "smoketest: bgp: enable description test" | Christian Poessinger | |
This reverts commit e7dd8c17d527aeb31b93b966c59a311f7506b906. | |||
2021-01-05 | vyos.validate: import cleanup | Christian Poessinger | |
2021-01-05 | Merge pull request #670 from sever-sever/T2639 | Daniil Baturin | |
vpn-op-mode: T2639: Sorting vpn ipsec sa | |||
2021-01-05 | vpn-op-mode: T2639: Sorting vpn ipsec sa | sever-sever | |
2021-01-04 | op-mode: T3178: add part 1 of "show ipv6 ospfv3 database" commands | Christian Poessinger | |
2021-01-04 | mirror: T3089: bugfix is_mirror_intf code path | Christian Poessinger | |
2021-01-04 | Merge branch 'op-mode' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* '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 | |||
2021-01-04 | op-mode: T3178: add basic "show ipv6 ospfv3" commands | Christian Poessinger | |
- 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 | |||
2021-01-04 | op-mode: T3178: split IPv6 commands into individual files | Christian Poessinger | |
2021-01-04 | smoketest: bgp: enable description test | Christian Poessinger | |
2021-01-04 | Merge pull request #669 from sever-sever/T3185 | Daniil Baturin | |
tunnel: T3185: Fix completionHelp for local-ip | |||
2021-01-04 | tunnel: T3185: Fix completionHelp for local-ip | sever-sever | |
2021-01-03 | smoketest: add basic BGP testing | Christian Poessinger | |
2021-01-03 | mirror: add verify() check so we can not mirror back to our self | Christian Poessinger | |
2021-01-03 | mirror: T3089: remove redundant code paths | Christian Poessinger | |
- remove redundant code paths apply_mirror() / apply_mirror_of_monitor() - have single source available | |||
2021-01-03 | op-mode: T3178: add "reset ip|ipv6 bgp" commands | Christian Poessinger | |
2021-01-03 | smoketest: bridge: cleanup hardcoded interfaces for vlan-aware bridge | Christian Poessinger | |
2021-01-03 | Partial Revert "interfaces: T3114: Fix VLAN-aware bridge setting failure" | Christian Poessinger | |
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. | |||
2021-01-03 | dhcp: T2562: harden implementation for non existing shared-subnets | Christian Poessinger | |
2021-01-03 | dhcp: T3180: bugfix assignment of sliced ranges to config dict | Christian Poessinger | |
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. | |||
2021-01-03 | dhcp: T3180: bugfix NameError when slicing server ranges | Christian Poessinger | |
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. | |||
2021-01-02 | op-mode: T3178: add "show ipv6 prefix-list" commands | Christian Poessinger | |
2021-01-02 | op-mode: T3178: add "show ipv6 route" commands | Christian Poessinger | |
2021-01-02 | op-mode: isis: T3156: add missing help text | Christian Poessinger | |
2021-01-02 | op-mode: T3178: add "show ipv6 access-list|ripng" commands | Christian Poessinger | |
2021-01-02 | op-mode: T3178: add "clear ip(v6)" commands | Christian Poessinger | |