Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-06 | T3563: Add support for IPv6 source addresses in SSH connections | erkin | |
2021-05-30 | T3356: Add progressbars to SFTP and HTTP transfers | erkin | |
2021-05-29 | T3356: Add progressbars to FTP transfers | erkin | |
Allow ports to be specified in URL strings | |||
2021-05-18 | T3356: remote: Read username and password from environment variables | erkin | |
2021-05-18 | T3356: remote: Add friendly download procedure for user-facing scripts | erkin | |
2021-05-11 | T3356: remote: Add authentication support | erkin | |
Add docstrings | |||
2021-05-09 | xml: fix include comments in interface-definitions | Christian Poessinger | |
2021-05-09 | bgp: xml: T2771: add filter-list building block | Christian Poessinger | |
2021-05-09 | bgp: xml: T2771: remove duplicated XML nodes | Christian Poessinger | |
Instead of having a 95% copy from afi-common.xml.i in afi-common-vpn.xml.i, split out the part that is differend (default originate) and re-use the same building block. | |||
2021-05-09 | bgp: xml: T2174: add valueHelp and containts to AFI route-map include | Christian Poessinger | |
2021-05-09 | policy: T3531: Allow prefix-list names to contain an underscore | Christian Poessinger | |
2021-05-09 | policy: T3531: Allow route-map names to contain an underscore | Christian Poessinger | |
2021-05-09 | bgp: T3530: add missing regex constraint for peer-group names | Christian Poessinger | |
A peer-group may only consist out of alphanumeric characters, a hyphen and underscore. | |||
2021-05-09 | bgp: 2174: update address-family help string | Christian Poessinger | |
2021-05-09 | bgp: T3530: add hyphen support for peer-group names | Christian Poessinger | |
2021-05-08 | policy: T2425: bugfix NameError: name 'name' is not defined | Christian Poessinger | |
2021-05-08 | vrf: bgp: T3523: bugfix Kernel route-map deployment | Christian Poessinger | |
Commit 4f9aa30f ("vrf: bgp: T3523: add route-map support for kernel routes") added the possibility to also filter BGP routes towards the OS kernel, but the smoketests failed. Reason was a non working CLI command applied to bgpd. Thus the VRF route-map and the BGP configuration is now split into two templates, one to be used for each daemon (zebra and bgpd). Nevertheless one more bug was found in vyos.frr which currently does not suppoort calling modify_section() inside a configuration "block". See [1] for more info. [1]: https://phabricator.vyos.net/T3529 | |||
2021-05-07 | remote: T3356: use custom MissingHostKeyPolicy | Lulu Cathrinus Grimalkin | |
2021-05-06 | l2tpv3: T3519: add vrf support | Christian Poessinger | |
2021-05-06 | vrf: T3523: fix regex when removing dynamic routing protocols with a kernel ↵ | Christian Poessinger | |
route-map | |||
2021-05-06 | vrf: isis: T3523: add route-map support for kernel routes | Christian Poessinger | |
2021-05-06 | isis: xml: T3236: restructure include files and make them easier to recognize | Christian Poessinger | |
2021-05-06 | vrf: ospf: T3523: add route-map support for kernel routes | Christian Poessinger | |
2021-05-06 | Merge pull request #830 from erkin/current | Christian Poessinger | |
T3356: remote: Add support for obtaining the size of a remote file | |||
2021-05-06 | smoketest: configs: azure: convert from DOS to UNIX line endings | Christian Poessinger | |
2021-05-06 | op-mode: isis: convert from DOS to UNIX line endings | Christian Poessinger | |
2021-05-06 | xml: routing: use common router-id include file | Christian Poessinger | |
2021-05-06 | ospf: xml: T3236: restructure include files and make them easier to recognize | Christian Poessinger | |
2021-05-06 | bgp: xml: convert from DOS to UNIX line endings | Christian Poessinger | |
2021-05-06 | vrf: bgp: T3523: add route-map support for kernel routes | Christian Poessinger | |
2021-05-06 | bgp: T2850: when concatenating strings in Jinja2 use ~ over + | Christian Poessinger | |
A + simply adds the value, but a ~ will convert the variable to a string first. | |||
2021-05-06 | T3356: remote: Add support for obtaining the size of a remote file | erkin | |
2021-05-05 | isis: T3520: verify interface MTU to be >= lsp-mtu | Christian Poessinger | |
2021-05-05 | dns: T3277: improve Jinja2 templating code for serve-rfc1918 yes/no | Christian Poessinger | |
2021-05-05 | smoketest: dns: T3277: add testcase for "serve rfc1918" zones | Christian Poessinger | |
2021-05-05 | smoketest: dns: forwarding: daemon should not run after test is completed | Christian Poessinger | |
2021-05-05 | Merge pull request #829 from Hard7Rock/T3277 | Christian Poessinger | |
dns: T3277: DNS Forwarding - reverse zones for RFC1918 addresses | |||
2021-05-05 | Revert "smoketest: config: bgp: remove graceful-restart option due to ↵ | Christian Poessinger | |
frr-reload bug" This reverts commit 49cfd4e0c56a8b7a85128bfdb4a4e19157137129. | |||
2021-05-04 | bgp: T3504: enable support for per-peer graceful shutdown | Christian Poessinger | |
2021-05-04 | dns: T3277: DNS Forwarding - reverse zones for RFC1918 addresses (v2) | Igor Melnyk | |
2021-05-04 | dns: T3277: DNS Forwarding - reverse zones for RFC1918 addresses | Hard7Rock | |
2021-05-02 | radius: T3510: authenticated users must use /sbin/radius_shell as shell | Christian Poessinger | |
2021-05-02 | login: T1948: use long options when calling adduser | Christian Poessinger | |
... just to make it easier for users to read the commandline. | |||
2021-05-02 | Improve the OSPF CLI help strings. | Daniil Baturin | |
(Capitalization fixes, more consice wording etc.) | |||
2021-04-30 | bgp: T3504: add support for per-peer graceful shutdown | Christian Poessinger | |
This commit has a dependecy on https://github.com/FRRouting/frr/issues/8403, thus support will be "commented out" by default. | |||
2021-04-30 | Merge pull request #827 from sever-sever/T3461 | Christian Poessinger | |
openconnect: T3461: Delete CA crt file checks | |||
2021-04-30 | Merge pull request #826 from sever-sever/T3138 | Christian Poessinger | |
ddclient: T3138: Fix typo for key | |||
2021-04-30 | Merge pull request #825 from sever-sever/T3250 | Christian Poessinger | |
pppoe: T3250: Not mangle values for tag nodes | |||
2021-04-30 | openconnect: T3461: Delete CA crt file checks | sever-sever | |
2021-04-30 | ddclient: T3138: Fix typo for key | sever-sever | |