-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Might be better alternativs https://www.bizety.com/2018/09/04/bgp-open-source-tools-quagga-vs-bird-vs-exabgp/
- Loading branch information
Showing
1 changed file
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -285,7 +285,7 @@ etc-update --automode -5 | |
[ -f /etc/portage/package.mask/gentoo.conf ] || cp /usr/share/portage/config/repos.conf /etc/portage/repos.conf/gentoo.conf | ||
time emerge -uv -j8 gentoo-sources mlocate postfix iproute2 bind bind-tools quagga dhcp atftp dhcpcd app-misc/mc pciutils usbutils smartmontools syslog-ng virtual/cron ntp lsof ${NVMETOOLS} || bash | ||
time emerge -uv -j8 gentoo-sources mlocate postfix iproute2 bind bind-tools dhcp atftp dhcpcd app-misc/mc pciutils usbutils smartmontools syslog-ng virtual/cron ntp lsof ${NVMETOOLS} || bash | ||
mkdir /tftproot | ||
# reinstall eudev, TODO detect if we did switch above and only install if needed | ||
time emerge -uvN -j8 eudev | ||
|
@@ -456,11 +456,6 @@ rc-update add local default | |
sh /etc/local.d/remove.net.rules.start | ||
echo exit 0 >> /etc/local.d/remove.net.rules.start | ||
touch /etc/quagga/zebra.conf | ||
touch /etc/quagga/ospfd.conf | ||
echo EXTRA_OPTS=\"-A 127.0.0.1 -P 0\" >> /etc/conf.d/zebra | ||
echo EXTRA_OPTS=\"-A 127.0.0.1 -P 0\" >> /etc/conf.d/ospfd | ||
sed -i 's/^smtp.*inet/#&/' /etc/postfix/master.cf | ||
rc-update add postfix default | ||
echo root: [email protected] >> /etc/mail/aliases | ||
|