Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02-01 | Merge pull request #713 from sever-sever/T3278 | Christian Poessinger | |
vrf: T3278: Add XML for conf-mode | |||
2021-02-01 | vrf: T3278: Add XML for conf-mode | sever-sever | |
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 | lldp: T2230: verify file exists before unlinking it | 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-31 | Merge pull request #712 from erkin/current | Christian Poessinger | |
vyos: T3274: Handle EOF in ask_yes_no() | |||
2021-01-31 | vyos: T3274: Handle EOF in ask_yes_no() | erkin | |
2021-01-30 | Merge pull request #711 from samburney/current | Christian Poessinger | |
pppoe: T3273: Leave default-route in place if 'default-route' is set to 'none' | |||
2021-01-30 | bgp: T3037: remove invalid CLI nodes for ipv6 specific dynamic capability | Christian Poessinger | |
2021-01-30 | bgp: T3037: add migration script | Christian Poessinger | |
(cherry picked from commit 32822d5e1831dff5cd904c0cb5886f7d737afab6) | |||
2021-01-30 | pppoe: T3273: Leave default-route in place if 'default-route' is set to 'none' | Sam Burney | |
2021-01-29 | ospf: T3272: ensure interface config is consistent to CLI | Christian Poessinger | |
2021-01-29 | Merge pull request #709 from bstepler/T3268 | Christian Poessinger | |
vif-s: T3268: add VRF support | |||
2021-01-29 | Merge pull request #710 from bstepler/T3269 | Christian Poessinger | |
vif-c: verify: T3269: fix configuration verification | |||
2021-01-29 | smoketest: ospf: T3267: test interface configuration | Christian Poessinger | |
2021-01-29 | ospf: T3267: bugfix missing interface parameters cost, priority and bandwidth | Christian Poessinger | |
2021-01-29 | vif-s: T3268: add VRF support | Brandon Stepler | |
2021-01-29 | vif-c: verify: T3269: fix configuration verification | Brandon Stepler | |
2021-01-29 | smoketest: ospf: merge area and virtual-link testcases | Christian Poessinger | |
2021-01-29 | ospf: T3267: fix invalid migrator version number | Christian Poessinger | |
2021-01-29 | ospf: T3267: move "interface ip ospf" configuration to "protocols ospf ↵ | Christian Poessinger | |
interface" For easier maintenance and operability move the interface specific protocol setting of OSPF to the OSPF protocol section. This is now also in-line with IS-IS. This means to migrate: ethernet eth0 { vif 202 { ip { ospf { authentication { md5 { key-id 10 { md5-key vyosvyos } } } dead-interval 40 hello-interval 10 priority 1 retransmit-interval 5 transmit-delay 1 } } } } to protocols { ospf { interface eth0.201 { authentication { md5 { key-id 10 { md5-key vyosvyos } } } dead-interval 40 hello-interval 10 priority 1 retransmit-interval 5 transmit-delay 1 } } | |||
2021-01-29 | rpki: T3266: support deleting entire section from FRR config | Christian Poessinger | |
2021-01-29 | rpki: T3255: fix polling-period default value of 300 seconds | 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 | op-mode: ssh: support generating client keypair | Christian Poessinger | |
vyos@vyos:~$ generate ssh client-key /config/auth/id_rsa_rpki Generating public/private rsa key pair. Your identification has been saved in /config/auth/id_rsa_rpki. Your public key has been saved in /config/auth/id_rsa_rpki.pub. The key fingerprint is: SHA256:aBMN1F6lINh4CbG/fuEVReCpbZr3U0/KdorWY6iGfvw vyos@vyos The key's randomart image is: +---[RSA 2048]----+ | oB+o. .+o | | o.++.o.o. | | ......+. | | . o.o. | | = S o. | | . o.+. . .| | ..o=. = + | | . +.+.+.B o| | .o.o.+E+.+ | +----[SHA256]-----+ | |||
2021-01-29 | smoketest: openvpn: remove print() when generating keys | Christian Poessinger | |
2021-01-28 | Merge pull request #706 from DmitriyEshenko/1x-pppoe-cl02 | Christian Poessinger | |
smoketest: T3261: Add check PPPoE interface disable state | |||
2021-01-28 | Merge pull request #707 from jack9603301/T3257 | Daniil Baturin | |
monitor: op-mode: T3257: Fix the CLI of tcpdump | |||
2021-01-28 | monitor: op-mode: T3257: Fix the CLI of tcpdump | jack9603301 | |
2021-01-28 | smoketest: T3261: Add check PPPoE interface disable state | DmitriyEshenko | |
2021-01-27 | Merge pull request #705 from bstepler/T3262 | Christian Poessinger | |
dhcpv6: T3262: don't run DHCPv6 client when only dhcpv6-options is configured | |||
2021-01-27 | Merge pull request #704 from bstepler/T3240 | Christian Poessinger | |
dhcpv6: T3240: send DUID when only DHCPv6 PD is configured | |||
2021-01-27 | dhcpv6: T3262: don't run DHCPv6 client when only dhcpv6-options is configured | Brandon Stepler | |
If dhcpv6-options is configured without requesting a DHCPv6 address or PD, the dhcpv6pd variable is assigned an empty dict. | |||
2021-01-27 | dhcpv6: T3240: send DUID when only DHCPv6 PD is configured | Brandon Stepler | |
2021-01-27 | Merge pull request #703 from DmitriyEshenko/pppoe-client-2701202101 | Christian Poessinger | |
pppoe: T3261: Stop systemd service if pppoe interface disable | |||
2021-01-27 | pppoe: T3261: Stop systemd service if pppoe interface disable | DmitriyEshenko | |
2021-01-27 | Merge pull request #701 from erkin/current | Daniil Baturin | |
op-mode: T3110: Gracefully handle SIGPIPE in show-interfaces | |||
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 | op-mode: T3110: Gracefully handle SIGPIPE in show-interfaces | erkin | |
2021-01-26 | Merge pull request #699 from jack9603301/T3257 | Christian Poessinger | |
monitor: traffic: op-mode: T3257: tcpdump supporting complete protocol | |||
2021-01-26 | Merge pull request #698 from sever-sever/T3256 | Christian Poessinger | |
rpki: T3256: Add XML for protocol rpki conf-mode | |||
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. |