Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-18 | [pppoe-server] - typo corrected | hagbard | |
2019-04-18 | [pppoe-server] T1341 - Adding rate-limiter for pppoe server users | hagbard | |
- RADIUS shaper settings | |||
2019-04-18 | [pppoe-server] T1341 - Adding rate-limiter for pppoe server users | hagbard | |
- implementation for locally definied users | |||
2019-04-03 | [dhcpv6-relay] T1322: support multiple upstream servers | Christian Poessinger | |
Add support for relaying a DHCPv6 packet to multiple servers on one upstream interface. | |||
2019-03-11 | [arp] - T1288: python implemtation of 'set protocols static arp' | hagbard | |
2019-03-08 | T103: [dhcp-server] add support to configure host declarative names | Christian Poessinger | |
2019-03-07 | [rsyslog] T1282 - Configure VyOS to send syslog messages to remote syslog ↵ | hagbard | |
using fully-qualified domain name | |||
2019-03-06 | [pptp] added command completion and regex to check user input | hagbard | |
2019-03-06 | [pptp] adding mppe interface menu | hagbard | |
2019-03-06 | Merge remote-tracking branch 'upstream/current' into current | hagbard | |
2019-03-06 | [dhcp-relay] add completion helper to relay-agents-packets | Christian Poessinger | |
2019-03-05 | T833: accel-ppp: pptp implementation | hagbard | |
2019-02-21 | Fixes: T1257: implement 'set system static-host-mapping' in host_name.py and ↵ | hagbard | |
remove old function calls | |||
2019-02-14 | T1174: migrate local hostname/DNS handling to vyos-1x | Christian Poessinger | |
2019-02-11 | IP validation for allowed ip corrected. | hagbard | |
2019-02-09 | fixes T1238 - Wireguard allows invalid IP's | hagbard | |
2019-02-04 | description text changed back for interface disable | hagbard | |
2019-02-04 | enhancement: T1225 - wireguard implement 'set int wireguard wg0 peer name ↵ | hagbard | |
disable' to disable single peers | |||
2019-01-30 | dynamic-dns: add completion list for service providers | Christian Poessinger | |
2019-01-12 | T1041: make upstream DNS server optional | Christian Poessinger | |
The name-server option under "service dns-forwarding" was never mandatory so users never needed to specify an upstream server. With the recent switch to PowerDNS recursor in VyOS 1.2.0 we will act as a full DNS recursor when there is no upstream DNS server configured. | |||
2018-12-16 | Revert "T1087: Firewall on Wireguard Interface implementation" | Daniil Baturin | |
This reverts commit 51f61991092a163f680e4ec8f122e73f4074ddf9. It's not how it's done, those templates are generated by a script in vyatta-cfg-firewall. If we are planning a firewall overhaul in 1.3.x, there's no reason to transplant the old approach to new code. | |||
2018-12-11 | T1087: Firewall on Wireguard Interface implementation | hagbard | |
2018-12-09 | T1091: extend DNS forwarding/DNSSEC completion help text | Christian Poessinger | |
2018-12-09 | T1091: add DNS forwarding completion helpers for DNSSEC | Christian Poessinger | |
2018-11-30 | Fixes: T1061: Wireguard: Missing option to administrativly shutdown interface | hagbard | |
2018-11-26 | T835: improve help text for PPPoE CLI. | Daniil Baturin | |
2018-11-23 | T835: adding description to ppp-options | hagbard | |
2018-11-19 | T835: migration script for radius' secret vs. key, rolled back the | hagbard | |
change to 'mode local|radius' | |||
2018-11-18 | T835: adding default pado delay and mode autocomplete | hagbard | |
2018-11-17 | T1018: remove obsoleted 'dynamic' option from NTP | Christian Poessinger | |
Increase NTP config version from 0 to 1. For more information see [1]. ntpd: Warning: the "dynamic" keyword has been obsoleted and will be removed in the next release [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553976 | |||
2018-11-14 | Fixes: T940 adding immark to syslog options | hagbard | |
2018-11-14 | T835: accel-ppp pppoe implemetaion | hagbard | |
- ipv6 DNS, ippv6pool, ipv6 PD, ipv6 inf IDs - snmp subagent and master mode - connlimits configurable - more ppp options configurable (mppe, lcp-echo intervals, mtu, mru etc.) - radius extended options (for HA etc.) | |||
2018-11-09 | T835: pppoe-server adding radius server back in | hagbard | |
2018-11-09 | T835: accel-ppp pppoe implementation | hagbard | |
2018-11-07 | Add back trailing whitespace for smaller diff | Brooks Swinnerton | |
2018-11-07 | T979: Allow spaces in wireguard interface descrs | Brooks Swinnerton | |
Previous to this commit, setting a Wireguard interface description would result in a validation error similar to the following: ``` brooks@border# set interfaces wireguard wg0 description "Tunnel" [edit] brooks@border# set interfaces wireguard wg0 description "Tunnel tunnel tunnel" interface description is too long (limit 100 characters) Value validation failed Set failed [edit] ``` This commit makes the regex less restrictive up to 100 characters. | |||
2018-11-04 | T959: XML/Python rewrite of "protocol igmp-proxy" and op-mode commands | Christian Poessinger | |
Examples: ========= CFG commands: vyos@vyos# set protocols igmp-proxy disable-quickleave vyos@vyos# set protocols igmp-proxy interface eth0 alt-subnet '172.16.35.0/24' vyos@vyos# set protocols igmp-proxy interface eth0 alt-subnet '172.31.0.0/24' vyos@vyos# set protocols igmp-proxy interface eth0 role 'upstream' vyos@vyos# set protocols igmp-proxy interface eth1 role 'downstream' vyos@vyos# show protocols igmp-proxy { disable-quickleave interface eth0 { alt-subnet 172.16.35.0/24 alt-subnet 172.31.0.0/24 role upstream } interface eth1 { role downstream } } OP mode commands: ----------------- vyos@vyos:~$ show ip multicast interface Interface BytesIn PktsIn BytesOut PktsOut Local eth0 0.0b 0 0.0b 0 xxx.xxx.xxx.65 eth1 0.0b 0 0.0b 0 xxx.xxx.xx.201 vyos@vyos:~$ show ip multicast mfc Group Origin Pkts Bytes Wrong In Out xxx.x.xx.1 xxx.xx.0.1 10 9.81KB 0 eth0 eth1 xxx.x.xx.2 xxx.xx.0.1 -- | |||
2018-11-03 | T958: Problems with wireguard description | hagbard | |
2018-11-02 | T939: Remove possibility to specify DHCP relay port | Christian Poessinger | |
2018-10-26 | T886: validation logic in `interfaces wireguard wgX address x.x.x.x broken | hagbard | |
- removed ip-host from tree, iproute2 will detect faulty addresses and return exit 1 | |||
2018-10-21 | T634: remove 'service ssh allow-root' | Christian Poessinger | |
2018-10-19 | Merge branch 'dhcp-relay' into current | Christian Poessinger | |
* dhcp-relay: dhcpv6-relay: added missing verify() step for listen and upstream interfaces T913: DHCP relay service XML/Python rewrite for IPv6 T913: DHCP relay service XML/Python rewrite for IPv4 vyos-1x now depends on isc-dhcp-relay dns-forwarding: fix XML interface indenting | |||
2018-10-19 | Add Client keepalive option for use with cloud-init | UnicronNL | |
Add option to specify multiple listening ports Clean up template generation layout | |||
2018-10-17 | Fixing check for local IP, using validator --is-any-host. | hagbard | |
2018-10-17 | T913: DHCP relay service XML/Python rewrite for IPv6 | Christian Poessinger | |
2018-10-17 | T913: DHCP relay service XML/Python rewrite for IPv4 | Christian Poessinger | |
2018-10-17 | dns-forwarding: fix XML interface indenting | Christian Poessinger | |
2018-10-10 | T886: validation logic in `interfaces wireguard wgX address x.x.x.x broken | hagbard | |
2018-09-21 | Merge pull request #47 from Watcher7/current | Christian Poessinger | |
Bring VRRP configuration in line with keepalived config documentation. | |||
2018-09-15 | dhcp-server: increase maximum lease time to 4294967295 seconds | Christian Poessinger | |
This was the upper limit in VyOS 1.1.8 and must not be changed to keep configs compatible. |