Mailing List Archive

Quagga 1.2.2 released
Hi,

Quagga 1.2.2 has been released, available from the usual place:

https://download.savannah.gnu.org/releases/quagga/


This is a minor release, with a small number of fixes.


The change-list overview:


commit 7a42b78be9a4108d98833069a88e6fddb9285008
Author: Andreas Jaggi <aj@open.ch>
Date: Mon Oct 2 19:38:43 2017 +0530

bgpd: Fix AS_PATH size calculation for long paths

If 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.

commit fceb0cfe4590d43c93a1d3ae2d83491b08239aad
Author: Balaji Gurudoss <balajig81@gmail.com>
Date: Mon Oct 2 19:21:57 2017 +0530

zebra: 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>

commit 44b486f5256be676a86a251017518f4ca147d977
Author: Timo Teräs <timo.teras@iki.fi>
Date: Thu Aug 17 16:55:43 2017 +0300

nhrpd: use hop count 1 for registration requests

Cisco has a bug that it rejects packets with zero hop count.
Use one to avoid potential forwarding of registration requests.

commit 1d00f7e16b80f95a901daddd4f9c64d4ae7ed4ae
Author: Timo Teräs <timo.teras@iki.fi>
Date: Fri Jul 14 11:20:12 2017 +0300

nhrpd: add example nhrp event processing script (in lua)

commit 5178613d645de44d6862f259ec5c3f0962e38728
Author: Timo Teräs <timo.teras@iki.fi>
Date: Thu Jun 15 09:37:16 2017 +0300

nhrpd: add few tested kernels, improve readme notes

commit 0600823386dab2865d5c642298bf247a29df923c
Author: Mark <mcotton@desksol.co.uk>
Date: Tue Jul 19 21:54:06 2011 +0530

ripd: ripv2 fails to send packets on non multicast interface

Fix to resolve ripv2 update process from skipping over non multicast
interfaces when sending updates.

Reported by: Christian Hammers <ch@debian.org>

commit a0e8ee2e4e2faa912f2f956eadca55573951b432
Author: Balaji Gurudoss <balajig81@gmail.com>
Date: Sat May 13 13:05:58 2017 +0530

vtysh:address-family vpnv6 and vpnv6 unicast added to resolve
" % Ambiguous command."
Fixes bug #950

Signed-off-by: Balaji Gurudoss <balajig81@gmail.com>

commit a929c52ec36b3f868e85fd91e1f013bd9a59d05f
Author: Timo Teräs <timo.teras@iki.fi>
Date: Fri May 19 14:08:35 2017 +0300

nhrpd: configure mgre ipv6 nd for nhrp

commit 7101ccb2a765880bc22cb24cbcf37565e35349d3
Author: Timo Teräs <timo.teras@iki.fi>
Date: Thu May 18 12:00:22 2017 +0300

nhrpd: announce ipv6 routes to zebra

commit 1a8b0177155cc434d3fa4f6dbe7adfc1e854b809
Author: Donald Sharp <sharpd@cumulusnetworks.com>
Date: Wed May 17 18:31:02 2017 -0400

nhrpd: Fix crash in 'no nhrp event socket..' command

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>

commit 9d510fc6fed74dc9bddc998b385bdd194c1f95a9
Author: Donald Sharp <sharpd@cumulusnetworks.com>
Date: Thu May 18 08:55:51 2017 +0300

nhrpd: Fix some missing newlines

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>

commit 8e8945bb1b65ea952468cbf9e07b1fa54fa2e2f8
Author: Timo Teräs <timo.teras@iki.fi>
Date: Wed May 3 08:40:43 2017 +0300

nhrp: improve CIE prefix length handling

RFC2332 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 be
checked against protocol address.

commit a2c23534a41af8fed5a4dce3eb30e4a91f003103
Author: Timo Teräs <timo.teras@iki.fi>
Date: Fri Apr 21 14:58:17 2017 +0300

nhrp: parse and log command response errors from strongSwan

helps to debug configuration problems

commit b328262a461263b98142d0ca5f3fe0cadcfb5b40
Author: Timo Teräs <timo.teras@iki.fi>
Date: Fri Apr 21 14:57:57 2017 +0300

nhrp: fix potential crash when vici profile name is not configured

commit add1dcd0b36fd5a8f20835db7b1b016be59a476b
Author: Timo Teräs <timo.teras@iki.fi>
Date: Fri Apr 21 14:56:45 2017 +0300

nhrp: notify 'tunnel protection' changes

to triggers refresh of IKE SAs immediately on this command

commit e0401e107105b6444f45d5e0881bee4356d827ee
Author: Timo Teräs <timo.teras@iki.fi>
Date: Fri Apr 21 13:57:28 2017 +0300

nhrp: explicitly cast ints to size_t for vici_request_vc va_list
handling

commit e916ffd156a3edfef74c5f9cc36581f91abb2cee
Author: Timo Teräs <timo.teras@iki.fi>
Date: Thu Apr 20 16:24:14 2017 +0300

nhrp: fix protocol address family parsing on receive

See bugzilla #948

commit d7f6770b298a7f4aab6cb079b9b3895ea407980b
Author: Timo Teräs <timo.teras@iki.fi>
Date: Fri Apr 21 13:37:07 2017 +0300

nhrp: implement 'no ip nhrp map' command

was accidentally not implemented earlier

commit b2f18740c4f9a5a0cc473d90b1091082629b830d
Author: Timo Teräs <timo.teras@iki.fi>
Date: Sat Mar 25 17:27:24 2017 +0200

nhrpd: implement 'show ip nhrp nhs'


Thanks,
- Balaji