add comments on how to manage multiple quaggas
This commit is contained in:
parent
da164d0c6c
commit
07af6e4041
1 changed files with 4 additions and 2 deletions
|
@ -178,12 +178,14 @@ The shared filesystem of the containers is found in `/vz/private/core-root`. He
|
||||||
# `cd /usr/local/src/quagga`
|
# `cd /usr/local/src/quagga`
|
||||||
# `update-autotools`
|
# `update-autotools`
|
||||||
# `./configure --prefix=/usr --enable-user=root --enable-group=wheel --enable-vtysh --disable-capabilities`
|
# `./configure --prefix=/usr --enable-user=root --enable-group=wheel --enable-vtysh --disable-capabilities`
|
||||||
# `gmake`
|
# `make`
|
||||||
# `gmake install`
|
# `make install`
|
||||||
# At this point, you should have new binaries/libraries installed in /usr/lib and /usr/sbin. You can stop and restart your emulation, or manually restart the routing daemons.
|
# At this point, you should have new binaries/libraries installed in /usr/lib and /usr/sbin. You can stop and restart your emulation, or manually restart the routing daemons.
|
||||||
|
|
||||||
See also the manual section entitled *Compiling Quagga for CORE*
|
See also the manual section entitled *Compiling Quagga for CORE*
|
||||||
|
|
||||||
|
You can install multiple quaggas (for testing purposes) into `/usr/local/src/`. Then, you can switch between them by just cding into the directory and running `make install` and restarting the emulation. To keep track of which quagga is which, I often edit the `AC_INIT` string in `configure.ac` prior to running `update-autotools` and configure, so that this string shows up in the vtysh output.
|
||||||
|
|
||||||
= Troubleshooting =
|
= Troubleshooting =
|
||||||
|
|
||||||
*Problem:* quagga is running, and I can ping across the link, but no neighbor adjacencies are formed. I see the OSPF hellos in the tcpdump in the sending, but not receiving direction.
|
*Problem:* quagga is running, and I can ping across the link, but no neighbor adjacencies are formed. I see the OSPF hellos in the tcpdump in the sending, but not receiving direction.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue