Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-07 | system: T2486: bugfix name-servers-dhcp NameError on vif-c interfaces | Christian 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-07 | ospf: T3267: add proper CLI constraints | Christian Poessinger | |
2021-02-07 | smoketest: configs: import basic rip-router | Christian Poessinger | |
2021-02-07 | rpki: T3293: bugfix for config migration when cache and address name match | Christian 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-07 | smoketest: rip: rename the one and only testcase | Christian Poessinger | |
2021-02-07 | rip: T2547: xml cleanup so parts can be reused by RIPng | Christian Poessinger | |
2021-02-07 | Jenkins: fix pipeline comment | Christian Poessinger | |
2021-02-07 | Jenkins: enable arm64 builds | Christian Poessinger | |
2021-02-06 | Debian: only build XDP for amd64 architecture | Christian Poessinger | |
2021-02-06 | erspan: T3030: fix XML generator warning about ' in help string | Christian Poessinger | |
2021-02-06 | rip: T2547: take key_mangling() for prefix-list names into account | Christian Poessinger | |
2021-02-06 | rip: T2547: verify() existence of access-list, prefix-list and route-maps | Christian Poessinger | |
2021-02-06 | rip: T2547: migrate to get_config_dict() and FRR reload | Christian Poessinger | |
2021-02-06 | xml: rip: ospf: add passive-interface building block | Christian Poessinger | |
2021-02-06 | rip: T2833: xml: split out (access|prefix)-list to re includable | Christian Poessinger | |
2021-02-06 | xml: migrate DOS -> UNIX line endings for static routing includes | 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 | xml: add new common "interface-name" validator | Christian Poessinger | |
2021-02-05 | xml: include: accel: add missing file include comments | Christian Poessinger | |
2021-02-05 | smoketest: static: improve static route testing | Christian Poessinger | |
2021-02-05 | route: static: T2450: provide full protocol support in XML and Python with ↵ | Christian Poessinger | |
new CLI | |||
2021-02-05 | vrf: T2450: provide full protocol support in XML and Python with new CLI | Christian Poessinger | |
2021-02-05 | Merge pull request #721 from jack9603301/T3030 | Christian Poessinger | |
tunnel: T3030: Use the default TTL value of 0 to correspond to the PMTU option | |||
2021-02-05 | tunnel: T3030: Use the default TTL value of 0 to correspond to the PMTU option | jack9603301 | |
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-05 | Merge pull request #720 from jack9603301/T3030 | Christian Poessinger | |
tunnel: erspan: T3030: Fixed tunnel option missing | |||
2021-02-05 | tunnel: erspan: T3030: Fixed tunnel option missing | jack9603301 | |
In 8413278c, we left out a parameter in the tunnel that caused the tunnel smoke test to fail. Now, let's add it | |||
2021-02-04 | migrator: ospf: T3267: cleanup empty interface "ip" nodes | Christian Poessinger | |
When per interface OSPF configuration is migrated into "protocols ospf interface" we should cleanup and empty ip {} node unter the individual interface. This makes the config look more nicely. | |||
2021-02-04 | Merge pull request #620 from jack9603301/T3030 | Christian Poessinger | |
tunnel: T3030: Add erspan protocol support | |||
2021-02-04 | Merge pull request #718 from jack9603301/T3283 | Christian Poessinger | |
op-mode: ip: T3283: Support for IPv4/IPv6 neigh tables | |||
2021-02-04 | op-mode: ip: T3283: Format Neigh tables | jack9603301 | |
2021-02-04 | op-mode: ip: T3283: Support for IPv4 neigh tables | jack9603301 | |
2021-02-03 | ospfv3: T3244: drop superfluous import of dict_search | Christian Poessinger | |
2021-02-03 | rpki: T3255: remove superfluous import of verify_route_maps | Christian Poessinger | |
2021-02-02 | ospf: T3263: hello-multiplier is only available for interfaces, not virtual-link | Christian Poessinger | |
2021-02-02 | ospf: T3263: support hello sub-second timer | Christian Poessinger | |
Added "set protocols ospf interface eth1 hello-multiplier <n>" CLI command. This is mutually exclusive to "set protocols ospf interface eth1 dead-interval <n>". | |||
2021-02-02 | vlan: T3018: vif/vif-s vlan id can not be re-used | Christian Poessinger | |
In the past it was possible to configure a vif-s interface and a vif interface both with the same VLAN ID. VyOS 1.2 reported a Kernel error: RTNETLINK answers: File exists Error creating VLAN device eth1.100 so this should not be possible at all in VyOS 1.3 | |||
2021-02-02 | Merge pull request #717 from sever-sever/T3282 | Christian Poessinger | |
conf-mode: T3282: Add XML for protocol RIPng | |||
2021-02-02 | Merge branch 'current' into T3282 | Christian Poessinger | |
2021-02-02 | Merge pull request #716 from erkin/current | Christian Poessinger | |
nat: T2873: Add address filtering for DNAT translations | |||
2021-02-02 | Merge pull request #715 from sever-sever/T3280 | Christian Poessinger | |
conf-mode: T3280: Add XML for protocols static | |||
2021-02-02 | conf-mode: T3282: Add XML for protocol RIPng | sever-sever | |
2021-02-02 | nat: T2873: Add address filtering for DNAT translations | erkin | |
2021-02-02 | conf-mode: T3280: Add XML for protocols static | sever-sever | |
2021-02-02 | Merge pull request #714 from erkin/current | Daniil Baturin | |
powerctl: Fix typo | |||
2021-02-02 | powerctl: Fix typo | erkin | |
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-02-01 | Merge pull request #713 from sever-sever/T3278 | Christian Poessinger | |
vrf: T3278: Add XML for conf-mode |