Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2020-10-30 | openvpn: T2994: migrate to get_config_dict() | Christian Poessinger | |
2020-10-30 | vyos.util: T2995: change comment style for "make test" output | Christian Poessinger | |
2020-10-30 | smoketest: openvpn: extend server verify() test with TLS auth keys | Christian Poessinger | |
2020-10-30 | smoketest: openvpn: test server mode verify() steps | Christian Poessinger | |
2020-10-30 | smoketest: openvpn: test site2site mode verify() steps | Christian Poessinger | |
2020-10-30 | smoketest: openvpn: test client mode verify() steps | Christian Poessinger | |
2020-10-30 | Merge pull request #588 from sever-sever/T3031 | Christian Poessinger | |
conf-mode: T3031: Fix ValueHelp for ipv6 multipath | |||
2020-10-30 | conf-mode: T3031: Fix ValueHelp for ipv6 multipath | sever-sever | |
2020-10-30 | smoketest: ssh: add bond to vrf testcase | Christian Poessinger | |
Bind sshd to given VRF and check if it really runs in the VRF context. | |||
2020-10-30 | ssh: T2635: reuse common verify_vrf() function | Christian Poessinger | |
2020-10-29 | verify: T2587: allow MTU < 1280 when IPv6 is disabled on an interface | Christian Poessinger | |
2020-10-29 | Merge pull request #587 from sever-sever/T2850 | Christian Poessinger | |
bgp: T2850: Fix FRR template for new bgp scheme | |||
2020-10-29 | bgp: T2850: Fix FRR template for new bgp scheme | sever-sever | |
2020-10-29 | Merge pull request #586 from cjeanneret/nginx-redirect | John Estabrook | |
T3029 Correct generated nginx content | |||
2020-10-29 | T3029 Correct generated nginx content | Cédric Jeanneret | |
The redirection was using the wrong variable ($server_name), making the browser going to https://_ instead of the right variable. | |||
2020-10-28 | smoketest: accel: T2631: check disable-accounting option | Christian Poessinger | |
2020-10-28 | vyos.util: T2995: rename vyos_dict_search() -> dict_search() | Christian Poessinger | |
Renamed using snippet below: ---------------------------- for file in $(find . -name "*.py") do sed -i "s/vyos_dict_search/dict_search/" $file done | |||
2020-10-28 | qat: T2968: adjust to C200xx PCI ID from Intel drivers | Christian Poessinger | |
2020-10-28 | mtu: T2630: add support for ethernet MTU up to 16000 bytes | Christian Poessinger | |
There is a Myricom 10G card with 16k MTU available. | |||
2020-10-27 | mpls-conf: T915: Separate IPv4 and IPv6 hello timers, add IPv6 timers | Cheeze_It | |
The commit has to do with separating the hello/hold timers from being only IPv4 to being both IPv4 and IPv6. I renamed the existing hello and hold timers with an "-ipv4" and added ones that were "-ipv6". I did verify that the commands properly commit under FRR as well. I also added some room on the protocols_mpls.py file for the different variables as it seems we're might end up having longer names. Removed some spaces that I found too that weren't needed on ldpd.frr.tmpl as well. | |||
2020-10-27 | Merge pull request #583 from jestabro/vyos-configtest | Christian Poessinger | |
smoketest: T3003: extend framework to load arbitrary config file | |||
2020-10-27 | Merge pull request #584 from sever-sever/T2387_oct | Christian Poessinger | |
bgp: T2387: Fix XML sheme for new bgp and bgp.py handler | |||
2020-10-27 | Merge pull request #581 from sever-sever/T2631 | Christian Poessinger | |
accel: T2631: Add option for radius disable-accounting | |||
2020-10-27 | bgp: T2387: Fix XML sheme for new bgp and bgp.py handler | sever-sever | |
2020-10-27 | accel: T2631: Add option for radius disable-accounting | sever-sever | |