summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-29Merge branch 't3255-rpki' of github.com:c-po/vyos-1x into currentChristian 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-29rpki: T3255: provide full protocol support in XML and PythonChristian Poessinger
This commit provides the implementation of the OSPF CLI with a Jinja2 template that is loaded by FRR reload.
2021-01-29op-mode: ssh: support generating client keypairChristian 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-29smoketest: openvpn: remove print() when generating keysChristian Poessinger
2021-01-28Merge pull request #706 from DmitriyEshenko/1x-pppoe-cl02Christian Poessinger
smoketest: T3261: Add check PPPoE interface disable state
2021-01-28Merge pull request #707 from jack9603301/T3257Daniil Baturin
monitor: op-mode: T3257: Fix the CLI of tcpdump
2021-01-28monitor: op-mode: T3257: Fix the CLI of tcpdumpjack9603301
2021-01-28smoketest: T3261: Add check PPPoE interface disable stateDmitriyEshenko
2021-01-27Merge pull request #705 from bstepler/T3262Christian Poessinger
dhcpv6: T3262: don't run DHCPv6 client when only dhcpv6-options is configured
2021-01-27Merge pull request #704 from bstepler/T3240Christian Poessinger
dhcpv6: T3240: send DUID when only DHCPv6 PD is configured
2021-01-27dhcpv6: T3262: don't run DHCPv6 client when only dhcpv6-options is configuredBrandon Stepler
If dhcpv6-options is configured without requesting a DHCPv6 address or PD, the dhcpv6pd variable is assigned an empty dict.
2021-01-27dhcpv6: T3240: send DUID when only DHCPv6 PD is configuredBrandon Stepler
2021-01-27Merge pull request #703 from DmitriyEshenko/pppoe-client-2701202101Christian Poessinger
pppoe: T3261: Stop systemd service if pppoe interface disable
2021-01-27pppoe: T3261: Stop systemd service if pppoe interface disableDmitriyEshenko
2021-01-27Merge pull request #701 from erkin/currentDaniil Baturin
op-mode: T3110: Gracefully handle SIGPIPE in show-interfaces
2021-01-26Revert "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-26smoketest: refactor setUp() for all interface based testcasesChristian 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-26op-mode: T3110: Gracefully handle SIGPIPE in show-interfaceserkin
2021-01-26Merge pull request #699 from jack9603301/T3257Christian Poessinger
monitor: traffic: op-mode: T3257: tcpdump supporting complete protocol
2021-01-26Merge pull request #698 from sever-sever/T3256Christian Poessinger
rpki: T3256: Add XML for protocol rpki conf-mode
2021-01-26smoketest: dhcpc6: do not increase duidChristian 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-26monitor: traffic: op-mode: T3257: tcpdump supporting complete protocoljack9603301
2021-01-26rpki: T3256: Add XML for protocol rpki conf-modesever-sever
2021-01-25smoketest: bgp: add rpki testsChristian Poessinger
2021-01-25smoketest: dhcpc6: fix UnboundLocalErrorChristian Poessinger
UnboundLocalError: local variable 'client_base' referenced before assignment
2021-01-25smoketest: dhcpv6: add client smoketestsChristian Poessinger
2021-01-25Merge pull request #697 from DmitriyEshenko/1x-pppoe-2501202101Christian Poessinger
pppoe: T3251: Add double-quotes to protect special characters
2021-01-25pppoe: T3251: Add double-quotes to protect special charactersDmitriyEshenko
2021-01-25Merge pull request #693 from bstepler/T3240Christian Poessinger
dhcpv6: T3240: support per-interface client DUIDs
2021-01-25Merge pull request #696 from jack9603301/T3249Christian Poessinger
bridge: op-mode: T3249: Support operation mode forwarding table output
2021-01-25bridge: op-mode: T3249: Support operation mode forwarding table outputjack9603301
2021-01-24ospf(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-24bgp: T3247: bugfix import/export filter-listChristian Poessinger
2021-01-24bgp: T3247: bugfix import/export prefix-list and distribution-listChristian 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-24smoketest: configs: add small AS with VRRP example configurationChristian Poessinger
This is a live config from a specific site of mine.
2021-01-24ospf(v3): T3236: T3244: add verify() for used route-map existenceChristian Poessinger
2021-01-24bgp: T2347: bugfix import/export route-mapChristian Poessinger
There can be both an import and an export route-map - the Jinja2 template syntax only allowed one direction and not the other.
2021-01-24ospfv3: T3244: provide full protocol support in XML and PythonChristian Poessinger
This commit provides the implementation of the OSPFv3 (IPv6) CLI with a Jinja2 template that is loaded by FRR reload. It also contains some initial smoketests. There is yet no verify() implementation!
2021-01-24smoketest: ospfv3: initial testcasesChristian Poessinger
2021-01-24bgp: T2850: bugfix templating neighbor interface statementsChristian Poessinger
2021-01-24Merge pull request #695 from sever-sever/T3245Christian Poessinger
ospfv3: T3245: Add XML for ospfv3 conf-mode
2021-01-24ospfv3: T3245: Add XML for ospfv3 conf-modesever-sever
2021-01-24Merge pull request #520 from jack9603301/nptv6Christian Poessinger
nptv6: T2518: Initial support for nat66 (NPT)
2021-01-24nptv6: T2518: Remove obsolete referencesjack9603301
2021-01-24nptv6: T2515: Modify the field order of ndppdjack9603301
2021-01-24nptv6: T2518: Delete redundant blank linesjack9603301
2021-01-23nptv6: T2518: Use better variable namesjack9603301
2021-01-23nptv6: T2518: Remove trailing spacesjack9603301
2021-01-23nptv6: T2518: Remove redundant paths for migration scriptsJACK
2021-01-23nptv6: T2518: Delete the ndppd configuration file when the ndppd service ↵jack9603301
does not need to be enabled