Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-13 | op-mode: ddclient: T2185: explicitly specify systemd service | Christian Poessinger | |
2020-04-13 | broadcast-relay: T2185: explicitly specify systemd service | Christian Poessinger | |
2020-04-13 | mdns-repeater: T2185: explicitly specify systemd service | Christian Poessinger | |
2020-04-13 | op-mode: T2185: adjust flow-accounting systemd service name | Christian Poessinger | |
2020-04-13 | op-mode: T2185: adjust restart dhcpv4/v6 systemd service name | Christian Poessinger | |
2020-04-13 | op-mode: T2185: adjust dhcpv4/v6 systemd service name | Christian Poessinger | |
2020-04-13 | flow-accounting: T2185: explicitly specify systemd service | Christian Poessinger | |
2020-04-13 | op-mode: dns-forwarding: T2185: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-13 | dns-forwarding: T2185: move configuration files to volatile /run directory | Christian Poessinger | |
2020-04-13 | dns-forwarding: T2185: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-13 | ddclient: T2185: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-13 | Merge pull request #325 from jjakob/openvpn-pool | Christian Poessinger | |
openvpn: T2235: add custom server pool handling | |||
2020-04-13 | openvpn: T2235: add custom server pool handling | jjakob | |
- add config options and logic for server client-ip-pool - add function for determining default IPs for the server in different configurations - verify for pool IPs and maximum subnet prefix length - move remote netmask logic for client ifconfig-push to use new function - add topology 'net30' , set it as default (as it already was) - replace generic ip_* with IPv4* where necessary - print warning to console when server client IP is in server pool - fix server subnet help field | |||
2020-04-13 | openvpn: T2235: use IPv4Network where input is already validated | jjakob | |
2020-04-13 | Merge pull request #337 from thomas-mangin/T2226-log | Christian Poessinger | |
cmd: T2226: add the a full log of all commands | |||
2020-04-13 | Merge pull request #339 from jjakob/openvpn-dir-fix | Christian Poessinger | |
openvpn: T2283: move ccd to /run/openvpn | |||
2020-04-13 | dhcp-relay: T2185: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-13 | openvpn: T2283: move ccd to /run/openvpn | jjakob | |
Commit a457c9d2 moved the config directory to /run/openvpn but didn't move the client-config-dir in the template. | |||
2020-04-13 | dhcpv6-relay: T2185: fix wrong call to os library | Christian Poessinger | |
Commit 5892d51 ("dhcpv6-relay: T2185: migrate from SysVinit to systemd") accidently called the non existent function os.file.exists instead of os.path.exists. | |||
2020-04-13 | dhcpv6-relay: T2185: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-13 | cmd: T2226: add the a full log of all commands | Thomas Mangin | |
2020-04-13 | wireless: T2185: add wrongly removed argument to get_conf_file() | Christian Poessinger | |
Commit c0629296bb ("wireless: T2185: migrate from SysVinit to systemd") remove a required argument to get_conf_file() | |||
2020-04-13 | XML: T2282: clarify on ethernet and wireless hw-id nodes | Christian Poessinger | |
2020-04-13 | Merge pull request #338 from thomas-mangin/T2028-boot | Christian Poessinger | |
tunnel: T2028: fix issue when booting without gre remote | |||
2020-04-12 | tunnel: T2028: fix issue when booting without gre remote | Thomas Mangin | |
2020-04-12 | dhcp-server: T2185: add comment on config dir generation | Christian Poessinger | |
2020-04-12 | dhcpv6-server: T2185: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-12 | dhcp-server: T2185: create directories in /run on-demand | Christian Poessinger | |
Commit bc68244 ("dhcp-server: T2185: migrate from SysVinit to systemd") migrated the DHCP subsystem to systemd, necessary directories in the volatile /run directory have not been created. | |||
2020-04-12 | dhcp-server: T2185: fixup ConditionPathExists variable | Christian Poessinger | |
Commit bc68244 ("dhcp-server: T2185: migrate from SysVinit to systemd") migrated the DHCP subsystem to systemd, but on the test-system there was still the old configuration file present not triggering this condition. | |||
2020-04-12 | dhcp-server: T2185: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-12 | ntp: T2230: fix wrong import after template migration | Christian Poessinger | |
Commit 1fbaa2c ("template: T2230: use render to generate templates") did try to import render from the wrong module. | |||
2020-04-12 | Merge pull request #332 from thomas-mangin/T2230 | Christian Poessinger | |
template: T2230: use render to generate templates | |||
2020-04-12 | template: T2230: use render to generate templates | Thomas Mangin | |
convert all call to jinja to use template.render | |||
2020-04-12 | vpn: l2tp: T2185: move generated files to volatile /run/accel-ppp directory | Christian Poessinger | |
2020-04-12 | vpn: sstp: T2185: move generated files to volatile /run/accel-ppp directory | Christian Poessinger | |
2020-04-12 | vpn: sstp: T2008: fix template variable for chap-secrets | Christian Poessinger | |
Commit 13510cac5a4a ("vpn: sstp: T2008: migrate from SysVinit -> systemd") added a variable name of the chap-secrets file - but it was the wrong one. | |||
2020-04-12 | vpn: sstp: T2008: bugfix chap-secrets generation | Christian Poessinger | |
Commit 13510cac5a4a ("vpn: sstp: T2008: migrate from SysVinit -> systemd") unfortunately wrote the filename into the chap-secrets file instead of the rendered secrets. | |||
2020-04-12 | Merge pull request #335 from thomas-mangin/T2028-mtu | Christian Poessinger | |
tunnel: T2236: missed mtu command on all tunnels | |||
2020-04-12 | tunnel: T2236: missed mtu command on all tunnels | Thomas Mangin | |
2020-04-12 | wireless: T2185: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-12 | op-mode: openvpn: T2273: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-12 | Merge pull request #334 from thomas-mangin/T31 | Christian Poessinger | |
ifconfig: T31: add skeleton VTI and input classes | |||
2020-04-12 | openvpn: T2273: cleanup client config generation | Christian Poessinger | |
2020-04-12 | openvpn: T2273: cleanup config dir generation | Christian Poessinger | |
2020-04-12 | vyos.util: openvpn: migrate to chmod_600() | Christian Poessinger | |
2020-04-12 | ifconfig: T31: add skeleton VTI and input classes | Thomas Mangin | |
also add a function to Section which provides a list of reserved names | |||
2020-04-12 | vyos.util: rename chmod_x() -> chmod_755() | Christian Poessinger | |
2020-04-12 | openvpn: T2273: migrate volatile data to /run/openvpn | Christian Poessinger | |
2020-04-12 | T2185: move systemd unit files to proper location | Christian Poessinger | |
2020-04-12 | wireless: T1627: typo bugfix for VLAN interfaces | Davide Beatrici | |
The typos cause the configurator to throw an exception when a wireless VLAN is specified: Traceback (most recent call last): File "/usr/libexec/vyos/conf_mode/interfaces-wireless.py", line 1463, in <module> apply(c) File "/usr/libexec/vyos/conf_mode/interfaces-wireless.py", line 1433, in apply vlan = e.add_vlan(vif['id']) NameError: name 'e' is not defined |