Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-21 | T1598: enable vyos-hostsd by on startup. | Daniil Baturin | |
2019-07-01 | [service https] T1443: add nginx and ssl-cert packages; disable nginx on | John Estabrook | |
boot. | |||
2019-06-23 | bfd: T1183: enable FRR bfdd service | Christian Poessinger | |
2019-06-19 | T1454: frr: remove no longer required watchfrr_options | Christian Poessinger | |
Fixes the following startup warning: Jun 19 11:14:27 localhost watchfrr.sh: watchfrr_options contains a bash array value. The configured value is intentionally ignored since it is likely wrong. Please remove or fix the setting. | |||
2019-06-19 | T1454: remove deprecated /etc/frr/daemons.conf | Christian Poessinger | |
File which was still present (but not of any problem) caused the following message: Jun 19 11:14:27 localhost watchfrr.sh: Reading deprecated /etc/frr/daemons.conf. Please move its settings to /etc/frr/daemons and remove it. | |||
2019-05-24 | Packages/kernel: ensure proper initramfs handling | Christian Poessinger | |
When building the kernel with 'make deb-pkg' insted of 'make-kpkg' - which is the new official way - an initramfs will be deployed. This break's VyOS! Delete all possible initramfs image(s) before building the final VyOS initramfs image. | |||
2019-05-08 | undo hooks: initramfs: add option to update an existing initramfs | Kim | |
this is to generate an initramfs if it does not exist, updating when not exist does not work and will break the image build process | |||
2019-05-05 | hooks: initramfs: add option to update an existing initramfs | Christian Poessinger | |
2019-05-05 | Revert "hooks: initramfs: add option to remove an existing initramfs" | Christian Poessinger | |
This reverts commit 5a3489861dc50e6bd4083993ad8065340f8f7c0f. | |||
2019-05-05 | hooks: initramfs: add option to remove an existing initramfs | Christian Poessinger | |
2019-04-19 | T1131: enable vmtoolsd polling again. | Daniil Baturin | |
2019-04-16 | T1327: Set the serial console speed to 115200 by default | John Estabrook | |
Set the serial console speed to 115200 in all build scripts, as is the standard for current boards. This avoids an annoyance for users of the livecd, and makes the defaults in build scripts in tools/ and scripts/ consistent. | |||
2019-04-16 | [firmware] T1274: add additional QLogic firmware files | Christian Poessinger | |
2019-04-04 | T929: T1274: embed linux firmware through ISO build process | Christian Poessinger | |
As of now Linux Firmware was installed via vyos-firmware Debian package which just wrapped the Git repositories content. As this just made things harder - install the firmware files via build hook (as the used to be installed like this in the good old days - before the have been removed via 3f7186f69b) | |||
2019-03-31 | Remove unnecessary locale files at build time to reduce the image size. | Daniil Baturin | |
2019-03-22 | T1279: support ACPI power event (poweroff) | Christian Poessinger | |
2019-03-02 | T929: remove debian-firmware packages from build | Christian Poessinger | |
Kernel Firmware BLOBs will be delivered by the new vyos-firmware package | |||
2019-02-28 | T1218: enable FRR's staticd on startup. | Daniil Baturin | |
2019-01-08 | T1135: "firewall send-redirects enable" works only after switching from ↵ | hagbard | |
disabled state on running system - set default to disable too due to the fact that set firewall did expect that at one point. Primarily, IPSec could leak data once a tunnel is established. | |||
2019-01-08 | Type fixed. | hagbard | |
2019-01-08 | T1135: "firewall send-redirects enable" works only after switching from ↵ | hagbard | |
disabled state on running system - disable send-redirects per default | |||
2019-01-01 | T1131: disable vmtoolsd polling for now to avoid high CPU load. | Daniil Baturin | |
In the future it may be made a CLI option. | |||
2018-12-29 | Add 'nls_ascii' to initramfs to avoid USB pendrive boot warning | Christian Poessinger | |
2018-12-17 | T865: start bgpd with RPKI support. | Daniil Baturin | |
2018-11-14 | update path for packages.txt | Kim Hagen | |
2018-11-12 | Add uefi to vyos-build | Kim Hagen | |
2018-10-20 | T923: support SNMP integration with FRR routing daemon | Christian Poessinger | |
2018-10-14 | T892: disable salt-minion service by default | Christian Poessinger | |
2018-10-12 | T852: globally disable StrongSWAN FARP plugin | Christian Poessinger | |
2018-09-25 | T769: disable starting StrongSWAN on boot. | Daniil Baturin | |
2018-09-23 | T500: arp_filter blocks ARPs for VRRP virtual addresses | Christian Poessinger | |
2018-08-27 | bugfix: disable TFTP server on system boot | Christian Poessinger | |
2018-08-27 | Revert "T692: do not start TFTP server on boot." | Christian Poessinger | |
This reverts commit 3388a3c0f9bb4782b1eb126739f2c63517274e9d. | |||
2018-08-27 | T792: add TFTP server functionality | Christian Poessinger | |
2018-08-27 | T692: do not start TFTP server on boot. | Daniil Baturin | |
2018-08-27 | T441: disable FRR. | Daniil Baturin | |
Running it with systemd when watchfrr is disabled causes systemd to think it's dead and restart it. | |||
2018-08-26 | T441: enable frr.service and disable watchfrr | Daniil Baturin | |
The issue with current watchfrr is that it restarts all daemons even if only one failed. | |||
2018-08-25 | T787: add a hook for disabling the StrongSWAN unity plugin that is ↵ | Daniil Baturin | |
interfering with DMVPN. | |||
2018-08-25 | T441: add a hook for updating FRR startup configs and creating empty daemon ↵ | Daniil Baturin | |
configs. | |||
2018-05-20 | Rename the hook for package cleanup to make room for other hooks, it should ↵ | Daniil Baturin | |
be executed last, or at least after all other steps that do package installation are complete. | |||
2018-05-15 | Re-enable installing recommended packages, disabling them breaks the image. | Daniil Baturin | |
2018-05-15 | Reduce image bloat. | Daniil Baturin | |
1. Do not install "recommended" packages 2. Do not keep apt indices in the binary image 3. Clean up firmware packages that are installed by metapackages but are not required for for network or storage hardware. 4. Revert vim to vim-tiny | |||
2018-04-20 | hooks: migrate from dnsmasq to pdns-recursor | Christian Poessinger | |
2018-02-21 | Manage config files with included files instead of echo, sed etc. (#16) | Kim | |
Manage system.conf from file instead of hook. Add comment to the files where they are managed | |||
2018-01-06 | T379: Add support for UDP broadcast relay | Christian Poessinger | |
2017-12-08 | Added 'mdns-repeater' submodule | Christian Poessinger | |
Submodule is a fork of https://github.com/lucasec/mdns-repeater w/ extensions to add Debian packaging and systemd support. | |||
2017-12-08 | Remove 'vyos-cfg-avahi' submodule (superseeded) (T378) | Christian Poessinger | |
Using AVAHI as mDNS reflector has the big disadvantage that the reflection interface can not be specified. It will reflect the mDNS messages on ALL interfaces. A new technique called mDNS repeater based upon https://github.com/vyos/mdns-repeater will be used in the future. | |||
2017-09-02 | Do not start avahi-daemon on boot | Christian Poessinger | |
2017-09-02 | do not start conntrackd on boot | UnicronNL | |
2017-09-02 | Create home directory on login | UnicronNL | |