Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2018-09-11 | syslog: xmllint indenting and added help text for 'syslog global' | Christian Poessinger | |
2018-09-02 | Merge remote-tracking branch 'upstream/current' into T793 | hagbard | |
2018-09-02 | regex for endpoint removed | hagbard | |
2018-09-02 | mdns_repeater: add 'disable' option | Christian Poessinger | |
2018-09-01 | T427,T793 wireguard support | hagbard | |
- regex added to check endpoint as pattern IP:port - T793: preparation for the use preshared key | |||
2018-08-30 | Update vrrp.xml | Watcher7 | |
2018-08-30 | T778: dhcpv6-server: XML and Python rewrite | Christian Poessinger | |
2018-08-28 | bcast-relay.xml: move priority from tagNode to base node | Christian Poessinger | |
2018-08-28 | T810: bugfix broadcast-relay address validator, add 'disable' functionality | Christian Poessinger | |
Whole broadcast relay service can be temporary disabled via set service broadcast-relay disable Individual instances of the broadcast relay service can be disabled set service broadcast-relay id <n> disable | |||
2018-08-27 | Merge branch 'dhcp-server-rewrite' into current | Christian Poessinger | |
2018-08-27 | T778: T782: dhcp-server: XML and Python rewrite | Christian Poessinger | |
This commit changes in addtion the DHCP server config syntax as defined in "T782: Cleanup dhcp-server configuration". Replace boolean parameter from the folowing nodes and make it valueless. This requires a migration script which is tracked with this task * set service dhcp-server shared-network-name <xyz> subnet 172.31.0.0/24 ip-forwarding enable (true|false) * set service dhcp-server shared-network-name <xyz> authoritative (true|false) * set service dhcp-server disabled (true|false) * set service dhcp-server dynamic-dns-update enable (true|fals) * set service dhcp-server hostfile-update (enable|disable) Replace the nested start/stop ip address from "subnet 172.31.0.0/24 start 172.31.0.101 stop 172.31.0.149" to "subnet 172.31.0.0/24 range <foo> start" and "subnet 172.31.0.0/24 range <foo> stop" where foo can be any character or number. In addition the vyatta-cfg-dhcp-server package used it's own init/config file for service startup. This has been migrated to the vanilla Debian files. Copy 'on-dhcp-event.sh' from vyatta-cfg-shcp-server package commit 4749e648bca6. | |||
2018-08-26 | T427: changed option listen-port to only port | hagbard | |
2018-08-26 | Merge remote-tracking branch 'upstream/current' into current | hagbard | |
2018-08-26 | T792: add TFTP server functionality | Christian Poessinger | |
2018-08-24 | T791: mtu size implementation | hagbard | |
2018-08-23 | T793: fwmark implementation | hagbard | |
2018-08-23 | persitent-keepalive validator chnaged, checks now if it's between 1 and 65535 | hagbard | |
2018-08-23 | adding validation for listen-port | hagbard | |
2018-08-23 | T791: implementation | hagbard | |
TODO: fwmark, mtu and pre-shared key | |||
2018-08-22 | T791: rename peer-pubkey to pubkey only. | hagbard | |
2018-08-22 | T791: interface file updated | hagbard | |
2018-08-22 | T791: interface implementation | hagbard | |
2018-08-20 | regex fixed, at least 1 digit is required | hagbard | |
2018-08-17 | T783: conf mode persistent-keepalive implementation | hagbard | |
2018-08-16 | SSH: improve completion help | Christian Poessinger | |
2018-08-12 | T427: wireguard support | hagbard | |
2018-08-05 | T71: rename IPsec "settings" to "options" for consistency with the rest of ↵ | Daniil Baturin | |
the system. | |||
2018-08-05 | T71: initial implementation of global IPsec settings. | Daniil Baturin | |
Only disable-route-autoinstall (install_routes = yes/no) for now. | |||
2018-08-02 | T754: add DNSSEC to DNS forwarder | mb300sd | |
2018-07-29 | Merge branch 'dyndns-refactoring' into current | Christian Poessinger | |
* dyndns-refactoring: T758: refactor ddclient configuration file amd startup T758: add configuration validator T758: XML/Python implementation for 'service dns dynamic' | |||
2018-07-30 | Merge branch 'current' into current | Daniil Baturin | |
2018-07-29 | T758: XML/Python implementation for 'service dns dynamic' | Christian Poessinger | |
2018-07-27 | T666, T616: new implementation of the VRRP CLI. | Daniil Baturin | |
2018-07-24 | T736: hostname check for the occurence of white spaces | hagbard | |
2018-07-24 | T736: Rewrite remote logging (syslog) to XML/Python | hagbard | |
2018-07-05 | T720: filter is now the same like in useradd(8) including the debian ↵ | hagbard | |
restrictions for lenght | |||
2018-06-26 | T716: allow only alphanumerical chars, underscore and hyphen | hagbard | |
T717: limited to 100 chars in total | |||
2018-06-24 | T201: set priority for system beep to '9999' which is now executed last | Christian Poessinger | |