From 04af41a762ed1fd48f015d1b4c3af3c354c21e3e Mon Sep 17 00:00:00 2001 From: "tomh.org" Date: Tue, 27 Oct 2009 22:16:19 +0000 Subject: [PATCH] initial quagga page --- wiki/Quagga.wiki | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 wiki/Quagga.wiki diff --git a/wiki/Quagga.wiki b/wiki/Quagga.wiki new file mode 100644 index 00000000..7f0ff1f1 --- /dev/null +++ b/wiki/Quagga.wiki @@ -0,0 +1,22 @@ +#summary Overview of quagga routing + += Introduction = + +This guide is for users who want to play with possibly multiple or non-default versions of [http://www.quagga.net quagga routing] using CORE. + +This page is specific to OpenVZ version of CORE. + += Default settings = + +quagga binaries and libraries come with the default templated OpenVZ container. They are installed in `/usr/sbin/` and `/usr/bin/` directories. rip, ripng, ospf6, ospf, and bgp are installed in `/usr/sbin/` and vtysh is in `/usr/bin/`. + +All containers use the same binaries. What differs from node to node is the configuration. Here, CORE uses the unified quagga configuration file `/etc/quagga/Quagga.conf`. + + + += Details = + +Add your content here. Format your content with: + * Text in *bold* or _italic_ + * Headings, paragraphs, and lists + * Automatic links to other wiki pages \ No newline at end of file