cumulus-frr:debian/master

Last commit made on 2019-05-15
Get this branch:
git clone -b debian/master https://git.launchpad.net/cumulus-frr

Branch merges

Branch information

Name:
debian/master
Repository:
lp:cumulus-frr

Recent commits

9f5276d... by David Lamparter <email address hidden>

debian: release 6.0.3-1

Signed-off-by: David Lamparter <email address hidden>

ddfc79b... by David Lamparter <email address hidden>

debian: remove outdated patches

All of these were merged upstream or superseded by something else.

Signed-off-by: David Lamparter <email address hidden>

cd4f050... by David Lamparter <email address hidden>

Merge tag 'frr-6.0.3' into debian/master

FRRouting Release 6.0.3

33e56da... by Quentin Young <email address hidden>

*: 6.0.3 release

* bgpd: Fix 'show bgp ipv4/ipv6 neighbors' to show only v4 or v6 neighbors
* bgpd: Fix display issue when showing labeled-unicast routes
* bgpd: Fix incorrect # peers in 'show bgp ipv6 summary' output
* bgpd: Fix issue with remote-private-as in combination with local-as
* bgpd: Fix memory error when prepending to AS-path
* bgpd: Improve error handling when using maximum-prefix
* ldpd: Fix startup permissions error on OpenBSD
* ldpd: add support for FreeBSD IP_BINDANY
* ospfd: Fix incorrect display of millisecond time values
* tools: Fix incorrect systemd dependencies causing failure to start on boot
* vtysh: Fix unnecessary reconnection under multi-instance OSPF
* watchfrr: Fix multi-instance support when using new init script
* zebra: Fix a display bug in 'show ip route ... json'
* zebra: Fix compilation issue on OpenBSD
* zebra: Fix issue with missed selection of system-sourced routes
* zebra: Fix race condition in label manager
* zebra: Reliability improvements to pseudowire route recovery
* zebra: Tweak metric values for macvlan devices

Signed-off-by: Quentin Young <email address hidden>

eaefb84... by Donald Sharp <email address hidden>

Merge pull request #4254 from opensourcerouting/fixes-for-6.0

 [6.0] ldpd: *BSD fixes

16927ec... by Rafael Zalamena <email address hidden>

ldpd: add support for FreeBSD IP_BINDANY

Add yet another way to setsockopt a socket to listen to a foreign
address.

Signed-off-by: Rafael Zalamena <email address hidden>

ea082e6... by Rafael Zalamena <email address hidden>

zebra: fix compilation on OpenBSD

OpenBSD doesn't define RTM_LOCK anymore:
https://marc.info/?l=openbsd-tech&m=153018811429193&w=2

Signed-off-by: Rafael Zalamena <email address hidden>

c6cc794... by Rafael Zalamena <email address hidden>

ldpd: fix startup on OpenBSD

We must open the PF_KEY socket before dropping privileges, otherwise the
socket creation will fail with permission problems.

Signed-off-by: Rafael Zalamena <email address hidden>

4a36086... by Donald Sharp <email address hidden>

Merge pull request #4224 from ton31337/stable/6.0

bgpd: [6.0] Do not send UPDATE message with maximum-prefix

37b01a7... by Donatas Abraitis <email address hidden>

bgpd: Do not send UPDATE message with maximum-prefix

When using maximum-prefix and count is overflow BGP
sends UPDATE message:

Apr 15 20:45:06 exit1-debian-9 bgpd[9818]: 192.168.0.2 [Error] Error parsing NLRI
Apr 15 20:45:06 exit1-debian-9 bgpd[9818]: %NOTIFICATION: sent to neighbor 192.168.0.2 3/10 (UPDATE Message Error/Invalid Network Field) 0 bytes

Signed-off-by: Donatas Abraitis <email address hidden>