summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-27Jenkins: make pipeline branch independentChristian Poessinger
2019-12-26T1903: Implement predefined interface naming for VMWareDmitriyEshenko
2019-12-26time-zone: T1906: migrate to XML/PythonChristian Poessinger
2019-12-20console: remove "Freescale i.MX" completion helperChristian Poessinger
2019-12-18Jenkins: adjust to new Debian Buster buildChristian Poessinger
2019-12-18Merge branch 'equuleus' of github.com:vyos/vyatta-cfg-system into currentChristian Poessinger
* 'equuleus' of github.com:vyos/vyatta-cfg-system: syslog: fixes 'Option value must be on or off' message T1743: do not generate ssh rsa1 host keys Jenkins: import Pipeline from vyos-1x commit 9b5867b7345e1 install-image: T1718 - ISO check in /opt/vyatta/sbin/install-image faulty T1584: equuleus: buster: consistent grub options for live/installed image vlan: q-in-q: T1551: add missing if statement to check if vlan interface exists Restore the vyatta-biosdevname dependency. update Jenkins file for equuleus Remove dependency on apparently no longer used biosdevname. T1499: Allow for usage of systemd interface mappings (#103) Revert "Update jenkinsfile to equuleus" Update jenkinsfile to equuleus [mibs] remove duplicated SNMP mibs present in Debian Buster
2019-12-06Merge branch 'current' of github.com:vyos/vyatta-cfg-system into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyatta-cfg-system: syslog: T1845: migration script support bumps system to 12 syslog: T1845: migration script support bumps system to 12 Revert "syslog: T1845 bumping system version for migration script" syslog: T1845 bumping system version for migration script Fix rootdev regex to support mmcblk devices geneve: T1799: add Generic Network Virtualization Encapsulation
2019-12-06syslog: T1845: migration script support bumps system to 12VyOS_1.2-2019Q4hagbard
- forgot to add 'git add cfg-version/system@12'
2019-12-06syslog: T1845: migration script support bumps system to 12hagbard
2019-12-05Revert "syslog: T1845 bumping system version for migration script"hagbard
This reverts commit fb879438a11a867e80e4d506048f1091be796920.
2019-12-04syslog: T1845 bumping system version for migration scripthagbard
2019-12-04Merge pull request #110 from Legogris/fix-mmcsupportChristian Poessinger
Fix rootdev regex to support mmcblk devices
2019-12-03Fix rootdev regex to support mmcblk devicesRobert Edström
2019-11-29syslog: fixes 'Option value must be on or off' messagehagbard
2019-11-24geneve: T1799: add Generic Network Virtualization EncapsulationChristian Poessinger
2019-11-23Merge branch 'current' into equuleusChristian Poessinger
* current: wireless: T1627: initial rewrite in XML/Python style
2019-11-23wireless: T1627: initial rewrite in XML/Python styleChristian Poessinger
2019-11-11Merge branch 'current' of github.com:vyos/vyatta-cfg-system into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyatta-cfg-system: [Interface, OpenVPN]: T1704: New interface version 3, because of OpenVPN config syntax change
2019-11-11Merge pull request #108 from vindenesen/T1704Christian Poessinger
[Interface, OpenVPN]: T1704: New interface version 3, because of OpenVPN config syntax change
2019-10-27Merge branch 'current' of github.com:vyos/vyatta-cfg-system into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyatta-cfg-system: snmp: T818: T1738: remove per user/trap engine id
2019-10-27snmp: T818: T1738: remove per user/trap engine idChristian Poessinger
2019-10-21Merge branch 'current' into equuleushagbard
Auto-merging scripts/rl-system.init Auto-merging scripts/install/install-image Auto-merging Jenkinsfile
2019-10-18Merge pull request #109 from jjakob/equuleushagbard-01
T1743: remove references to ssh protocol v1
2019-10-19T1743: do not generate ssh rsa1 host keysjjakob
2019-10-18[system-proxy]: T1741 - Add system wide proxy settinghagbard
2019-10-12[Interface, OpenVPN]: T1704: New interface version 3, because of OpenVPN ↵vindenesen
config syntax change
2019-10-09Jenkins: import Pipeline from vyos-1x commit 9b5867b7345e1Christian Poessinger
2019-10-09Jenkins: import Pipeline from vyos-1x commit 2d3539f9dec19cChristian Poessinger
2019-10-08install-image: T1718 - ISO check in /opt/vyatta/sbin/install-image faultyhagbard
2019-09-30Add vyos-accel-ppp@2Christian Poessinger
2019-09-30Merge pull request #107 from maznu/currentDaniil Baturin
net.ipv6.route.max_size = 262144
2019-09-29net.ipv6.route.max_size = 262144Marek Isalski
The IPv6 DFZ is now approaching 80k routes. Time to bump VyOS's default up, because otherwise it is a nasty surprise that's tricky to debug.
2019-09-22Merge branch 'current' of github.com:vyos/vyatta-cfg-system into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyatta-cfg-system: ethernet: T1637: removed as rewritten in XML/Python
2019-09-21ethernet: T1637: removed as rewritten in XML/PythonChristian Poessinger
2019-09-15Merge branch 'current' of github.com:vyos/vyatta-cfg-system into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyatta-cfg-system: T1616: fix DHCPv6 script behaviour in op mode. openvpn: T1630: add system user openvpn vxlan: T1636: initial rewrite with XML and Python Makefile.am: fix after removing files for bridge and bonding bridge: T1615: remove old vyatta-bridge.pl bonding: T1614: increase config version from interfaces 1 -> 2 bonding: T1614: remove old style node.def files in favour of XML/Python rewrite bridge: T1556: migrate bridge config to XML/Python [tunnel] T1593: Added ip6gre encapsulation for tunnel interfaces loopback: T1601: rewrite using XML/Python definitions powerdns: T1595: add config migrator to remove 'listen-on' powerdns: T1524: support setting allow-from network dummy: T1580: rewrite in new style XML/Python
2019-09-06T1616: fix DHCPv6 script behaviour in op mode.Daniil Baturin
2019-09-06openvpn: T1630: add system user openvpnChristian Poessinger
2019-09-06vxlan: T1636: initial rewrite with XML and PythonChristian Poessinger
2019-09-04Makefile.am: fix after removing files for bridge and bondingChristian Poessinger
Both commits 162eabd899000 ("bridge: T1615: remove old vyatta-bridge.pl") and 47c784c1eea80 ("bonding: T1614: remove old style node.def files in favour of XML/Python rewrite") removed obsolete files but did not alter the automake Makefile which caused build errors.
2019-09-04bridge: T1615: remove old vyatta-bridge.plChristian Poessinger
2019-09-04bonding: T1614: increase config version from interfaces 1 -> 2Christian 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-20powerdns: T1595: add config migrator to remove 'listen-on'Christian Poessinger
2019-08-20powerdns: T1524: support setting allow-from networkChristian Poessinger
2019-08-19dummy: T1580: rewrite in new style XML/PythonChristian Poessinger
2019-08-15T1584: equuleus: buster: consistent grub options for live/installed imageJohn Estabrook