Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-09 | Merge pull request #597 from Cheeze-It/current | Christian Poessinger | |
mpls-conf: T915: Add targeted LDP neighbors with parameters | |||
2020-11-08 | mpls-conf: T915: Add targeted LDP neighbors with parameters | Cheeze_It | |
The commit has to do with the addition of targeted LDP neighbors and parameters being added. FRR allows for this functionality and I just wanted to add it. We have basically 4 options that are added. Enabling targeted LDP functionality, the targeted neighbor, the hello interval of targeted sessions, and the hold time of targeted sessions. Both IPv4 and IPv6 has been coded in. | |||
2020-11-07 | interfaces: dhcp-client: T2997: add option to not request DHCP router address | Christian Poessinger | |
Some might want to have an IP address handed out by a DHCP server but not want a default route to be installed. This can be done using the CLI command: "set interfaces ethernet eth2 dhcp-options no-default-route" | |||
2020-11-07 | smoketest: tunnel: enable common MTU testcase | Christian Poessinger | |
2020-11-07 | l2tpv3: T2653: include common "ip" interface options | Christian Poessinger | |
2020-11-07 | macsec: T2653: include common "ip" and "ipv6" interface options | Christian Poessinger | |
2020-11-07 | geneve: T2653: include common "ip" and "ipv6" interface options | Christian Poessinger | |
2020-11-07 | T2653: migrate "ip" and "ipv6" interface options to generic includes | Christian Poessinger | |
This reduces duplicated #include statements as each interface type already contained the individual includes. | |||
2020-11-07 | smoketest: tunnel: add individual tunnel verification logic | Christian Poessinger | |
2020-11-06 | op-mode: T2731: fix "show interfaces" returns invalid state when link is down | Christian Poessinger | |
There has been a miss-match of admin-down and oper-down status for the Python implementation of "show interfaces". | |||
2020-11-06 | validator: ipv4-range: T3050: fix wrong exit code when no range was given | Christian Poessinger | |
2020-11-06 | system: T3048: use proper service name "tuned.service" | Christian Poessinger | |
2020-11-06 | system: T3048: add dynamic performance tuning daemon | Christian Poessinger | |
Add new CLI command "set system options performance <latency | throughput>" | |||
2020-11-06 | openvpn: T3051: fix multiple pushed routes to preconfigured clients | Christian Poessinger | |
2020-11-05 | Merge pull request #596 from Cheeze-It/current | Christian Poessinger | |
mpls-conf: T915: Add session hold time adjustment for LDP neighbors | |||
2020-11-04 | mpls-conf: T915: Add session hold time adjustment for static LDP neighbors | Cheeze_It | |
The commit has to do with the addition of session hold time parameter for LDP neighbors. This allows for being able to change said hold time on a static neighbor. The way that this works is to have it either delegated to a value (15-65535), or to just be default to whatever FRR stipulates or per the other session configuration values. I opted to remove the "-ipv4-" only because we know it's an IPv4 session that one has to create first. I figure it's redundant to add it there so I removed it. | |||
2020-11-04 | Merge pull request #595 from Cheeze-It/current | Christian Poessinger | |
mpls-conf: T915: Add TTL security for static LDP neighbors | |||
2020-11-04 | mpls-conf: T915: Add TTL security for static LDP neighbors | Cheeze_It | |
The commit has to do with the addition of TTL security for LDP neighbors. The code was 90% done by Viascheslav. I modified it a little bit to get it to properly work. We added more parameters to the neighbors dynamic loop. Once this is merged then we should be able to add more for the dynamic neighbor statements. The way that this works is to have either TTL disabled, or to add the amount of hops accepted for the neighbor. | |||
2020-11-04 | openvpn: T3046: create client config dir on-demand | Christian Poessinger | |
This commit partially reverts commit eb1ed5e518 ("openvpn: T2994: re-add ifconfig-pool statement in server config"). | |||
2020-11-03 | Merge branch 'wifi-wpa3' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 'wifi-wpa3' of github.com:c-po/vyos-1x: wireless: T3042: move wifi-regulatory-domain into individual interface definition wireless: T2653: reset wireless priority to crux state wireless: T3034: add WPA3 support wireless: T3043: rename "wpa mode both" to "wpa+wpa2" ifconfig: T2985: fix wireless-bridge creation | |||
2020-11-03 | wireless: T3042: move wifi-regulatory-domain into individual interface ↵ | Christian Poessinger | |
definition | |||
2020-11-03 | Merge pull request #579 from sever-sever/T2103 | Christian Poessinger | |
conf-mode: T2103: Delete value help match en[ospx]N for eth interfaces | |||
2020-11-03 | Merge pull request #585 from Cheeze-It/current | Christian Poessinger | |
mpls-conf: T915: Separate IPv4 and IPv6 hello timers, add IPv6 timers | |||
2020-11-03 | Merge pull request #592 from kroy-the-rabbit/dhcp-fix | Christian Poessinger | |
T2465: Fixing permissions on socket so DHCP works | |||
2020-11-03 | Merge pull request #593 from sever-sever/T2387 | Christian Poessinger | |
bgp-xml: T2387: Fix validators for neighbor update-source | |||
2020-11-03 | bgp-xml: T2387: Fix validators for neighbor update-source | sever-sever | |
2020-11-03 | T2465: Fixing permissions on socket so DHCP works | kroy | |
2020-11-03 | wireless: T2653: reset wireless priority to crux state | Christian Poessinger | |
Now as we can dynamically create bridge interfaces we can also reset the interface priority back to the value it used to be in VyOS 1.2 crux. | |||
2020-11-03 | wireless: T3034: add WPA3 support | Christian Poessinger | |
2020-11-03 | wireless: T3043: rename "wpa mode both" to "wpa+wpa2" | Christian Poessinger | |
2020-11-03 | ifconfig: T2985: fix wireless-bridge creation | Christian Poessinger | |
2020-11-03 | Merge pull request #591 from sever-sever/T2850 | Daniil Baturin | |
bgp: T2850: Fixing the priority of template processing and missing params | |||
2020-11-03 | bgp: T2850: Fixing the priority of template processing and missing params | sever-sever | |
2020-11-02 | Merge pull request #589 from sever-sever/T2387 | Christian Poessinger | |
bgp-xml: T2387: Fix validators and add capability for new format bgp | |||
2020-11-02 | bgp-xml: T2387: Fix validators and add capability for new format bgp | sever-sever | |
2020-11-01 | smoketest: openvpn: remove debug code for faster test runs | Christian Poessinger | |
There have been leftovers to bypass testcases by simply just "return True" on most of the testcases. | |||
2020-11-01 | vyos.template: consolidate is_ipv(4|6) functionality | Christian Poessinger | |
2020-11-01 | openvpn: T2994: re-add ifconfig-pool statement in server config | Christian Poessinger | |
Re-organize the template code and add addtitional Jinja2 filters for processing the ifconfig-pool statement. This reverts the changes from commit 7e546be9 ("openvpn: T2994: temporary revert to 1.2 crux behavior for client pools"). | |||
2020-11-01 | test: extend validate testcases | Christian Poessinger | |
Test additional network combinations of address and prefixes. | |||
2020-11-01 | openvpn: T3036: support IPv6 remote-address | Christian Poessinger | |
2020-11-01 | openvpn: T2994: remove workarounds for individual ipv4 and ipv6 keys | Christian Poessinger | |
Remove workaround which split (local|remote)_address and also subnet keys into individual keys for the assigned IP address family (4/6). During template rendering check IP version by introducing new ipv4 and ipv6 Jinja2 filters {% if foo | ipv4 %} or {% if bar | ipv6 %} options. | |||
2020-11-01 | test: adjust testcase name for vyos.util.dict_search() | Christian Poessinger | |
After renaming the function in commit 25551c5a ("vyos.util: T2995: rename vyos_dict_search() -> dict_search()"), the test case should be renamed, too. | |||
2020-11-01 | test: vyos.validate: add unittests | Christian Poessinger | |
2020-11-01 | smoketest: VyOS config files do not ned +x option | Christian Poessinger | |
2020-10-31 | smoketest: openvpn: fix testcase for server statement | Christian Poessinger | |
After commit 7e546be921 ("openvpn: T2994: temporary revert to 1.2 crux behavior for client pools") also adjust the testcase to not expect the "nopool" statement on the server command. | |||
2020-10-31 | smoketest: openvpn: test server mode "replace-default-route" | Christian Poessinger | |
2020-10-31 | openvpn: T2994: temporary revert to 1.2 crux behavior for client pools | Christian Poessinger | |
2020-10-31 | openvpn: T2994: bugfix evaluating replace-default-route in template | Christian Poessinger | |
2020-10-30 | openvpn: T2994: verify DH key length | Christian Poessinger | |
2020-10-30 | Debian: add OpenSSL dependency, inherited by OpenVPN | Christian Poessinger | |