Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-20 | bgp: remove references to new XML/Python implementation not yet available in ↵ | Christian Poessinger | |
equuleus | |||
2021-04-12 | interfaces: dhcp-client: T3454: add reject option | Charles Surett | |
Sometimes a modem might give a local IP before it retrieves a WAN IP. This can be an issue with failover routes, since the default route will get overridden. (cherry picked from commit e8535616aae2bf0c20aacee6a4d0761183bae6d9) | |||
2021-03-19 | dhcp: T3300: add DHCP default route distance | Brandon Stepler | |
(cherry picked from commit dd2eb5e5686655c996ae95285b8ad7eb73d63d0b) | |||
2021-03-10 | rpki: T3399: Fix template dashes replace | sever-sever | |
2021-03-04 | pppoe: T3386: Fix client ip-pool stop range | sever-sever | |
(cherry picked from commit 52ee92b8edf851939c5ea3dc90fac3f5f90096c2) | |||
2021-02-26 | https: T3357: redirect http request on non-standard https port | John Estabrook | |
(cherry picked from commit 2c798f7b9064bc9833935eae534a885b97d34738) | |||
2021-02-21 | console-server: T2490: do not use cli-shell-api in systemd unit | Christian Poessinger | |
2021-02-14 | templates: convert DOS -> UNIX line endings | Christian Poessinger | |
2021-02-13 | nat: T3307: fix destination nat generation | Esa Varemo | |
Fix destination NAT template trying to map source->translation instead of destination->translation. Fixes https://phabricator.vyos.net/T3307 (cherry picked from commit 4a0504a96cf0f3078e964ed201f196fb55172e00) | |||
2021-02-02 | rpki: T3255: backport new implementation from current branch | Christian Poessinger | |
2021-01-30 | pppoe: T3273: Leave default-route in place if 'default-route' is set to 'none' | Sam Burney | |
(cherry picked from commit 2dc11253e46b945adb392c5946fd9ad43f391d86) | |||
2021-01-30 | dhcpv6: T3240: send DUID when only DHCPv6 PD is configured | Brandon Stepler | |
(cherry picked from commit e41857b6e179a7df20d15486847663be9676e376) | |||
2021-01-30 | dhcpv6: T3240: support per-interface client DUIDs | Brandon Stepler | |
(cherry picked from commit b23323922939a9ac3b43e0761b0af84dc9e3b47e) | |||
2021-01-25 | pppoe: T3251: Add double-quotes to protect special characters | DmitriyEshenko | |
(cherry picked from commit b64b45c6a5b66b8d6b07ab5a03fccaeabb3677a9) | |||
2021-01-18 | ssh: T3212: remove RestartPreventExitStatus from systemd unit | Christian Poessinger | |
When configuring SSH to only run inside a given VRF the system can not start SSHd on bootup as the Kernel will report EPERM (Operation not permitted) when loading the VRF BPF program. This returns the exit code 255 which is marked in the systemd unit file to stop restarting the service forever. Removing this limitation will restart the SSHd on startup and it will live inside the VRF till the end of days. (cherry picked from commit cdbac8f10b470a06aff54832da7f006aa3ed194e) | |||
2021-01-17 | openvpn: T2381: bugfix rendering multiple openvpn-options from CLI | Christian Poessinger | |
The CLI statement "set interfaces openvpn vtun10 openvpn-option '--tun-mtu 1500 --fragment 1300 --mssfix'" will render in vtun10.conf to: --tun-mtu 1500 --fragment 1300 --mssfix On startup OpenVPN complains about: openvpn-vtun10: Options error: Unrecognized option or missing or extra parameter(s) in vtun10.conf:76: tun-mtu (2.4.7) The options must be split on -- to a new configuration line. (cherry picked from commit f8a8ee02d0ede240f555ffa558665df686df24a8) | |||
2021-01-17 | ntp: T2185: store configuration in volatile /run area | Christian Poessinger | |
(cherry picked from commit 3c33359d0c9700a1c80f1a222fe5f43642cd4fde) | |||
2021-01-16 | vrf: T31: migrate to get_config_dict() | Christian Poessinger | |
(cherry picked from commit e1b2f1012ca18ef4ecf2b53e9bb01a50880cbd3c) | |||
2021-01-15 | snmp: T652: enable interface_replace_old option and restart command | Christian Poessinger | |
- Remove all old ifTable entries with the same ifName as newly appeared interface (with different ifIndex) - this is the case on e.g. ppp interfaces - Add new op-mode command "restart snmp" to restart the daemon (cherry picked from commit 79a02470c4f9f2184913a959545b54a2dfd76d1e) | |||
2021-01-15 | openvpn: T3219: fix for server client subnet IPv6 iroute | Jernej Jakob | |
(cherry picked from commit fe2efbfb1a5b53225225b3c03c77a4a96a22a9c4) | |||
2021-01-15 | salt: T3157: Fix location for log file | sever-sever | |
(cherry picked from commit b6fe268876feeb151bd1f4c6b60356198f9408bc) | |||
2021-01-14 | is-is: T3210: Fix three-way-handshake | sever-sever | |
(cherry picked from commit 2cace1bdf16fe3e2644e897dcd65ca3899883461) | |||
2021-01-13 | ssh: T3212: do not make /run/sshd directory disappear on failure | Christian Poessinger | |
(cherry picked from commit 57fca79636b783dc4be2df1bc1ff12a0ce79d988) | |||
2021-01-13 | nat: T3186: fix negated addresses not applied from CLI | Christian Poessinger | |
(cherry picked from commit 806b1cb6eebce4a11a5d2496b062a93d5899746e) | |||
2021-01-12 | Revert "ntp: T2944: By default do not listen port 123 on any address" | sever-sever | |
This reverts commit ca61add5e7dea828c67ea074368196025f4cb4eb. (cherry picked from commit a051c928aeb2a14250d57c8495c07474c92a8b61) | |||
2021-01-07 | login: radius: T3192: migrate to get_config_dict() | Christian Poessinger | |
2021-01-07 | ssh: T2635: harden Jinja2 template and daemon startup | Christian Poessinger | |
2021-01-07 | ssh: T2635: change sshd_config path to /run/sshd | Christian Poessinger | |
2021-01-07 | login: radius: T3192: support IPv6 server(s) and source-address | Christian Poessinger | |
2021-01-05 | ISIS: T3156: Adding segment routing for ISIS | Cheeze_It | |
In this commit we add the segment routing portion for ISIS. There's also an additional check that is added so that the global block label ranges are properly configured. Also added traffic engineering configurations as well. | |||
2021-01-03 | dhcp: T3180: bugfix assignment of sliced ranges to config dict | Christian Poessinger | |
A reference to a dictionary key obtained by a for loop can not be used to update values inside that dictionaries key. You must use the original path to the nested dictionaries key. | |||
2020-12-31 | openvpn: T2994: fix ipv6 server mode | Christian Poessinger | |
2020-12-30 | pppoe-server: T3162: Add generation pado-delay to jinja2 template | DmitriyEshenko | |
2020-12-29 | pppoe-server: T3160: Move called-sid param to required section | DmitriyEshenko | |
2020-12-29 | ethernet: T1466: add EAPoL support | Christian Poessinger | |
2020-12-28 | webproxy: T563: squidguard: support default ruleset | Christian Poessinger | |
2020-12-28 | webproxy: T563: add squidguard body | Christian Poessinger | |
2020-12-28 | webproxy: T563: improve handling of cache-peers | Christian Poessinger | |
2020-12-28 | webproxy: T563: migrate from old Perl code to XML and get_config_dict() | Christian Poessinger | |
Basic proxy functionality is working but the squidguard smoketest still fails as this is yet not implemented. | |||
2020-12-22 | Merge pull request #657 from Cheeze-It/current | Christian Poessinger | |
mpls: T915: Add ordered control for LDP | |||
2020-12-22 | mpls: T915: Add ordered control for LDP | Cheeze_It | |
In here we are adding the latest FRR update to allow for LDP label distribution to operate in ordered control mode. | |||
2020-12-21 | openvpn: T3143: Push routes in correct format <IP> <NETMASK> | DmitriyEshenko | |
2020-12-21 | flow-accounting: T3141: remove legacy jinja2 template | Jan-Philipp Benecke | |
2020-12-20 | flow-accounting: T3141: Fixing wrongly formated config | Jan-Philipp Benecke | |
2020-12-20 | wifi: T3043: country-code should be lower case | Christian Poessinger | |
2020-12-20 | Merge pull request #647 from jpbede/feature/flowacc-enable-egress | Christian Poessinger | |
flow-accounting: T3132: enable egress traffic accounting | |||
2020-12-17 | T3135: bfd template missing newlines | bedmisten | |
trim blocks removes newlines after {% endif %} blocks. Added the required newlines. | |||
2020-12-17 | flow-accounting: T3132: enable egress traffic accounting | Jan-Philipp Benecke | |
2020-12-12 | dhcpv6-pd: pppoe: T2677: always restart daemon | Christian Poessinger | |
2020-12-09 | dns: T3121: recursion zone bugfix | NEOMorphey | |