Quagga Read-Only Mirrors
  1. Quagga Read-Only Mirrors

Quagga-Savannah-Official

Public
AuthorCommitMessageCommit dateIssues
Martin WinterMartin Winter
68f0bbe4378Notice Branch - Moved work to FRRoutingAdded branch with notice of development moved to FRR Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Balaji GurudossBalaji Gurudoss
4f721a713d6Bumped up the version to 1.2.2
Andreas JaggiBalaji GurudossAndreas Jaggi
7a42b78be9abgpd: Fix AS_PATH size calculation for long pathsIf you have an AS_PATH with more entries than what can be written into a single AS_SEGMENT_MAX it needs to be broken up. The code that noticed that the AS_PATH needs to be broken up was not correctly calculating the size of the resulting message. This patch addresses this issue.
Balaji GurudossBalaji Gurudoss
fceb0cfe459zebra: Fix to set tag for a static route configured.Fixes bug #955. Removed the installation of vrf specific tag and distance command. Reported by: goodman <gbcbooksmj@gmail.com>
Timo TeräsTimo Teräs
44b486f5256nhrpd: use hop count 1 for registration requestsCisco has a bug that it rejects packets with zero hop count. Use one to avoid potential forwarding of registration requests.
Timo TeräsTimo Teräs
1d00f7e16b8nhrpd: add example nhrp event processing script (in lua)
Timo TeräsTimo Teräs
5178613d645nhrpd: add few tested kernels, improve readme notes
MarkBalaji GurudossMark
0600823386dripd: ripv2 fails to send packets on non multicast interfaceFix to resolve ripv2 update process from skipping over non multicast interfaces when sending updates. Reported by: Christian Hammers <ch@debian.org>
Balaji GurudossBalaji Gurudoss
a0e8ee2e4e2vtysh:address-family vpnv6 and vpnv6 unicast added to resolve " % Ambiguous command." Fixes bug #950Signed-off-by: Balaji Gurudoss <balajig81@gmail.com>
Timo TeräsTimo Teräs
a929c52ec36nhrpd: configure mgre ipv6 nd for nhrp
Timo TeräsTimo Teräs
7101ccb2a76nhrpd: announce ipv6 routes to zebra
Donald SharpTimo TeräsDonald Sharp
1a8b0177155nhrpd: Fix crash in 'no nhrp event socket..' commandSigned-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Donald SharpTimo TeräsDonald Sharp
9d510fc6fednhrpd: Fix some missing newlinesSigned-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Timo TeräsTimo Teräs
8e8945bb1b6nhrp: improve CIE prefix length handlingRFC2332 states that prefix length MUST be 0xff for unique bindings. However, it seems at least some Cisco firmwares use host prefix length instead (which on wire level makes sense). Relax the handling of prefix length to treat all value longer than address length as 0xff. Additionally treat 0x00 the same way too, this is required by the RFC. This also fixes the prefix length address family to b...
Timo TeräsTimo Teräs
a2c23534a41nhrp: parse and log command response errors from strongSwanhelps to debug configuration problems
Timo TeräsTimo Teräs
b328262a461nhrp: fix potential crash when vici profile name is not configured
Timo TeräsTimo Teräs
add1dcd0b36nhrp: notify 'tunnel protection' changesto triggers refresh of IKE SAs immediately on this command
Timo TeräsTimo Teräs
e0401e10710nhrp: explicitly cast ints to size_t for vici_request_vc va_list handling
Timo TeräsTimo Teräs
e916ffd156anhrp: fix protocol address family parsing on receiveSee bugzilla #948
Timo TeräsTimo Teräs
d7f6770b298nhrp: implement 'no ip nhrp map' commandwas accidentally not implemented earlier
Timo TeräsTimo Teräs
b2f18740c4fnhrpd: implement 'show ip nhrp nhs'
Paul JakmaPaul Jakma
da94416dd48release: Quagga 1.2.1
Paul JakmaPaul Jakma
431900f0231buildbot: build documentation, add nightly upload of master docs, other tweaks* master.cfg: Add a "build-docs" builder to test generation of HTML and PDF docs into the commit checks. With nightly=true property, upload generated docs to a static dir on the master. Run from a NightlyScheduler. Add the properties from the internal worker config to the buildbot BuildSlave properties, so they're visible in the web UI. Filter through a workers2publicprops helper, ...
Paul JakmaPaul Jakma
5e558004594doc: Nearly all the world uses A4 paper, set as default for TeX output
Paul JakmaPaul Jakma
6a48343cd6edoc: Clean the tex index files up
Paul JakmaPaul Jakma
1bfd6551c9ddoc: Fix overfull hboxes errors that cause PDF build to return fail* overfull hboxes cause texi2dvi to return fail, even if the PDf is written. We hacked around this by running it with '... || true', but that sucks for buildboting the docs. Fix all the overfull hboxes. * ospfd.texi: Long command definitions can cause hbox overruns in the columnar command definitions index. This leads to strange errors about "Missing number, treated as zero." when...
Paul JakmaPaul Jakma
7ecc5f5f2c8doc: Remove refs to removed topology figures
Paul JakmaPaul Jakma
3db7c8743a8doc: Explicit quagga.pdf rule can go now* Makefile.am: The Quagga specific PDF dependency is gone. The overfull boxes that caused texi2dvi to return fail code are gone. So the custom rule can go.
Paul JakmaPaul Jakma
974511e28a3doc/routeserver: Remove needless figures, centre and tweak other figs* routeserver.texi: The full-mesh v RS topology diagrammes are fairly obvious and don't deserve so much space. As smaller wrap-floats they might be acceptable, but there seems no way to access that TeX feature from Texinfo. So nuke them. Centre the 2 other figures. Tweak size to avoid bbox overflow messages.
Paul JakmaPaul Jakma
dcfb4809158doc: Tweak internal layout of fig-rs-processing slightly
Paul JakmaPaul Jakma
69c62987e47doc: pdftex works with PNGs now, remove dependency on PDF figures* Makefile.am: pdftex seems to work fine with PNGs now. So the need to build PDF versions of the figures using ImageMagick convert is gone. Remove the dependency. Can leave the rule for now, no benefit removing it.
Paul JakmaPaul Jakma
69f8d5df72bconfigure: Add commonly used GCC security flags
Paul JakmaPaul Jakma
ca7399f165fdoc: Add a nice CSS file for HTML texinfo
Paul JakmaPaul Jakma
72e3b8b8d22buildbot: Add revlink to map quagga git repo to Savannah cgit URI
Paul JakmaPaul Jakma
e28ebbccc87solaris/buildbot: Add SMF service manifest for buildbot-slave/worker
Paul JakmaPaul Jakma
203ab894a8cbuildbot: add OpenIndiana hipster bot
Paul JakmaPaul Jakma
e17ff9be4efHACKING: git diff ...| buildbot try example
Paul JakmaPaul Jakma
32947f26f94configure: use AC_C_FLAG for Sun Studio cc
Paul JakmaPaul Jakma
f25b7317d77configure: libtool < 2.4.6 doesn't work with fstack-protector-strong* configure.ac: GCC -fstack-protector-strong gives undefined symbol error when linking on __stack_chk_fail_local with libtool < 2.4.6. The gcc arg is not passed on when linking. OpenIndiana hipster has 2.4.2 at the moment. Test the libtool version and drop the arg and warn the user.
Jakub ZawadzkiPaul JakmaJakub Zawadzki
d04f9ec9a6fdoc: make netmasks in 4.3 Static Route Commands the sameIn 4.3 documentation shows example for defining static routes: -------------------------------------------------------------- ip route 10.0.0.0/8 10.0.0.2 (...) ip route 10.0.0.0 255.255.255.0 10.0.0.2 (...) These statements are equivalent to those in the previous example. -------------------------------------------------------------- 10.0.0.0/8 is not equivalent to 10.0.0.0/255.255....
Jakub ZawadzkiPaul JakmaJakub Zawadzki
55b11c2e01dvtysh: Bug 789 - vtysh ripngd does not have distribute-list commandMake commands added by distribute_list_init() from ripd/ripngd daemon known to vtysh. Babeld leftovers not included, also other commands (show, write) from bug #789 not included.
Paul JakmaPaul Jakma
0d91779a1fdinfra/buildbot: fix "for w workers", use common defs for common sets
Paul JakmaPaul Jakma
390bffa452dinfra/buildbot: Add initial RPM check builders* master.cfg: Add an initial RPM rpm check builders, to run rpmlint and rpmbuild tests on builders with "pkg" == "rpm". some issues in buildbot (least on F24): - RpmLint doesn't get imported, have to run manually. - RpmBuild always sets 'dist', it shouldn't really. urg. - RpmBuild 'rpmdir' argument doesn't get Interpolated, so can't put the built RPMs cleanly into a distinct direc...
Paul JakmaPaul Jakma
3bc12739fdadistro/redhat: Allow for split info files
Paul JakmaPaul Jakma
304ec315988distro/redhat: Make texi2html conditional, default off, to avoid TeX deps
Paul JakmaPaul Jakma
75ebcd86b1adistro/redhat: fix rpmlint warnings* quagga.spec.in: Use %global when defining globals inside conditional blocks. Comment Obsoletes as rpmlint wants specific versions. The packages are long gone, but leave as historical documentation. Don't use %version in changelog entries, or other live macros. Fix spaces-for-indent everywhere, use tab (sorry spaces people).
Paul JakmaPaul Jakma
7e43fe44ba1infra/patchwork: systemd files and production.py settings* systemd/patchwork-delivery*: on demand socket to take mail in a localhost TCP socket, to allow patchwork to be in a separate container from email. * production.py: patchwork.settings.production file. * pass.py: example pass.py file
Paul JakmaPaul Jakma
08815d59c36infra: buildbot master configs and slave systemd service file* master: master.cfg and example pass.cfg file * worker: systemd service unit file. Setting up a slave/worker is trivial: su - buildbot buildslave create-slave . radia.quagga.net buildbot-<name> <password>
Paul JakmaPaul Jakma
d77ad3cff1dHACKING: fix indentation in URLs list, remove super obsolete import section
Paul JakmaPaul Jakma
32b4fb45f57HACKING: example config for buildbot client and usage for 'try' command