cumulus-frr:debian/experimental

Last commit made on 2019-07-01
Get this branch:
git clone -b debian/experimental https://git.launchpad.net/cumulus-frr

Branch merges

Branch information

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

Recent commits

47336e4... by David Lamparter <email address hidden>

debian: release 7.1-1

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

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

Merge tag 'frr-7.1' into debian/experimental

FRRouting Release 7.1

23db048... by David Lamparter <email address hidden>

FRRouting release 7.1

- gRPC northbound plugin
- "table NNN" removed from zebra
- more dataplane MT work
- EVPN in non-default VRFs
- RFC 8212 (default deny policy for eBGP)
- RFC 8106 (IPv6 RA DNS options)

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

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

Merge pull request #4539 from opensourcerouting/7.1/watchfrr-sd-timeout

[7.1] tools: retain sanity when reloading under systemd

30b34aa... by David Lamparter <email address hidden>

tools: retain sanity when reloading under systemd

Without this, we end up restarting watchfrr with the systemd watchdog
non-functional & tripped a bit later. Also, if watchfrr is in the
"control" cgroup, systemd 232 will kill it. (241 apparently doesn't.
Can't find anything about this in systemd's ChangeLog though.)

Signed-off-by: David Lamparter <email address hidden>
(cherry picked from commit 9c251d376ad8e604c25767b32c2816e9ae75a738)

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

7.1: isisd: The RFC states that v6 addresses are limited to 16 in a hello … (#4475)

7.1: isisd: The RFC states that v6 addresses are limited to 16 in a hello …

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

isisd: The RFC states that v6 addresses are limited to 16 in a hello packet

The RFC states we can send only up to 16 v6 addresses in a hello packet
and cannot send sub tlv's of that type.

Signed-off-by: Donald Sharp <email address hidden>

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

Merge pull request #4462 from donaldsharp/7.1_bfd_access_list

7.1: bfdd: Modify bfdd to quietly accept access-lists

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

bfdd: Modify bfdd to quietly accept access-lists

The `access-list ...` command was causing bfdd to return
'unknown commands'. Make bfdd at least cognizant of
access-lists enough to not create strange error messages

Signed-off-by: Donald Sharp <email address hidden>

0643ec5... by Donald Sharp <email address hidden>

Merge pull request #4425 from ton31337/feature/show_fqdn_in_show_ip_bgp_7.1

bgpd: [7.1] Show FQDN in `show [ip] bgp` output