Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-01 | install-image: T2753: add named command line options | Christian Poessinger | |
This makes it easier to add VRF support. | |||
2020-04-11 | grub: remove quiet option for better information gathering | Christian Poessinger | |
2020-02-23 | pppoe: T1318: Migrate pppoe interfaces to vyos-1x | Christian Poessinger | |
2020-02-10 | banner: T2024: migrate "system login banner" to XML/Python representation | Christian Poessinger | |
2020-02-05 | ssh: T631: remove sshd config mangling | Christian Poessinger | |
The configuration of SSHd is rendered from a template each time the service changes. Thus it is not required that the boot process touches the config. | |||
2020-02-05 | login: T1990: Migrate "system login" to XML/Python representation | Christian Poessinger | |
2020-01-13 | install: T1940, fix unbootable EFI, 4kn compatibility | kroy | |
2019-12-28 | T1912: migrate 'system ip(v6)' subsystem to XML/Python | Christian Poessinger | |
2019-12-26 | T1903: Implement predefined interface naming for VMWare | DmitriyEshenko | |
2019-12-06 | Merge branch 'current' of github.com:vyos/vyatta-cfg-system into equuleus | Christian 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-03 | Fix rootdev regex to support mmcblk devices | Robert Edström | |
2019-10-21 | Merge branch 'current' into equuleus | hagbard | |
Auto-merging scripts/rl-system.init Auto-merging scripts/install/install-image Auto-merging Jenkinsfile | |||
2019-10-19 | T1743: do not generate ssh rsa1 host keys | jjakob | |
2019-10-18 | [system-proxy]: T1741 - Add system wide proxy setting | hagbard | |
2019-10-08 | install-image: T1718 - ISO check in /opt/vyatta/sbin/install-image faulty | hagbard | |
2019-09-29 | net.ipv6.route.max_size = 262144 | Marek 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-15 | Merge branch 'current' of github.com:vyos/vyatta-cfg-system into equuleus | Christian 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-06 | T1616: fix DHCPv6 script behaviour in op mode. | Daniil Baturin | |
2019-09-04 | bridge: T1615: remove old vyatta-bridge.pl | Christian Poessinger | |
2019-09-04 | bonding: T1614: remove old style node.def files in favour of XML/Python rewrite | Christian Poessinger | |
2019-08-15 | T1584: equuleus: buster: consistent grub options for live/installed image | John Estabrook | |
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-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-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-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-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-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-03-27 | T1296: support installation on SD cards | Christian Poessinger | |
2019-03-22 | T1309: remove duplicate ip address check | Ruben Herold | |
2019-02-14 | T1174: migrate local hostname/DNS handling to vyos-1x | Christian Poessinger | |
2019-01-23 | T980 and T969 update serial console baud on the fly | Kim | |
* 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-21 | T1172: vyatta_update_sysctl.pl does not support options that have multiple ↵ | Daniel Pro | |
values Updated vyatta_update_sysctl.pl, now handles multiple values | |||
2019-01-08 | Merge pull request #95 from kroy-the-rabbit/current | hagbard-01 | |
Fix: T1107 Added requested option to grub | |||
2019-01-07 | T1026: Removing tunnel deletes all tunnels? | hagbard | |
2019-01-02 | T1120: Add rootdelay=5 by default in grub.cfg | danhusan | |
Let disks settle to workaround issue with MD array not being detected. | |||
2018-12-22 | T1107 Added requested option to grub | kroy | |
2018-12-03 | T1047: look for a saved config in the "real" config dir at install time | Daniil Baturin | |
(i.e. not the bind-mounted /config). | |||
2018-12-01 | EFI Cleanup. Adding removable option to grub-install | Kroy | |
2018-11-30 | Revert "Revert "T1055: Wait for Duplicate Address Detection on the relevant ↵ | Daniil Baturin | |
interface"" This reverts commit c27f83c59f4567a63d9f9aa5008b8183ee964a2a. | |||
2018-11-30 | Revert "T1055: Wait for Duplicate Address Detection on the relevant interface"revert-87-current | Daniil Baturin | |
2018-11-29 | Merge pull request #87 from gsadams/current | hagbard-01 | |
Fix: T1055: Wait for Duplicate Address Detection on the relevant interface | |||
2018-11-29 | Fix: T1053 - Error when re-configuring an interface from DHCP to static IP | hagbard | |
2018-11-27 | T1055: Wait for Duplicate Address Detection on the relevant interface | Geoff Adams | |
The DHCPv6 client can't start on an interface when DAD is ongoing. There is a workaround in place to wait for DAD to complete, but it only works on eth0! |