Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-28 | Merge pull request #148 from sever-sever/T33941.2.9-S1crux | Christian Poessinger | |
ipv6: T3394: Fix for del ipv6 address normalize | |||
2021-09-06 | install-image: T2108: use minisign backup key if primary key fails | Christian Poessinger | |
(cherry picked from commit 0c5edf1ced2872c495b190977db575deaf28fa1c) | |||
2021-08-26 | install-image: T2108: verify image by using minisign over GPG | Christian Poessinger | |
We will first download and try to verify the image using the generated minisign signature. If this fails, we try to retrieve the GPG signature file. | |||
2021-08-10 | migration: T2838: fix parsing of quoted config value for hw-id | John Estabrook | |
2021-05-19 | ipv6: T3394: Fix for del ipv6 address normalize | sever-sever | |
2020-09-26 | cfg-system: T2902: Fix regex that doesnt allow X in image name | sever-sever | |
(cherry picked from commit c512bead9cc38d9a2f031f0aa9cca012515c29ef) | |||
2020-08-04 | cronjob: T1194: clear config on boot | Christian Poessinger | |
Config must be cleared on boot, otherwise if one configures a cronjob without explicit saving the config it will still be present on the next reboot. (cherry picked from commit 9700f15d75f399e2a9633038b735b58fb387fb66) | |||
2020-07-26 | Merge pull request #124 from L6NqLW/T2476 | Daniil Baturin | |
bonding: T2476: fix mac address override for bond member interfaces | |||
2020-06-19 | 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. | |||
2020-06-02 | bonding: T2476: fix mac address override for bond member interfaces | L6NqLW | |
2020-04-20 | bridge: T2342: Add check if this is not vif interface | DmitriyEshenko | |
2020-04-04 | bridge: T2197: Fix path for QinQ S-VLANs | DmitriyEshenko | |
2020-01-29 | T1392: improve VyOS boot time by changing {hot,cold}plug calls | mtudosoiu | |
(cherry picked from commit 290fc6e53317a26e57a8b91cde808af39e531cea) | |||
2019-12-31 | smp-affinity: T1924: Add support for XEN interfaces | DmitriyEshenko | |
2019-12-24 | T1903: Implement predefined interface naming for VMWare | DmitriyEshenko | |
2019-11-17 | T1430: initial implementation of IPv4 DHCP client id and hostname options. | Daniil Baturin | |
2019-09-06 | T1616: fix DHCPv6 script behaviour in op mode. | 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-18 | fix if statement | Kim Hagen | |
2019-06-18 | 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-05-30 | T1309: remove duplicate ip address check | Ruben Herold | |
(cherry picked from commit 67b10e6ff5f33d73c128508f00198cc3c04c13fc) | |||
2019-05-26 | [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 | T1174: migrate local hostname/DNS handling to vyos-1x | Christian Poessinger | |
Conflicts: debian/changelog | |||
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. (cherry picked from commit 08a27c62b16e4560e4a47eafd281176e924bbe51) | |||
2019-04-23 | T1345: specify RADIUS source IP for system login command | Christian Poessinger | |
set system login radius-source-address '172.18.201.10' | |||
2019-04-10 | T1329: support installation on SD cards fix | Kim | |
2019-03-31 | T1296: support installation on SD cards | 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! | |||
2018-11-25 | T1045: static route dhcp-interface: check for ip in response | Runar Borge | |
Checks done to verify a dhcp-lease on the interface is updated to look for a ip-address like response from dhclient before returning an error. This fixes the error where a newline was enough to make the checks fail.. Updated to also make sure no newline is returned after the address to make sure commands using adresses from this script is not cut in half by the newline, and to be in line with the syntax on all errors. (no newline at the end) | |||
2018-11-13 | T1006: remove the check-ipv4-ipv6.pl script that is not used anywhere. | Daniil Baturin | |
2018-11-09 | Cleanup output (#85) | Kim | |
2018-11-07 | Add uefi install option. (#84) | Kim | |
* Add grub-efi package dependencies * Install grub-efi if we install on efi partition | |||
2018-11-06 | T955: Integrating EFI into the installer | Kroy | |
2018-11-05 | T955: Integrating EFI into the installer | Kroy | |
2018-11-05 | T288: normalize IP(v6) addresses before passing them to iproute2. | Daniil Baturin | |
2018-10-24 | T903: Wait for IPv6 DAD to complete before attempting to start dhclient v6 | Adam Liddell | |
If this is not done, dhclient will fail with error "Can't bind to dhcp address: Cannot assign requested address". Also, misc whitespace fixes to file. | |||
2018-10-16 | T600: Virtio network card, no info (maybe not fully supported?) | hagbard | |
- set_speed_duplex checks for the existing values (again) and only issues ethtool if they differ. virtio_net returns 'unknown' therefore the settings have been applied only every 2nd commit. | |||
2018-10-15 | Merge pull request #79 from hagbard-01/current | hagbard-01 | |
T600: Virtio network card, no info |