Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-22 | vpn: pptp: T2351: align configuration to other accel implementations | Christian Poessinger | |
2020-04-21 | vpn: pptp: T2351: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-21 | vyos.util: migrate all cpu_count() occurances to common get_half_cpus() | Christian Poessinger | |
2020-04-21 | vpn: l2tp: T2314: pass proper content variable to render() | Christian Poessinger | |
2020-04-21 | pppoe-server: T2314: pass proper content variable to render() | Christian Poessinger | |
2020-04-21 | ipsec: T2317: pass proper content variable to render() | Christian Poessinger | |
2020-04-21 | accel-ppp: unify "authentication mode" XML definition to common include file | Christian Poessinger | |
2020-04-21 | Merge pull request #365 from thomas-mangin/T2204 | Christian Poessinger | |
tunnel: T2204: add source-interface | |||
2020-04-21 | tunnel: T2204: add source-interface | Thomas Mangin | |
2020-04-21 | Merge pull request #364 from jjakob/dhcpv6-op-mode-fix | Christian Poessinger | |
op-mode: T2348: fix restart dhcpv6 server service name | |||
2020-04-21 | macvlan: pseudo-ethernet: 2341: bugfix empty source-interface on system boot | Christian Poessinger | |
2020-04-21 | macvlan: T1635: fix source-interface description | Christian Poessinger | |
2020-04-21 | dns-forwarding: T2298: verify pdns path is exists | Christian Poessinger | |
2020-04-21 | dhcpv6: T2341: remove obsolete priority causing priority inversion | Christian Poessinger | |
2020-04-21 | op-mode: T2348: fix restart dhcpv6 server service name | Jernej Jakob | |
2020-04-21 | Merge pull request #363 from jjakob/dhcpv6-server-fix | Christian Poessinger | |
dhcpv6-server: T2328: fix for service not starting | |||
2020-04-20 | vyos.util: T2347: call will print output only if non-empty | John Estabrook | |
2020-04-20 | dhcpv6-server: T2328: fix for service not starting | Jernej Jakob | |
- fix wrong unindent - add missing 'else:' - add check for all shared-networks disabled | |||
2020-04-20 | Merge pull request #361 from jjakob/openvpn-ipv6-proto-fix | Christian Poessinger | |
openvpn: T2339: fix for IPv4 local-host addresses | |||
2020-04-20 | Merge pull request #362 from thomas-mangin/T2320-fix | Christian Poessinger | |
bridge: T2320: fix to tunnel | |||
2020-04-20 | bridge: T2320: fix to tunnel | Thomas Mangin | |
2020-04-20 | openvpn: T2339: fix for IPv4 local-host addresses | Jernej Jakob | |
Commit bb9f998 introduced a bug where openvpn fails to start if 'local-host' is an IPv4 address due to 'proto' wanting a IPv6 socket. This adds a conditional check and uses normal proto if it's IPv4. | |||
2020-04-20 | op-mode: dhcp: T2316: bugfix TypeError | Christian Poessinger | |
Commit d4b1bc0b ("op-mode: dhcp/dhcpv6: T2268: prettify output for invalid input") uses a different API which caused a TypeError. TypeError: get_leases() missing 1 required positional argument: 'leases' | |||
2020-04-20 | Merge pull request #359 from sever-sever/dns-for-stat | Christian Poessinger | |
dns-forwarding: T2255: Fix op-mode error | |||
2020-04-20 | Merge pull request #358 from thomas-mangin/T2320 | Christian Poessinger | |
bridge: T2320: add to tunnel | |||
2020-04-20 | pppoe-server: T2344: fix client static IP assignment | Christian Poessinger | |
2020-04-20 | dns-forwarding: T2255: Fix op-mode error | sever-sever | |
2020-04-20 | bridge: T2320: add to tunnel | Thomas Mangin | |
2020-04-20 | http api: T2292: handle SIGTERM from systemd restart; raise SIGINT | John Estabrook | |
2020-04-20 | macvlan: pseudo-ethernet: T2341: adjust priority to support bond ↵ | Christian Poessinger | |
source-interfaces | |||
2020-04-19 | xml: T2337: bugfix on missing hw-id node | Christian Poessinger | |
Commit 021a2470bd67 ("XML: T2282: clarify on ethernet and wireless hw-id nodes") created a common XML include file out of the MAC address include file which totally blew everything as we now have two "mac" nodes as it was not renamed to "hw-id". | |||
2020-04-19 | vyos.validate: remove extra print() in is_bridge_member() | Christian Poessinger | |
2020-04-19 | l2tpv3: fix missing "," within default_config_data | Christian Poessinger | |
Commit 0e19d622a0410 ("bridge: T2232: move helper to vyos.validate") added a new key to the dictionary but missed out the required "," at the end. | |||
2020-04-19 | openvpn: T2336: delete auth-user-pass file when interface is unused #2 | Christian Poessinger | |
2020-04-19 | openvpn: T2308: fix path to UNIX control socket | Christian Poessinger | |
Bug introduced in commit b36e6e6 ("openvpn: T2273: migrate from SysVinit to systemd") as not all relevant configuration files have been re-rendered into /run/openvpn. | |||
2020-04-19 | Revert "openvpn: T2336: delete auth-user-pass file when interface is unused" | Christian Poessinger | |
This reverts commit 26adfd6d0d03af44a03f327478199f3009f2ad3c. | |||
2020-04-19 | openvpn: T2336: delete auth-user-pass file when interface is unused | Christian Poessinger | |
Unused means disabled or even deleted - there should be no secrets left-over. | |||
2020-04-19 | openvpn: T2336: fix auth-user-pass file generation | Christian Poessinger | |
Bug introduced in commit b36e6e6 ("openvpn: T2273: migrate from SysVinit to systemd") as not all relevant configuration files have been re-rendered into /run/openvpn | |||
2020-04-19 | bridge: T2232: bugfix - remove double colon (:) | Christian Poessinger | |
2020-04-19 | bridge: T2232: move helper to vyos.validate | Christian Poessinger | |
2020-04-19 | {pppoe,ipoe}-server: T2324: T2314: migrate to common accel-name-server XML | Christian Poessinger | |
2020-04-19 | ipoe-server: T2324: bugfix name-server migration | Christian Poessinger | |
... sometimes it seems to have been called dns-server or dns-servers :/ ... lucky me! | |||
2020-04-19 | ipoe-server: T2324: bugfix template generation on interface line | Christian Poessinger | |
2020-04-19 | ipoe-server: T2324: use common accel-radius-additions XML file | Christian Poessinger | |
2020-04-19 | {pppoe,ipoe}-server: T2324: T2314: migrate CoA server | Christian Poessinger | |
2020-04-19 | pppoe-server: T2314: add common accel-radius-additions XML file | Christian Poessinger | |
2020-04-18 | {pppoe,ipoe}-server: rename RADIUS key | Christian Poessinger | |
2020-04-18 | ipoe-server: T2324: move template files to common accel-ppp template directory | Christian Poessinger | |
2020-04-18 | ipoe-server: T2324: migrate IPv6 client IP pool to common CLI nodes | Christian Poessinger | |
2020-04-18 | Merge branch 'ipoe-server' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 'ipoe-server' of github.com:c-po/vyos-1x: pppoe-server: T2314: fix RADIUS migration vyos.configtree: bugfix exception message used non existent variable ipoe-server: T2324: migrate RADIUS configuration to common CLI syntax ipoe-server: T2324: migrate IPv4/IPv6 name-servers to common node ipoe-server: T2324: remove boilerplate code and adjust to other accel implementations router-advert: rename XML/Python files for a common pattern ipoe-server: rename XML/Python files for a common pattern |