Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-06 | vxlan: T1636: initial rewrite with XML and Python | Christian Poessinger | |
2019-09-04 | Makefile.am: fix after removing files for bridge and bonding | Christian 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-04 | bridge: T1615: remove old vyatta-bridge.pl | Christian Poessinger | |
2019-09-04 | bonding: T1614: increase config version from interfaces 1 -> 2 | Christian Poessinger | |
2019-09-04 | bonding: T1614: remove old style node.def files in favour of XML/Python rewrite | Christian Poessinger | |
2019-09-03 | Merge pull request #106 from zdc/T1593 | Christian Poessinger | |
[tunnel] T1593: Added ip6gre encapsulation for tunnel interfaces | |||
2019-08-27 | bridge: T1556: migrate bridge config to XML/Python | Christian Poessinger | |
2019-08-22 | [tunnel] T1593: Added ip6gre encapsulation for tunnel interfaces | zsdc | |
2019-08-21 | loopback: T1601: rewrite using XML/Python definitions | Christian Poessinger | |
2019-08-20 | powerdns: T1595: add config migrator to remove 'listen-on' | Christian Poessinger | |
2019-08-20 | powerdns: T1524: support setting allow-from network | Christian Poessinger | |
2019-08-19 | dummy: T1580: rewrite in new style XML/Python | Christian Poessinger | |
2019-08-13 | vlan: q-in-q: T1551: add missing if statement to check if vlan interface exists | Christian 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-13 | Merge pull request #105 from DmitriyEshenko/current | Daniil Baturin | |
[powersave] T1577 Fixing console powersave | |||
2019-08-12 | [powersave] T1577 Fixing console powersave | DmitriyEshenko | |
2019-08-05 | [bridge]: T1556: rewrite Bridge in new style XML syntax | Christian Poessinger | |
2019-07-31 | T1381: add dhclient config options for option 121 classless routes. | Daniil Baturin | |
2019-07-31 | T1553: add 'noautologin' to boot parameters | John Estabrook | |
Debian live-config (>= 5.0) will set the default to 'autologin' when booting in live mode, unless explicitly set. | |||
2019-07-19 | Merge pull request #104 from DmitriyEshenko/patch-1 | Daniil Baturin | |
Fix T1491 | |||
2019-07-19 | Update node.def | Eshenko Dmitriy | |
2019-07-19 | Fix T1491 | Eshenko Dmitriy | |
2019-07-08 | T1465: remove custom priority from "vti vtiX ip" that was causing priority ↵ | Daniil Baturin | |
inversion. | |||
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-30 | Merge branch 'current' of https://github.com/vyos/vyatta-cfg-system into current | Daniil Baturin | |
2019-06-30 | T1430: initial implementation of IPv4 DHCP client id and hostname options. | Daniil Baturin | |
2019-06-18 | [ installer ] T1446: on installing with efi skip the | Kim Hagen | |
xen extra checks, they use dmidecode which will not work in efi mode Get the UUID of the correct partition based on the install type (bios/efi) | |||
2019-06-12 | fix if statement | Kim Hagen | |
2019-06-12 | Force create raid without answering the question if you want to create it. | Kim Hagen | |
Update initramfs to include raidconfig avoiding md127 being created on reboot. | |||
2019-06-04 | T1392: improve VyOS boot time by changing {hot,cold}plug calls | mtudosoiu | |
2019-05-21 | Create Jenkinsfile current | Kim Hagen | |
2019-05-20 | [interfaces] T1387: Fix removal of DHCP interface w/o assigned address | Christian Poessinger | |
If a DHCP interface fails to get an IP address, deleting the interface results in a bash script error. | |||
2019-05-20 | [vxlan] T1384: bugfix on empty remote-port | Christian 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 inconsistently | hagbard | |
2019-04-29 | T1359: Bugfix handling VLAN interfaces on DHCP -> static address change | Christian Poessinger | |
Changing VLAN interface address from DHCP to static is not handeled in vyatta-address script as VLAN interfaces are called e.g. eth0.201 or br0.10 and dhclient replaces the '.' by '_', this was not handeled. | |||
2019-04-28 | Debian: alter depends to prepare for Buster | Christian Poessinger | |
2019-04-23 | T1327: Set the serial console speed to 115200 by default | John Estabrook | |
Set the default serial console speed to 115200 in system update scripts, to accord with the changes in the build scripts. | |||
2019-04-23 | T1345: fix Perl error when removing RADIUS configuration | Christian Poessinger | |
(cherry picked from commit ac13c77d7ddd607b32f5948560bfe41cb2dcd756) | |||
2019-04-20 | Revert "T1336: bump system version from 11 to 12" | Christian Poessinger | |
This reverts commit af06f9ca70df33b90cc055afdb65e693d71c9e72. | |||
2019-04-20 | T1336: bump system version from 11 to 12 | Christian Poessinger | |
2019-04-20 | T1344: commit fix for new RADIUS 'key' attribute | Christian Poessinger | |
Commit 0a19e53f868 ("T1344: rename RADIUS 'secret' attribute to 'key'") missed a consistency check in the node.def file | |||
2019-04-19 | T1345: specify RADIUS source IP for system login command | Christian Poessinger | |
2019-04-19 | T1344: rename RADIUS 'secret' attribute to 'key' | Christian Poessinger | |
'key' is also used for L2TP and PPTP RADIUS configurations. | |||
2019-04-18 | T1344: rename RADIUS 'system login' nodes | Christian 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-10 | T1329: support installation on SD cards fix | Kim | |
2019-04-04 | T1323 - remove the option to setup an operator account | hagbard | |
2019-04-04 | T1323 - migrate operator accounts to admin accounts | hagbard | |
2019-03-28 | Update to VyOS | Kim | |
2019-03-27 | T1296: support installation on SD cards | Christian Poessinger | |
2019-03-25 | [T1265] version incrmented for T1265 | hagbard | |
2019-03-25 | fixes: T1265 - Disabled Bonding Interfaces Enabled on Boot | hagbard | |