Tests: | 1 of 4446 failed |
---|---|
Duration: | 263 minutes |
Changes: | No changes |
Tests: | 2 of 12627 failed |
---|---|
Duration: | 206 minutes |
Changes: | Who: Donald Sharp Why: Merge pull request #8528 from opensourcerouting/build-cleanup-20210421 build: more cleaning |
Tests: | 438 passed |
---|---|
Duration: | 129 minutes |
Changes: | Who: Quentin Young Why: Merge pull request #3673 from opensourcerouting/60-bfd-24-hour 6.0: bfdd: Fix timer print-out function Who: David Lamparter Why: vtysh: fix pager compatibility handling I just straight up forgot checking VTYSH_PAGER at startup, and the "terminal paginate" command is only installed to VIEW_NODE so it can"t be processed from vtysh.conf in CONFIG_NODE... Signed-off-by: David Lamparter <equinox@diac24.net> Who: Quentin Young Why: *: 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 <qlyoung@cumulusnetworks.com> Who: Donald Sharp Why: Merge pull request #3814 from opensourcerouting/6.0/doc-pager-theme [6.0] doc: VTYSH_PAGER docs + new FRR theme Who: Akhilesh Samineni <akhilesh.samineni@broadcom.com> Why: bgpd: Incorrect number of peers count in "show bgp ipv6 summary" output Fix : Now the peers count displays the number of neighbors activated per afi/safi. Signed-off-by: Akhilesh Samineni <akhilesh.samineni@broadcom.com> ... |
Tests: | Testless build |
---|---|
Duration: | 67 minutes |
Changes: | Who: Donald Sharp Why: Merge pull request #4182 from ton31337/fix/backslash_backport_for_as-path_filter_7.0 bgpd: [7.0] Allow backslash in as-path filter lists Who: Mark Stapp <mjs@voltanet.io> Why: lib: control privs changes with refcount Use a refcount to control privs changes. Support process-wide privs apis, as well as per-pthread apis. Double-commit of PR 4057. Signed-off-by: Mark Stapp <mjs@voltanet.io> Who: Mark Stapp <mjs@voltanet.io> Why: Merge pull request #3961 from donaldsharp/connected_7.0 Connected 7.0 Who: Mark Stapp <mjs@voltanet.io> Why: lib: fix uninit and incorrect array-size in privs.c Double commit of PR 3805 to 7.0. Signed-off-by: Mark Stapp <mjs@voltanet.io> Who: David Lamparter Why: tools/frrcommon.sh: ignore "declare" failures The "declare -p watchfrr_options" call is just to support backwards compatibility. If it fails, silently ignore that. Signed-off-by: David Lamparter <equinox@diac24.net> ... |
Tests: | Testless build |
---|---|
Duration: | 63 minutes |
Changes: | Who: David Lamparter Why: FRRouting release 7.3.1 Maintenance/bugfix release. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> |
Tests: | Testless build |
---|---|
Duration: | 89 minutes |
Changes: | Who: Martin Winter Why: FRRouting Release 7.4 BGPd Use sequence numbers for community lists Fixes to nexthop groups Add feature to limit outgoing number of routes Per Neighbor Graceful Restart Multiple Graceful Restart fixes Support sub-Type-4 and sub-Type-5 for the VPNv4 SRv6 backend rfc7606 support: treat certain malformed routes as withdraw allow origin override for route aggregates rfc6608 support: Subcodes for BGP Finite State Machine Error rfc7607 support: Codification of AS 0 Processing rfc6286 support: Autonomous-System-Wide Unique BGP Identifier for BGP-4 Unequal cost multipath (a.ka. weighted ECMP) with BGP link-bandwidth Enable rfc8212 by default except datacenter profile staticd Add debug support vtysh Add copy command to copy config from file into running config LDPd adding support for LDP ordered label distribution control ISISd IS-IS Segment Routing support SHARPd add initial support to add/remove lsps Zebra fix broadcast address in IPv4 networks with /31 mask Add Graceful Restart support for Protocol Daemon restarts lib migrate route-maps to use northbound interface plus countless bug fixes and other improvements Signed-off-by: Martin Winter <mwinter@opensourcerouting.org> |
Tests: | 1322 passed |
---|---|
Duration: | 962 minutes |
Changes: | Who: Donald Sharp Why: Merge pull request #3577 from LabNConsulting/working/6.0/no-bgp-attr-255 6.0: bgpd: don"t use BGP_ATTR_VNC(255) unless ENABLE_BGP_VNC_ATTR is defined Who: Lou Berger Why: bgpd: don"t use BGP_ATTR_VNC(255) unless ENABLE_BGP_VNC_ATTR is defined Signed-off-by: Lou Berger <lberger@labn.net> Who: Martin Winter Why: FRRouting Release 6.0.2 This is a maintenance release for a security (Denial of Service) issue found with the expermimental BGP VNC Attribute (255). Other experiments using the same attribute may bring down BGP peers if they are malformed for the VNC parsing. (As required by RFC). The update disables the parsing of the VNC attribute by default to avoid this. Beside this change, this release is similar to 6.0.1 Major Changes since 6.0 (already in 6.0.1) - New Debian Package structure without backports - Fix Memory Leak on FreeBSD - Fix BGP unnumbered peer setup - Various fixes for label manager - Various other fixes Signed-off-by: Martin Winter <mwinter@opensourcerouting.org> |
Tests: | 1499 passed |
---|---|
Duration: | 958 minutes |
Changes: | Who: Donatas Abraitis <donatas.abraitis@gmail.com> Why: bgpd: Show `ip` and `fqdn` in json output for `show [ip] bgp <route> json` This should keep backward compatibility when bgp show-hostname is enabled/disabled. Also show the real originator IP instead of showing fqdn of the route reflector. Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com> Who: Donatas Abraitis <donatas.abraitis@gmail.com> Why: doc: redistribute vpn --> redistribute vnc Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com> Who: Mark Stapp <mjs@voltanet.io> Why: zebra: use correct state when installing evpn macs [7.2 version] Use correct state/flags when installing EVPN macs; when we converted from raw netlink to the zebra dataplane, a state value got lost. Signed-off-by: Mark Stapp <mjs@voltanet.io> Who: Quentin Young Why: bgpd: ensure transit ptr is nulled on free Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com> Who: Donatas Abraitis <donatas.abraitis@gmail.com> Why: bgpd: Reflect the distance in RIB when it is changed for an arbitrary afi/safi debian-9# show ip route 192.168.255.2/32 longer-prefixes Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP, T - Table, v - VNC, V - VNC-Direct, A - Babel, D - SHARP, F - PBR, f - OpenFabric, > - selected route, * - FIB route, q - queued route, r - rejected route B>* 192.168.255.2/32 [20/0] via 192.168.0.1, eth1, 00:15:22 debian-9# conf debian-9(config)# router bgp 100 debian-9(config-router)# address-family ipv4 debian-9(config-router-af)# distance bgp 123 123 123 debian-9(config-router-af)# do show ip route 192.168.255.2/32 longer-prefixes Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP, T - Table, v - VNC, V - VNC-Direct, A - Babel, D - SHARP, F - PBR, f - OpenFabric, > - selected route, * - FIB route, q - queued route, r - rejected route B>* 192.168.255.2/32 [123/0] via 192.168.0.1, eth1, 00:00:09 debian-9(config-router-af)# no distance bgp debian-9(config-router-af)# do show ip route 192.168.255.2/32 longer-prefixes Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP, T - Table, v - VNC, V - VNC-Direct, A - Babel, D - SHARP, F - PBR, f - OpenFabric, > - selected route, * - FIB route, q - queued route, r - rejected route B>* 192.168.255.2/32 [20/0] via 192.168.0.1, eth1, 00:00:02 debian-9(config-router-af)# Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com> ... |
Tests: | 12165 passed |
---|---|
Duration: | 243 minutes |
Changes: | Who: Donald Sharp Why: Merge pull request #8528 from opensourcerouting/build-cleanup-20210421 build: more cleaning |
Tests: | 1323 passed |
---|---|
Duration: | 920 minutes |
Changes: | Who: David Lamparter Why: pimd: fix clang warning pimd/pim_sock.c:178:13: error: implicit conversion from "int" to "char" changes value from 148 to -108 [-Werror,-Wconstant-conversion] ra[0] = 148; Signed-off-by: David Lamparter <equinox@opensourcerouting.org> Who: Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> Why: Merge pull request #461 from donaldsharp/poll_2.0 Poll 2.0 Who: Donald Sharp Why: lib: Rename HAVE_POLL to prevent conflicting #defines Rename HAVE_POLL to HAVE_POLL_CALL, when compiling with snmp and poll enabled this was causing issues. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Who: Sam Tannous <stannous@cumulusnetworks.com> Why: Remove uncalled function causing compiler error Ticket: CM-16086 Reviewed By: sharpd Testing Done: Built debs and tested on hardnode With snmp enabled, this function was causing compiler errors since it was not being called. Removed it. Signed-off-by: Sam Tannous <stannous@cumulusnetworks.com> |
Tests: | 5 of 620 failed |
---|---|
Duration: | 47 minutes |
Changes: | Who: Christian Franke Why: Fix README update Who: Russ White <russ@riw.us> Why: Merge pull request #4031 from nitinsoniism/show_evpn_route_vni_all_detail bgpd: new show cmd - bgp l2vpn evpn route vni all detail Who: Renato Westphal <renato@openbsd.org> Why: Merge pull request #4085 from donaldsharp/zebra_nht_individual_items zebra: Allow specification of v[4|6] addrs on some commands Who: Donald Sharp Why: Merge pull request #4095 from pacovn/201904_master__lm_aliasing_fixes zebra: label manager race condition fix Who: Mark Stapp <mjs@voltanet.io> Why: Merge pull request #4132 from opensourcerouting/northbound-debug lib: add fine-grained debugging in the northbound ... |