From d174f83939689bcc5b3b7861757c6085fb3d8980 Mon Sep 17 00:00:00 2001 From: "tomh.org" Date: Thu, 9 Sep 2010 22:40:31 +0000 Subject: [PATCH] better explanation for quagga version --- wiki/Namespaces.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Namespaces.wiki b/wiki/Namespaces.wiki index 3a7c411f..df7013e3 100644 --- a/wiki/Namespaces.wiki +++ b/wiki/Namespaces.wiki @@ -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, 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: + # install Quagga; we recommend [http://downloads.pf.itd.nrl.navy.mil/ospf-manet/ quagga-0.99.16-mr1.0] for the OSPF MANET models. If building from source on your host system, 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 \