Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-16 | developer: add linux-perf package to vyos-dev apt packages | Christian Poessinger | |
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-02 | T1120: Add rootdelay=5 by default in grub.cfg | danhusan | |
Let disks settle to workaround issue with MD array not being detected. | |||
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-31 | Dehardcode the kernel package version from the live-build-config script. | Daniil Baturin | |
2018-12-29 | Add 'nls_ascii' to initramfs to avoid USB pendrive boot warning | Christian Poessinger | |
2018-12-17 | Revert "Add xenserver guest utils to the x86 image." | hagbard | |
This reverts commit bdc97cb53126e17a6f7111daaf19ae95dbc4aa5a. Breaks the build due to pkg double assignment. PKG already installed. https://github.com/vyos/vyos-world/commit/fb3c399ffad359ec11660e723fb72b9864710029 | |||
2018-12-17 | Add xenserver guest utils to the x86 image. | Daniil Baturin | |
2018-12-17 | T865: start bgpd with RPKI support. | Daniil Baturin | |
2018-11-25 | Remove ofed-scripts, since we are using kernel built-in drivers now. | Daniil Baturin | |
2018-11-25 | T996: add hyperv-daemons package. | Daniil Baturin | |
2018-11-25 | T859: add aptitude to the default package lists. | Daniil Baturin | |
apt-get download doesn't work right, so the hook for downloading the grub-efi packages needs aptitude, sadly. | |||
2018-11-14 | update path for packages.txt | Kim Hagen | |
2018-11-14 | Add saltstack repo | Kim Hagen | |
2018-11-12 | Add modprobe option to allow unsupportef transceivers in ixgbe. | Daniil Baturin | |
2018-11-12 | Add uefi to vyos-build | Kim Hagen | |
2018-11-08 | cleanup: move files from vyos-build repo to vyos-1x where they are required | Christian Poessinger | |
2018-10-25 | isc-dhcpv6-server: bugfix empty if; then fi clause | Christian Poessinger | |
commit a91fea903 ("isc-dhcpv6-server init script naming cleanup") introduced an empty if; then fi clause which produces a BASH syntax error. | |||
2018-10-21 | T718, T912, T911: add monitoring utilities (atop, htop, iotop). | Daniil Baturin | |
2018-10-20 | T923: support SNMP integration with FRR routing daemon | Christian Poessinger | |
2018-10-19 | isc-dhcpv6-server init script naming cleanup | Christian Poessinger | |
2018-10-19 | T913: add startup script for dhcpv6-relay | Christian Poessinger | |
2018-10-15 | T455: Add haveged package | hagbard | |
2018-10-15 | T879: add the release GPG key to the image. | Daniil Baturin | |
2018-10-15 | T895: increase default log level for facility 'all'. | Daniil Baturin | |
2018-10-14 | move getty conf to vyatta-cfg package | UnicronNL | |
2018-10-14 | T892: disable salt-minion service by default | Christian Poessinger | |
2018-10-12 | T852: globally disable StrongSWAN FARP plugin | Christian Poessinger | |
2018-10-03 | Merge branch 'current' of github.com:vyos/vyos-build into current | Daniil Baturin | |
2018-10-03 | T866: set the upgraded flag on update from 1.1.x | Daniil Baturin | |
2018-10-02 | Remove mlnx-ofed-kernel-modules package from ISO | 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-09-19 | ISO: remove iser-modules as it is build against Kernel 4.14 | Christian Poessinger | |
2018-08-30 | T811: add DHCPv6 init script to ISO image | 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-06-25 | nmap was listed twice. | hagbard | |
2018-06-25 | Add aptitude and apt-rdepends to the dev package lists. They come in handy ↵ | Daniil Baturin | |
for untangling package dependencies. | |||
2018-06-21 | T703: add 'nmap' to utils package list | Christian Poessinger | |
VyOS scripts do not use it, people certainly do. | |||
2018-06-15 | T697: add openssh-client to the utils package list. | Daniil Baturin | |
VyOS scripts do not use it, but people certainlt do. | |||
2018-06-14 | T697: move lsof and iftop to the utils package list. | Daniil Baturin | |