Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-16 | ospfv3: T3313: move interface related options to "protocols ospfv3 interface" | Christian Poessinger | |
2021-02-15 | bfd: T3310: implement peer profile support | Christian Poessinger | |
2021-02-15 | smoketest: bfd: ensure sessions are sourced from a valid local if | Christian Poessinger | |
.. if BFD connections will be source from invalid sources this will crash bfdd in FRR 7.3 | |||
2021-02-15 | bgp: T3311: remove remote-as from address-family | Christian Poessinger | |
When moving from Quagga to FRR the BGP address-family was extended by an invalid peer-group statement. FRR always moved a configured peer-group from the AFI level down to the neighbor level. With the migration to FRR reload we must take care about this by ourselves. | |||
2021-02-14 | bgp: T2315: add CLI options for addpath-tx-(all-paths|bestpath-per-AS) | Christian Poessinger | |
* protocols bgp 65000 neighbor 192.0.2.1 address-family ipv4-unicast addpath-tx-all * protocols bgp 65000 neighbor 192.0.2.1 address-family ipv4-unicast addpath-tx-per-as * protocols bgp 65000 neighbor 2001:db8::1 address-family ipv6-unicast addpath-tx-all * protocols bgp 65000 neighbor 2001:db8::1 address-family ipv6-unicast addpath-tx-per-as | |||
2021-02-14 | bgp: T1513: add per VNI advertise-default-gw, advertise-svi-ip options | Christian Poessinger | |
2021-02-14 | smoketest: bfd: add initial test | Christian Poessinger | |
2021-02-14 | bgp: T2844: add IPv4 disable-send-community support | Christian Poessinger | |
2021-02-14 | bgp: T2387: bugfix missing options not added to FRR | Christian Poessinger | |
The following options were not represented in the Jinja2 template: - port - advertisement-interval - strict-capability-match In addition the smoketests have been extended to support IPv6 neighbors, too. | |||
2021-02-14 | bgp: T3308: add graceful-shutdown option | Christian Poessinger | |
2021-02-13 | smoketest: rpki: extend tests with IPv6 caching servers | Christian Poessinger | |
2021-02-13 | smoketest: bcast-relay: no need to commit() in setUp() | Christian Poessinger | |
2021-02-13 | smoketest: rpki: remove failfast setting | Christian Poessinger | |
2021-02-11 | ospfv3: T3267: move interface specific options to "protocols ospfv3" | Christian Poessinger | |
2021-02-11 | ripng: T3281: move interface specific options to "protocols ripng" | Christian Poessinger | |
2021-02-10 | smoketest: static-routes: enable VRF table leaking test | Christian Poessinger | |
As we have upgrade to FRR 7.5 in current the issue within FRR vtysh [1] is fixed. [1]: https://github.com/FRRouting/frr/issues/8016 | |||
2021-02-10 | ripng: T3281: migrate to get_config_dict() and FRR reload | Christian Poessinger | |
2021-02-08 | smoketest: ripng: add initial testcases | Christian Poessinger | |
2021-02-07 | smoketest: configs: rip: add VLAN interfaces to test migration scripts | Christian Poessinger | |
2021-02-07 | smoketest: configs: import basic rip-router | Christian Poessinger | |
2021-02-07 | smoketest: rip: rename the one and only testcase | Christian Poessinger | |
2021-02-06 | rip: T2547: migrate to get_config_dict() and FRR reload | Christian Poessinger | |
2021-02-06 | smoketest: protocols: rip: initial import | Christian Poessinger | |
2021-02-05 | Merge branch 't2450-vrf' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 't2450-vrf' of github.com:c-po/vyos-1x: xml: add new common "interface-name" validator xml: include: accel: add missing file include comments smoketest: static: improve static route testing route: static: T2450: provide full protocol support in XML and Python with new CLI vrf: T2450: provide full protocol support in XML and Python with new CLI migrator: ospf: T3267: cleanup empty interface "ip" nodes | |||
2021-02-05 | smoketest: static: improve static route testing | Christian Poessinger | |
2021-02-05 | vrf: T2450: provide full protocol support in XML and Python with new CLI | Christian Poessinger | |
2021-02-02 | tunnel: T3030: Modify the command line to streamline configuration (support ↵ | jack9603301 | |
package type automatic detection) | |||
2021-02-02 | tunnel: T3030: Add erspan protocol support | jack9603301 | |
2021-02-01 | smoketest: configs: import sample config provided by Andri Steiner | Christian Poessinger | |
2021-01-31 | smoketest: routes: add initial tests for static routes | Christian Poessinger | |
2021-01-31 | smoketest: vrf: add test case for static v4/v6 routes incl. leaking | Christian Poessinger | |
2021-01-31 | smoketest: vrf: verify interfaces can be bound/unbound | Christian Poessinger | |
2021-01-31 | smoketest: configs: import sample config provided by Tim Harman | Christian Poessinger | |
2021-01-31 | smoketest: configs: cleanup | Christian Poessinger | |
2021-01-29 | smoketest: ospf: T3267: test interface configuration | Christian Poessinger | |
2021-01-29 | smoketest: ospf: merge area and virtual-link testcases | Christian Poessinger | |
2021-01-29 | rpki: T3255: disable debug knobs | Christian Poessinger | |
2021-01-29 | Merge branch 't3255-rpki' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 't3255-rpki' of github.com:c-po/vyos-1x: rpki: T3255: provide full protocol support in XML and Python op-mode: ssh: support generating client keypair smoketest: openvpn: remove print() when generating keys | |||
2021-01-29 | rpki: T3255: provide full protocol support in XML and Python | Christian Poessinger | |
This commit provides the implementation of the OSPF CLI with a Jinja2 template that is loaded by FRR reload. | |||
2021-01-29 | smoketest: openvpn: remove print() when generating keys | Christian Poessinger | |
2021-01-28 | smoketest: T3261: Add check PPPoE interface disable state | DmitriyEshenko | |
2021-01-26 | Revert "smoketest: dhcpc6: do not increase duid" | Christian Poessinger | |
This reverts commit 1992d9aed31b6906806635687c2b2d2d52310990. After commit b4889039 ("smoketest: refactor setUp() for all interface based testcases") we can now use dynamic duid tests. | |||
2021-01-26 | smoketest: refactor setUp() for all interface based testcases | Christian Poessinger | |
It does not make sense (at all!) to re-initialize the entire class with every call to setUp(). We neither change the enabled/disabled tastcases dynamically, not do we adjust the testinterfaces during a run. Remove the runtime overhead and place one-time init calls into setUpClass() instead. | |||
2021-01-26 | smoketest: dhcpc6: do not increase duid | Christian Poessinger | |
For a yet undetermined reason incrementing the duid dynamically in the test script leads to an error - for the time beeing work with a fixed duid. | |||
2021-01-25 | smoketest: bgp: add rpki tests | Christian Poessinger | |
2021-01-25 | smoketest: dhcpc6: fix UnboundLocalError | Christian Poessinger | |
UnboundLocalError: local variable 'client_base' referenced before assignment | |||
2021-01-25 | smoketest: dhcpv6: add client smoketests | Christian Poessinger | |
2021-01-24 | ospf(v3): T3236: T3244: adjust to route-map converted name (_ for -) | Christian Poessinger | |
A hyphen in a route-map name will be converted to _, take care about this effect during validation. | |||
2021-01-24 | bgp: T3247: bugfix import/export prefix-list and distribution-list | Christian Poessinger | |
This is an amendment to commit 5ab6882f ("bgp: T2347: bugfix import/export route-map") which did not take care about fixing the other two if/elif statements. | |||
2021-01-24 | smoketest: configs: add small AS with VRRP example configuration | Christian Poessinger | |
This is a live config from a specific site of mine. |