<feed xmlns='http://www.w3.org/2005/Atom'>
<title>quagga/doc, branch isis-redist</title>
<subtitle>Quagga routing suite</subtitle>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/'/>
<entry>
<title>doc: fix makeinfo errors and one warning</title>
<updated>2013-04-09T15:04:25+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2013-03-22T08:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=b58c90807c9d0bfa9601704c7490a16070906004'/>
<id>b58c90807c9d0bfa9601704c7490a16070906004</id>
<content type='text'>
commit 4afa50b added few lines that are syntactically incorrect
with leading plus sign.

Cc: Denis Ovsienko &lt;infrastation@yandex.ru&gt;
Signed-off-by: Timo Teräs &lt;timo.teras@iki.fi&gt;
Signed-off-by: David Lamparter &lt;equinox@opensourcerouting.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
commit 4afa50b added few lines that are syntactically incorrect
with leading plus sign.

Cc: Denis Ovsienko &lt;infrastation@yandex.ru&gt;
Signed-off-by: Timo Teräs &lt;timo.teras@iki.fi&gt;
Signed-off-by: David Lamparter &lt;equinox@opensourcerouting.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>guile: remove</title>
<updated>2013-02-23T21:10:09+00:00</updated>
<author>
<name>David Lamparter</name>
<email>equinox@opensourcerouting.org</email>
</author>
<published>2013-01-25T08:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=44a86a0278c1678fd4b8dfa56c4f5f2feb6df3ad'/>
<id>44a86a0278c1678fd4b8dfa56c4f5f2feb6df3ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zebra: use SO_RCVBUFFORCE for netlink socket</title>
<updated>2013-02-23T17:19:24+00:00</updated>
<author>
<name>Ulrich Weber</name>
<email>ulrich.weber@Sophos.com</email>
</author>
<published>2013-01-22T10:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=f1ef81b2476ea533ac3d2129aa0e89653c427323'/>
<id>f1ef81b2476ea533ac3d2129aa0e89653c427323</id>
<content type='text'>
so net.core.rmem_max must not be adjusted. Requires
linux kernel &gt;= 2.6.14, falls back to SO_RCVBUF on error

Signed-off-by: Ulrich Weber &lt;ulrich.weber@sophos.com&gt;
Signed-off-by: David Lamparter &lt;equinox@opensourcerouting.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so net.core.rmem_max must not be adjusted. Requires
linux kernel &gt;= 2.6.14, falls back to SO_RCVBUF on error

Signed-off-by: Ulrich Weber &lt;ulrich.weber@sophos.com&gt;
Signed-off-by: David Lamparter &lt;equinox@opensourcerouting.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: update some introduction paragraphs</title>
<updated>2013-02-01T16:55:05+00:00</updated>
<author>
<name>David Lamparter</name>
<email>equinox@opensourcerouting.org</email>
</author>
<published>2013-01-18T18:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=b0baf0740e3d6a01980cef7ea0af0a61c10b1bcd'/>
<id>b0baf0740e3d6a01980cef7ea0af0a61c10b1bcd</id>
<content type='text'>
in particular,
- add IS-IS to some listings
- list Solaris &amp; OSX as "some work required"
- remove OS version numbers.  We have no base to specify any of them.
- list supported C compilers (gcc, clang, icc)
- cut the Quagga 2.0 stuff that promises QoS and firewall functionality
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in particular,
- add IS-IS to some listings
- list Solaris &amp; OSX as "some work required"
- remove OS version numbers.  We have no base to specify any of them.
- list supported C compilers (gcc, clang, icc)
- cut the Quagga 2.0 stuff that promises QoS and firewall functionality
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: add blurbs on zebra FPM interface and commands</title>
<updated>2012-11-30T20:41:17+00:00</updated>
<author>
<name>Avneesh Sachdev</name>
<email>avneesh@opensourcerouting.org</email>
</author>
<published>2012-11-13T22:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=b9c24cd23091e817942d4eaab95712e84dbec8aa'/>
<id>b9c24cd23091e817942d4eaab95712e84dbec8aa</id>
<content type='text'>
Update documentation with some text on the zebra interface to the
optional Forwarding Path Manager component, and the related cli
commands.

Signed-off-by: Avneesh Sachdev &lt;avneesh@opensourcerouting.org&gt;
Signed-off-by: David Lamparter &lt;equinox@opensourcerouting.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update documentation with some text on the zebra interface to the
optional Forwarding Path Manager component, and the related cli
commands.

Signed-off-by: Avneesh Sachdev &lt;avneesh@opensourcerouting.org&gt;
Signed-off-by: David Lamparter &lt;equinox@opensourcerouting.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bgpd: document bgp neighbor local-as peer command</title>
<updated>2012-11-30T20:10:51+00:00</updated>
<author>
<name>Andrew Certain</name>
<email>certain@amazon.com</email>
</author>
<published>2012-11-07T23:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=5aebb9c77fc2257c9d9df72db66668fabb24fc52'/>
<id>5aebb9c77fc2257c9d9df72db66668fabb24fc52</id>
<content type='text'>
Signed-off-by: David Lamparter &lt;equinox@opensourcerouting.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Lamparter &lt;equinox@opensourcerouting.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: update installation instructions</title>
<updated>2012-11-03T18:21:31+00:00</updated>
<author>
<name>David Lamparter</name>
<email>equinox@opensourcerouting.org</email>
</author>
<published>2012-11-03T18:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=7d50ad444ffadd4110152113cc9583db96b3ad67'/>
<id>7d50ad444ffadd4110152113cc9583db96b3ad67</id>
<content type='text'>
configure parameters have changed quite a bit, several options are
enabled by default now and there's --disable-tests.  Update
documentation to match.

Signed-off-by: David Lamparter &lt;equinox@opensourcerouting.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
configure parameters have changed quite a bit, several options are
enabled by default now and there's --disable-tests.  Update
documentation to match.

Signed-off-by: David Lamparter &lt;equinox@opensourcerouting.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>agentx: add appropriate documentation</title>
<updated>2012-06-25T17:03:23+00:00</updated>
<author>
<name>Vincent Bernat</name>
<email>bernat@luffy.cx</email>
</author>
<published>2012-05-25T10:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=0ff4b9c96793898429052de576d8da368e48997e'/>
<id>0ff4b9c96793898429052de576d8da368e48997e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: add ospfclient(8) and watchquagga(8) man pages</title>
<updated>2012-05-01T15:51:26+00:00</updated>
<author>
<name>David Ward</name>
<email>david.ward@ll.mit.edu</email>
</author>
<published>2012-04-30T15:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=7b0df9c5bad83e2a2eb047e84edc00b3bc1d562c'/>
<id>7b0df9c5bad83e2a2eb047e84edc00b3bc1d562c</id>
<content type='text'>
Taken from Fedora packaging.

Signed-off-by: David Ward &lt;david.ward@ll.mit.edu&gt;
Signed-off-by: David Lamparter &lt;equinox@diac24.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from Fedora packaging.

Signed-off-by: David Ward &lt;david.ward@ll.mit.edu&gt;
Signed-off-by: David Lamparter &lt;equinox@diac24.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: only package man pages for daemons that are built</title>
<updated>2012-05-01T15:51:26+00:00</updated>
<author>
<name>David Ward</name>
<email>david.ward@ll.mit.edu</email>
</author>
<published>2012-04-30T15:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=f027d331fc24c0b4aed77ab7507a9635db313f3c'/>
<id>f027d331fc24c0b4aed77ab7507a9635db313f3c</id>
<content type='text'>
Signed-off-by: David Ward &lt;david.ward@ll.mit.edu&gt;
Signed-off-by: David Lamparter &lt;equinox@diac24.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Ward &lt;david.ward@ll.mit.edu&gt;
Signed-off-by: David Lamparter &lt;equinox@diac24.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
