summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2022-07-13sysctl: T3714: Change priority for sysctl custom optionsViacheslav Hletenko
Sysctl options should be applied after interface tunnel As some options exists only after tunnel creating
2020-06-11console: T2569: migrate to vyos-1xChristian Poessinger
2020-03-02tunnel: T2028: migrate tunnel interface definition to XML/PythonThomas Mangin
2020-02-13macvlan: T1635: migrate pseudo-ethernet interface definition to XML/PythonChristian Poessinger
2020-02-10banner: T2024: migrate "system login banner" to XML/Python representationChristian Poessinger
2020-02-05login: T1990: Migrate "system login" to XML/Python representationChristian Poessinger
2019-12-31l2tpv3: T1923: migrate to vyos-1xChristian Poessinger
2019-12-30T1919: migrate 'system options' to XML/Python representationChristian Poessinger
2019-12-28T1912: migrate 'system ip(v6)' subsystem to XML/PythonChristian Poessinger
2019-12-26time-zone: T1906: migrate to XML/PythonChristian Poessinger
2019-12-20console: remove "Freescale i.MX" completion helperChristian Poessinger
2019-09-21ethernet: T1637: removed as rewritten in XML/PythonChristian Poessinger
2019-09-06vxlan: T1636: initial rewrite with XML and PythonChristian Poessinger
2019-09-04bonding: T1614: remove old style node.def files in favour of XML/Python rewriteChristian Poessinger
2019-09-03Merge pull request #106 from zdc/T1593Christian Poessinger
[tunnel] T1593: Added ip6gre encapsulation for tunnel interfaces
2019-08-27bridge: T1556: migrate bridge config to XML/PythonChristian Poessinger
2019-08-22[tunnel] T1593: Added ip6gre encapsulation for tunnel interfaceszsdc
2019-08-21loopback: T1601: rewrite using XML/Python definitionsChristian Poessinger
2019-08-19dummy: T1580: rewrite in new style XML/PythonChristian Poessinger
2019-08-13vlan: 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-08-12[powersave] T1577 Fixing console powersaveDmitriyEshenko
2019-08-05[bridge]: T1556: rewrite Bridge in new style XML syntaxChristian Poessinger
2019-07-19Update node.defEshenko Dmitriy
2019-07-19Fix T1491Eshenko Dmitriy
2019-07-05 T1499: Allow for usage of systemd interface mappings (#103)runborg
* T1499: Allow for usage of systemd interface mappings * T1499: Fix not working regex in ethernet interface parsing
2019-06-30T1430: initial implementation of IPv4 DHCP client id and hostname options.Daniil Baturin
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.
2019-05-06[interfaces-vif] T1367 - VIF deletion fails inconsistentlyhagbard
2019-04-23T1327: Set the serial console speed to 115200 by defaultJohn Estabrook
Set the default serial console speed to 115200 in system update scripts, to accord with the changes in the build scripts.
2019-04-20T1344: commit fix for new RADIUS 'key' attributeChristian Poessinger
Commit 0a19e53f868 ("T1344: rename RADIUS 'secret' attribute to 'key'") missed a consistency check in the node.def file
2019-04-19T1345: specify RADIUS source IP for system login commandChristian Poessinger
2019-04-19T1344: rename RADIUS 'secret' attribute to 'key'Christian Poessinger
'key' is also used for L2TP and PPTP RADIUS configurations.
2019-04-18T1344: rename RADIUS 'system login' nodesChristian Poessinger
In order to prepare for adding a RADIUS source IP address and synchronize the syntax with L2TP/PPTP the nodes have been renamed from: set system login radius-server x.x.x.x to set system login radius server x.x.x.x
2019-04-04T1323 - remove the option to setup an operator accounthagbard
2019-03-25fixes: T1265 - Disabled Bonding Interfaces Enabled on Boothagbard
2019-03-20[dhcp-hostname] T1262 - dhcp needs to call host_name.py to write resolv.confhagbard
2019-03-08T1067: [vxlan] bump minimum MTU to 1450 bytesChristian Poessinger
2019-02-21Fixes: T1257: implement 'set system static-host-mapping' in host_name.pyhagbard
2019-02-14T1174: migrate local hostname/DNS handling to vyos-1xChristian Poessinger
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.