link to correct quagga version

This commit is contained in:
tomh.org 2010-09-09 22:39:16 +00:00
parent 5035b5f6a5
commit e966907914

View file

@ -40,7 +40,7 @@ yum install autoconf automake bash bridge-utils ebtables \
xorg-x11-server-utils xterm
}}}
# Fedora only: turn off SELINUX by setting `SELINUX=disabled` in `/etc/sysconfig/selinux`; turn off iptables and ip6tables firewalls (`chkconfig iptables off`,`chkconfig ip6tables off`) or you will need to configure permissive rules for CORE; turn on IP forwarding in `/etc/sysctl.conf` (`net.ipv4.ip_forward = 1`, `net.ipv6.conf.all.forwarding = 1`)
# install Quagga; if you are building it from source, you should configure it to use state directories with CORE:
# install Quagga; if you are building it from source, we recommend [http://downloads.pf.itd.nrl.navy.mil/ospf-manet/ quagga-0.99.16-mr1.0], you should configure it to use state directories with CORE:
{{{
./configure --enable-user=root --enable-group=root --with-cflags=-ggdb \
--sysconfdir=/usr/local/etc/quagga --enable-vtysh \