summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2021-08-31tunnel: T3786: Add checks for source any and not keyViacheslav
2020-09-17ethernet: T2891: Add ethernet ring-buffer CLI commandsDmitriyEshenko
2020-06-19[powersave] T1577 Fixing console powersaveDmitriyEshenko
2019-12-28IPv6: T1914: bugfix multipath layer4 hashingChristian Poessinger
2019-11-19[tunnel] T1593: Added ip6gre encapsulation for tunnel interfaceszsdc
(cherry picked from commit d238516424882caadbb97a32d3aabaea4fae5c16)
2019-11-17T1430: initial implementation of IPv4 DHCP client id and hostname options.Daniil Baturin
2019-08-29T1598: delete the old static-host-mapping CLI.Daniil Baturin
2019-08-14vlan: q-in-q: T1551: add missing if statement to check if vlan interface existsChristian Poessinger
When adding the interface and getting a commit error e.g. due to missing firewall this resulted in an additional error when committing again after adding the missing firewall rule. This can be fixed by only creating the outer vif-s interface if it yet does not exist.
2019-05-20[vxlan] T1384: bugfix on empty remote-portChristian Poessinger
Do not emit warning messages when remote-port is unconfigured. Fallback to default Linux Port. (cherry picked from commit d2e54750200a4505b3428513e2c03c9522876550)
2019-05-20T1174: migrate local hostname/DNS handling to vyos-1xChristian Poessinger
Conflicts: debian/changelog
2019-05-08[interfaces-vif] T1367 - VIF deletion fails inconsistentlyhagbard
(cherry picked from commit 6a91f381b534f1513c5a6b6dd5392819791371ab)
2019-04-23T1345: specify RADIUS source IP for system login commandChristian Poessinger
set system login radius-source-address '172.18.201.10'
2019-03-22[dhcp-hostname] T1262 - dhcp needs to call host_name.py to write resolv.confhagbard
(cherry-picked 16d5cfc8b089f4bf96b689da0abcbc0a0d729f20)
2019-03-17T1067: [vxlan] bump minimum MTU to 1450 bytesChristian Poessinger
(cherry picked from commit 41bf7ac09bc0503d5144cbe3839f4e3cc246c7c7)
2019-01-26T113: add a MAC address option for 802.1q and 802.1ad VLANs.Daniil Baturin
2019-01-23T980 and T969 update serial console baud on the flyKim
* update serial console baud on the fly * Update help of console speed, a reboot is not required anymore to set the correct baud rate.
2019-01-15Fix: T1181 - enable/disable interface doesn't restart dhclient on enablehagbard
2018-12-31T1043: fail commit when multicast VXLAN is configured without the link option.Daniil Baturin
2018-12-04T1067: support setting VXLAN remote portChristian Poessinger
2018-12-04VXLAN: fix typo for remoteChristian Poessinger
2018-11-25banner/post-login: replace Vyatta with VyOSChristian Poessinger
2018-11-18T992: add commands for ECMP options.Daniil Baturin
2018-11-18T1000: partially fix the broken 6rd implementation.Daniil Baturin
2018-10-29T720: allow dots in user names as per POSIX 2008 portable character set.Daniil Baturin
2018-10-28T720: restrict usernames to the format useradd will accept.Daniil Baturin
This reintroduces hagbard's change that has somehow gone missing.
2018-10-14T900: handle the case when a bridge and tunnel bridge group are removed in ↵Daniil Baturin
the same commit.
2018-10-14T898: use the new script for checking if a bridge still has active members.Daniil Baturin
2018-10-05Adding arp-cache-timeout on vlan levelAndamasov Yuriy
should fix T873
2018-09-02T825: remove deprecated 'set system package'Christian Poessinger
2018-08-25T797: add sudo to ip command calls in other interface types.Daniil Baturin
2018-08-25T797: add sudo to ip link/ip tunnel commands, otherwise they are giving ↵Daniil Baturin
permission denied now.
2018-08-24T441: adjust user groups to work with FRR instead of quagga.Daniil Baturin
2018-07-29T757: Rewrite 'service dns dynamic' in new XML style formatChristian Poessinger
2018-07-30Merge branch 'current' into currentDaniil Baturin
2018-07-28T755: use ethertype for QinQ service VLAN creation.Daniil Baturin
2018-07-23T736: syslog templates removedhagbard
2018-06-13dnsmasq is gone, restart the correct processShafer Stockton
also prevents additions from failing at commit
2018-06-10T313: Typo fix in 'set system sysctl custom'Christian Poessinger
2018-06-04T652: Rewrite service snmp in new style XML interface definitionChristian Poessinger
Perl scripts will be removed when op mode commands are implemented.
2018-05-16T574: remove the old system host-name/domain-name commands, moving to vyos-1x.Daniil Baturin
2018-05-13T631: Rewrite SSH configuration as XML interface definitionChristian Poessinger
2018-05-07T623: Rewrite NTP subsystem in new XML style interface definitionChristian Poessinger
2018-04-15Remove dns forwarding templates in favor of vyos-1xChristian Poessinger
2018-04-05Add help for baud rate.Kim
2018-02-28Merge branch 'current' of github.com:vyos/vyatta-cfg-system into currentDaniil Baturin
2018-02-28T507: add autocompletion or SSH key exchange algorithmsDaniil Baturin
2018-02-21T546: Add support for IPv6 address in 'service dns forwarding domain'Christian Poessinger
2018-02-20Rename the "client" NTP option to "allow-clients" to make it more clear what ↵Daniil Baturin
it does (fixes T553).
2018-01-03Merge pull request #68 from alainlamar/t122-sshdKim
T122: Add config nodes for user/group access controls in sshd_config
2018-01-03Merge pull request #62 from phoenix0984/eccKim
Add ecc support to openssh