link to correct quagga version
This commit is contained in:
parent
5035b5f6a5
commit
e966907914
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ yum install autoconf automake bash bridge-utils ebtables \
|
||||||
xorg-x11-server-utils xterm
|
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`)
|
# 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 \
|
./configure --enable-user=root --enable-group=root --with-cflags=-ggdb \
|
||||||
--sysconfdir=/usr/local/etc/quagga --enable-vtysh \
|
--sysconfdir=/usr/local/etc/quagga --enable-vtysh \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue