summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-11ripng: T3281: move interface specific options to "protocols ripng"Christian Poessinger
2021-02-11ripng: T3281: move common parts into Jinja2 includeChristian Poessinger
2021-02-11Merge branch 'ripng' of github.com:c-po/vyos-1x into currentChristian Poessinger
* 'ripng' of github.com:c-po/vyos-1x: smoketest: static-routes: enable VRF table leaking test rip: T2547: fix indention of distribute-list in FRR template Makefile: remove "interfaces ip" node as all components have been migrated ripng: T3281: migrate to get_config_dict() and FRR reload frr: T2638: remove dedicated per protocol debugging
2021-02-11Merge pull request #730 from bstepler/T3290Christian Poessinger
conntrack: T3290: remove references to removed GRE plugins
2021-02-11mirror: T3297: redirect stderr to /dev/nullJACK
2021-02-10conntrack: T3290: remove references to removed GRE pluginsBrandon Stepler
2021-02-10smoketest: static-routes: enable VRF table leaking testChristian 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-10rip: T2547: fix indention of distribute-list in FRR templateChristian Poessinger
2021-02-10Makefile: remove "interfaces ip" node as all components have been migratedChristian Poessinger
... from vyatta-cfg-quagga to vyos-1x
2021-02-10ripng: T3281: migrate to get_config_dict() and FRR reloadChristian Poessinger
2021-02-10frr: T2638: remove dedicated per protocol debuggingChristian Poessinger
With commit 015651a8 ("T2638: Enable more debugging in the FRR library") a global debug mechanism was added by creating a file named /tmp/vyos.frr.debug. With this change we can drop the duplicated debug code from every protocol.
2021-02-09Merge pull request #724 from c-po/t1315-bgp-evpnChristian Poessinger
bgp: T1315: initial implementation of L2VPN EVPN support
2021-02-09bgp: T1513: initial implementation of L2VPN EVPN supportChristian Poessinger
2021-02-09xml: cleanup wrong include file extensionsChristian Poessinger
2021-02-09xml: op-mode: remove absolute path from vtyshChristian Poessinger
2021-02-09bgo: T3183: T2100: enable "no bgp ebgp-requires-policy"Christian Poessinger
2021-02-09xml: bgp: remove absolute path from vtyshChristian Poessinger
2021-02-09Merge pull request #726 from runborg/frrdebuggingChristian Poessinger
T2638: Enable more debugging in the FRR library
2021-02-09T2638: Enable more debugging in the FRR libraryRunar Borge
This will enable more debugging on the frr reload library, changes: * Adds a /tmp/vyos.frr.debug hook to enable system wide vyos.frr debugging * Log the initial imported configs * Log the FRR config submitted to frr-reload * redirecting frr-reload output to the debug log.
2021-02-08smoketest: ripng: add initial testcasesChristian Poessinger
2021-02-07smoketest: configs: rip: add VLAN interfaces to test migration scriptsChristian Poessinger
2021-02-07rip: T2547: migrate interface specific options to "protocols rip"Christian Poessinger
2021-02-07rip: T2547: migrate interface specific configuration under protocols ripChristian Poessinger
2021-02-07system: T2486: bugfix name-servers-dhcp NameError on vif-c interfacesChristian Poessinger
Commit 0f8beae7426 ("system: T2486: migrate disable-dhcp-nameservers to name-servers-dhcp") added a migration script for moving the name-servers. A small glitch was introduced when referencing vif-c interfaces unter a vif-s interface where a variable got referenced which was not defined.
2021-02-07ospf: T3267: add proper CLI constraintsChristian Poessinger
2021-02-07smoketest: configs: import basic rip-routerChristian Poessinger
2021-02-07rpki: T3293: bugfix for config migration when cache and address name matchChristian Poessinger
If the RPKI cache name equals the configured address, renaming is not possible, as rename expects the new path to not exist.
2021-02-07smoketest: rip: rename the one and only testcaseChristian Poessinger
2021-02-07rip: T2547: xml cleanup so parts can be reused by RIPngChristian Poessinger
2021-02-07Jenkins: fix pipeline commentChristian Poessinger
2021-02-07Jenkins: enable arm64 buildsChristian Poessinger
2021-02-06Debian: only build XDP for amd64 architectureChristian Poessinger
2021-02-06erspan: T3030: fix XML generator warning about ' in help stringChristian Poessinger
2021-02-06rip: T2547: take key_mangling() for prefix-list names into accountChristian Poessinger
2021-02-06rip: T2547: verify() existence of access-list, prefix-list and route-mapsChristian Poessinger
2021-02-06rip: T2547: migrate to get_config_dict() and FRR reloadChristian Poessinger
2021-02-06xml: rip: ospf: add passive-interface building blockChristian Poessinger
2021-02-06rip: T2833: xml: split out (access|prefix)-list to re includableChristian Poessinger
2021-02-06xml: migrate DOS -> UNIX line endings for static routing includesChristian Poessinger
2021-02-06smoketest: protocols: rip: initial importChristian Poessinger
2021-02-05Merge branch 't2450-vrf' of github.com:c-po/vyos-1x into currentChristian 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-05xml: add new common "interface-name" validatorChristian Poessinger
2021-02-05xml: include: accel: add missing file include commentsChristian Poessinger
2021-02-05smoketest: static: improve static route testingChristian Poessinger
2021-02-05route: static: T2450: provide full protocol support in XML and Python with ↵Christian Poessinger
new CLI
2021-02-05vrf: T2450: provide full protocol support in XML and Python with new CLIChristian Poessinger
2021-02-05Merge pull request #721 from jack9603301/T3030Christian Poessinger
tunnel: T3030: Use the default TTL value of 0 to correspond to the PMTU option
2021-02-05tunnel: T3030: Use the default TTL value of 0 to correspond to the PMTU optionjack9603301
Before 94f886ab ("tunnel: T3173: path MTU discov..."), TTL used the default value of 255, so c7d08654 ("tunnel: T3030: Modify the comm...") used the default value of 255. Later, due to the introduction of the PMTU option, the default value was changed to 0. Continuing to use the default value of 255 will cause the smoke test to fail, Therefore, the new definition of TTL is migrated
2021-02-05Merge pull request #720 from jack9603301/T3030Christian Poessinger
tunnel: erspan: T3030: Fixed tunnel option missing
2021-02-05tunnel: erspan: T3030: Fixed tunnel option missingjack9603301
In 8413278c, we left out a parameter in the tunnel that caused the tunnel smoke test to fail. Now, let's add it