Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-27 | Merge pull request #382 from DmitriyEshenko/fix-pppoe-sesctrl | Christian Poessinger | |
pppoe-server: T2391: Migrate single-session param to [common] section | |||
2020-04-27 | Merge pull request #381 from thomas-mangin/T2388 | Christian Poessinger | |
template: T2388: move mkdir/chmod/chown within render() | |||
2020-04-27 | Merge pull request #377 from L6NqLW/T1381 | Christian Poessinger | |
dhclient: T1381: Improved RFC3442 routes processing | |||
2020-04-27 | pppoe-server: T2391: Migrate single-session param to [common] section | DmitriyEshenko | |
2020-04-27 | template: T2388: move mkdir/chmod/chown within render() | Thomas Mangin | |
2020-04-26 | powerctl: T2010: fix "wall" complaining about inapproriate ioctl | Christian Poessinger | |
wall: cannot get tty name: Inappropriate ioctl for device - script is run in the background where there is normally no tty available - silently discard this warning. | |||
2020-04-26 | powerctl: T2010: report reboot time in current timezone | Christian Poessinger | |
Do not inform the user when the reboot will happen in UTC, use the local timezone instead. | |||
2020-04-26 | powerctl: import less | Christian Poessinger | |
2020-04-26 | powerctl: T2010: reformat with autopep8 | Christian Poessinger | |
2020-04-26 | dhclient: T1381: Improved RFC3442 routes processing | Gabriel Skupien | |
Several improvements in processing RFC3442 routes (support for route deletion, DHCP RENEW and link-local routes) | |||
2020-04-26 | salt: T2382: run as user minion | Christian Poessinger | |
2020-04-26 | salt: T2384: migrate config options | Christian Poessinger | |
- delete log_file, log_level and user nodes - rename hash_type to hash - rename mine_interval to interval | |||
2020-04-26 | salt: T2384: always log to syslog | Christian Poessinger | |
2020-04-26 | Revert "salt: T2382: id and master nodes are mandatory - use in verify()" | Christian Poessinger | |
This reverts commit 2102c7c318ef02f3506a8d3003ed1d41a04b190e. | |||
2020-04-26 | salt: T2382: ease config generation | Christian Poessinger | |
2020-04-26 | salt: T2382: migrate get_config() to list items | Christian Poessinger | |
2020-04-26 | salt: T2382: id and master nodes are mandatory - use in verify() | Christian Poessinger | |
2020-04-26 | salt: T2382: add missing verify() | Christian Poessinger | |
2020-04-26 | salt: T2382: XML: run as user nobody | Christian Poessinger | |
2020-04-25 | login: radius: T2304: add VRF support | Christian Poessinger | |
This allows the radius client to work when a management VRF is in use. | |||
2020-04-24 | wireguard: T2375: if either peer address or port is present - so must be the ↵ | Christian Poessinger | |
other | |||
2020-04-24 | wireguard: T2244: rename lport to listen_port | Christian Poessinger | |
2020-04-23 | Merge pull request #374 from DmitriyEshenko/pppoe-impl-auth-proto | Christian Poessinger | |
pppoe-server: T2373: Implement CLI commands for auth protocols | |||
2020-04-23 | tunnel: 2374: fix use of disable | Thomas Mangin | |
2020-04-23 | pppoe-server: T2373: Implement CLI commands for auth protocols | DmitriyEshenko | |
2020-04-23 | Merge pull request #371 from jjakob/ipv6-link-local-fix | Christian Poessinger | |
interfaces: T2362: IPv6 link-local and EUI64 address fixes | |||
2020-04-23 | Merge pull request #373 from thomas-mangin/T2223-pppoe | Christian Poessinger | |
pppoe: T2223: report the state of pppoe intf | |||
2020-04-23 | Merge pull request #367 from thomas-mangin/T2352 | Christian Poessinger | |
l2tpv3: T2352: check that the local-ip exists | |||
2020-04-23 | pppoe: T2223: report the state of pppoe intf | Thomas Mangin | |
2020-04-23 | interfaces: bridge: T2362: correct order of adding/deleting EUI64 addresses | Jernej Jakob | |
2020-04-23 | interfaces: T2362: sysctl to not generate IPv6 link-local addreses by default | Jernej Jakob | |
2020-04-23 | interfaces: T2362: add node to delete the default IPv6 link-local address | Jernej Jakob | |
2020-04-23 | interfaces: T2362: allow setting multiple 'ipv6 address eui64' | Jernej Jakob | |
2020-04-23 | interfaces: T2362: delete and re-add all EUI64 addresses if MAC has changed | Jernej Jakob | |
2020-04-23 | l2tpv3: T2352: check that the local-ip exists | Thomas Mangin | |
2020-04-23 | interfaces: T2362: add default IPv6 link-local address to make IPv6 work | Jernej Jakob | |
2020-04-23 | interfaces: T2362: split set_ipv6_eui64_address into add and del functions | Jernej Jakob | |
2020-04-22 | Merge branch 'pptp-rewrite' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 'pptp-rewrite' of github.com:c-po/vyos-1x: accel-ppp: fix wrong reference in verify() on missing attributes accel-ppp: T2314: bugfix wrong placement of endif in Jinja2 template vpn: pptp: T2351: add support for common radius-additions XML vpn: pptp: T2351: migrate to common radius CLI vpn: pptp: T2351: migrate to common name-server, wins-server nodes accel-ppp: provide common wins-server include definition vpn: pptp: T2351: use first IP from client pool as gateway address vpn: pptp: T2351: align configuration to other accel implementations vpn: pptp: T2351: migrate from SysVinit to systemd vyos.util: migrate all cpu_count() occurances to common get_half_cpus() | |||
2020-04-22 | accel-ppp: fix wrong reference in verify() on missing attributes | Christian Poessinger | |
2020-04-22 | vpn: pptp: T2351: migrate to common radius CLI | Christian Poessinger | |
2020-04-22 | vpn: pptp: T2351: migrate to common name-server, wins-server nodes | Christian Poessinger | |
2020-04-22 | http api: T2096: form of show/generate should be consistent with other cmds | John Estabrook | |
2020-04-22 | vpn: pptp: T2351: use first IP from client pool as gateway address | Christian Poessinger | |
2020-04-22 | vpn: pptp: T2351: align configuration to other accel implementations | Christian Poessinger | |
2020-04-22 | Merge pull request #360 from thomas-mangin/T2186-syslog | Christian Poessinger | |
airbag: T2186: generic syslog and better text | |||
2020-04-22 | Merge pull request #368 from DmitriyEshenko/mroute-pim | Christian Poessinger | |
mroute: T2364: Implement CLI commands for mroute | |||
2020-04-21 | vrrp: T2331: fix show vrrp | Thomas Mangin | |
2020-04-21 | mroute: T2364: Implement CLI commands for mroute | DmitriyEshenko | |
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 | |