Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-17 | T865: start bgpd with RPKI support. | 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 | T866: set the upgraded flag on update from 1.1.x | Daniil Baturin | |
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-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-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 | |
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-17 | T574: set the hostname in the default config to make sure it's set correctly ↵ | Daniil Baturin | |
on boot. | |||
2018-05-15 | Re-enable installing recommended packages, disabling them breaks the image. | Daniil Baturin | |
2018-05-15 | T637: remove tcpdump from the "extras" to move it to the vyos-1x dependencies. | 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-05-05 | T620: include iperf in the image. | Daniil Baturin | |
2018-04-20 | hooks: migrate from dnsmasq to pdns-recursor | Christian Poessinger | |
2018-03-26 | Merge branch 'current' of github.com:vyos/vyos-build into current | Daniil Baturin | |
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-02-19 | Better modify the rsyslog.conf we already have in vyatta-cfg-systemm (T552). | Daniil Baturin | |
2018-02-19 | Enable journald log forwarding to syslog (fixes T552). | Daniil Baturin | |
2018-01-11 | T519: make VyOS package mirror configurable. | Daniil Baturin | |
2018-01-07 | T341: Add 'wakeonlan' tools to base image | Christian Poessinger | |
2018-01-06 | T379: Add support for UDP broadcast relay | Christian Poessinger | |
2017-12-26 | Replace vim-tiny with vim | 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. |