summaryrefslogtreecommitdiff
path: root/interface-definitions
AgeCommit message (Collapse)Author
2018-09-02Merge remote-tracking branch 'upstream/current' into T793hagbard
2018-09-02regex for endpoint removedhagbard
2018-09-02mdns_repeater: add 'disable' optionChristian Poessinger
2018-09-01T427,T793 wireguard supporthagbard
- regex added to check endpoint as pattern IP:port - T793: preparation for the use preshared key
2018-08-30T778: dhcpv6-server: XML and Python rewriteChristian Poessinger
2018-08-28bcast-relay.xml: move priority from tagNode to base nodeChristian Poessinger
2018-08-28T810: bugfix broadcast-relay address validator, add 'disable' functionalityChristian 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-27Merge branch 'dhcp-server-rewrite' into currentChristian Poessinger
2018-08-27T778: T782: dhcp-server: XML and Python rewriteChristian 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-26T427: changed option listen-port to only porthagbard
2018-08-26Merge remote-tracking branch 'upstream/current' into currenthagbard
2018-08-26T792: add TFTP server functionalityChristian Poessinger
2018-08-24T791: mtu size implementationhagbard
2018-08-23T793: fwmark implementationhagbard
2018-08-23persitent-keepalive validator chnaged, checks now if it's between 1 and 65535hagbard
2018-08-23adding validation for listen-porthagbard
2018-08-23T791: implementationhagbard
TODO: fwmark, mtu and pre-shared key
2018-08-22T791: rename peer-pubkey to pubkey only.hagbard
2018-08-22T791: interface file updatedhagbard
2018-08-22T791: interface implementationhagbard
2018-08-20regex fixed, at least 1 digit is requiredhagbard
2018-08-17T783: conf mode persistent-keepalive implementationhagbard
2018-08-16SSH: improve completion helpChristian Poessinger
2018-08-12T427: wireguard supporthagbard
2018-08-05T71: rename IPsec "settings" to "options" for consistency with the rest of ↵Daniil Baturin
the system.
2018-08-05T71: initial implementation of global IPsec settings.Daniil Baturin
Only disable-route-autoinstall (install_routes = yes/no) for now.
2018-08-02T754: add DNSSEC to DNS forwardermb300sd
2018-07-29Merge branch 'dyndns-refactoring' into currentChristian Poessinger
* dyndns-refactoring: T758: refactor ddclient configuration file amd startup T758: add configuration validator T758: XML/Python implementation for 'service dns dynamic'
2018-07-30Merge branch 'current' into currentDaniil Baturin
2018-07-29T758: XML/Python implementation for 'service dns dynamic'Christian Poessinger
2018-07-27T666, T616: new implementation of the VRRP CLI.Daniil Baturin
2018-07-24T736: hostname check for the occurence of white spaceshagbard
2018-07-24T736: Rewrite remote logging (syslog) to XML/Pythonhagbard
2018-07-05T720: filter is now the same like in useradd(8) including the debian ↵hagbard
restrictions for lenght
2018-06-26T716: allow only alphanumerical chars, underscore and hyphenhagbard
T717: limited to 100 chars in total
2018-06-24T201: set priority for system beep to '9999' which is now executed lastChristian Poessinger
2018-06-24T201: use <valueless/> node as only create/delete is requiredhagbard
2018-06-24T201: implementation of system beephagbard
Depends on debian 'beep' package
2018-06-08Stop using 'vyatta-interfaces.pl' in ned XML interfaceChristian Poessinger
2018-06-08snmp.xml: make help messages match net-snmp namingChristian Poessinger
2018-06-04T652: Add SNMPv3 TSM handling and commit verificationChristian Poessinger
2018-06-04T655: Add support for SNMPv3 'noAuthNoPriv' security levelChristian Poessinger
2018-06-04T652: read SNMPv3 config into python dictionaryChristian Poessinger
2018-06-04T654: Support IPv6 configuration for SNMP listen addressChristian Poessinger
2018-06-04T652: first SNMP version using XML interface definitionChristian Poessinger
2018-06-01T599: Bind NTP service to specific interfaceChristian Poessinger
2018-05-24Shorter and clearer help strings for SSH.Daniil Baturin
2018-05-23Small improvements to DNS forwarding help.Daniil Baturin
2018-05-21T588: Configurable Negative TTL caching in forwarderChristian Poessinger
2018-05-20T560: enable non-local bind in the defaults, add 'listen-address' option, ↵Daniil Baturin
and add a deprecation warning for the listen-on option.