Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

LabNConsulting/frr

louberger pushed 2 commits to stable/10.2 LabNConsulting/frr
  • bgpd: Do not reset peers on suppress-fib toggling If the desired state is the same - do nothing instead of resetting... f62baf6
  • Merge pull request #17488 from FRRouting/mergify/bp/stable/10.2/pr-17487 bgpd: Do not reset peers on suppress-fib to... c9975e1

View on GitHub

louberger pushed 2 commits to stable/10.1 LabNConsulting/frr
  • bgpd: Do not reset peers on suppress-fib toggling If the desired state is the same - do nothing instead of resetting... 19254d5
  • Merge pull request #17490 from FRRouting/mergify/bp/stable/10.1/pr-17487 bgpd: Do not reset peers on suppress-fib to... b461180

View on GitHub

louberger pushed 2 commits to stable/10.0 LabNConsulting/frr
  • bgpd: Do not reset peers on suppress-fib toggling If the desired state is the same - do nothing instead of resetting... 02d922c
  • Merge pull request #17489 from FRRouting/mergify/bp/stable/10.0/pr-17487 bgpd: Do not reset peers on suppress-fib to... 0268aef

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • lib, zebra: Do not have duplicate memory type problems In zebra_mpls.c it has a usage of MTYPE_NH_LABEL which is def... cb6f7b1
  • Merge pull request #17492 from donaldsharp/zebra_nh_label_crash lib, zebra: Do not have duplicate memory type problems c84fd51

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • bgpd: Do not reset peers on suppress-fib toggling If the desired state is the same - do nothing instead of resetting... 7fb4c03
  • Merge pull request #17487 from opensourcerouting/fix/do_reset_peers bgpd: Do not reset peers on suppress-fib toggling 909d854

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • tools: Add pim show commands to support bundle Add more data gathering for pim and pim6 support bundles Signed-off-... ef650ac
  • Merge pull request #17484 from csiltala/pim-support-bundle tools: Add pim show commands to support bundle 6e7ab7d

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • tests: Ensure connected routes are installed before continuing Upon high load the ospf_instance_redistribute test ca... 058faf6
  • Merge pull request #17477 from donaldsharp/topo_connected_installed tests: Ensure connected routes are installed bef... 440a0d3

View on GitHub

louberger pushed 4 commits to master LabNConsulting/frr
  • bgpd: bgp_connect should return an `enum connect_result` This function when it is run by bgp_start is expected to re... 2a94de8
  • tests: zebra_fec_nexthop_resolution improve a) timers are really large preventing convergence in 30 seconds b) The s... 6a945b4
  • bgpd: Allow bfd to work if peer known but interface address not yet If bgp is coming up and bgp has not received the... c1c6298
  • Merge pull request #17473 from donaldsharp/bgp_bmp_and_its_ilk Bgp bfd and its ilk 58abc85

View on GitHub

louberger pushed 5 commits to master LabNConsulting/frr
  • pimd,yang: Add PIMD northbound/yang for AutoRP mapping agent Reuses the candidate selection logic from BSR configura... bd9331e
  • pimd: Implement autorp mapping agent CLI Also exposes BSR cand_addrsel methods for use in AutoRP. Signed-off-by: Na... a060c72
  • pimd: Implement autorp mapping agent Fully flushed out the AutoRP implementation now with the AutoRP mapping agent. ... b6aa71b
  • tests: PIM AutoRP tests expanded Now with a full AutoRP implementation, we can test AutoRP in a full network setup b... 13c0722
  • Merge pull request #17340 from nabahr/mapping-agent PIMD: Implement AutoRP mapping-agent a3e04a8

View on GitHub

louberger pushed 5 commits to master LabNConsulting/frr
  • tools: Add bmp command to support bundle generation Add a bit of bmp data gathering for bgp support bundle generatio... b1fbcb6
  • tools: Add isis command generation to support bundle When a support bundle is created no isis commands were issued t... 910b384
  • tools: Add zebra label show commands to support bundle There were no zebra show commands related to mpls labels bein... 274156f
  • tools: Add pim msdp show commands to support bundle The support bundle was not gathering any msdp data for pim at al... dca9915
  • Merge pull request #17476 from donaldsharp/support_bundle_isis Support bundle isis 9af78e2

View on GitHub

louberger pushed 3 commits to master LabNConsulting/frr
  • ospfd: OSPF multi-instance default origination fixes When originating a default AS-External LSA in one OSPF instance... 6afd56d
  • tests: Add topotest for OSPF multi-instance default origination. This change adds a topotest to test various case of... 82f4349
  • Merge pull request #17436 from LabNConsulting/aceelindem/ospf-multi-instance-default ospfd: OSPF multi-instance defa... 7724d69

View on GitHub

louberger pushed 2 commits to stable/10.1 LabNConsulting/frr
  • bfdd: retain remote dplane client socket When using bfd in remote-dataplane client mode, don't close a new client so... b71fd2f
  • Merge pull request #17471 from FRRouting/mergify/bp/stable/10.1/pr-17464 bfdd: retain remote dplane client socket (b... 20d786c

View on GitHub

louberger pushed 2 commits to stable/10.2 LabNConsulting/frr
  • bfdd: retain remote dplane client socket When using bfd in remote-dataplane client mode, don't close a new client so... be09cba
  • Merge pull request #17470 from FRRouting/mergify/bp/stable/10.2/pr-17464 bfdd: retain remote dplane client socket (b... a414010

View on GitHub

louberger pushed 3 commits to master LabNConsulting/frr
  • pimd: remove temporary variables from MSDP peer Remove from MSDP peer data structure two temporary variables that sh... 8f829b2
  • pimd: constify peer lookup function Make parameter `const` to document that the variable will not change. Signed-of... 1e0629f
  • Merge pull request #17468 from opensourcerouting/msdp-tweaks pimd: two small improvements 8884f42

View on GitHub

louberger pushed 2 commits to stable/10.2 LabNConsulting/frr
  • bgpd: Validate both nexthop information (NEXTHOP and NLRI) If we receive an IPv6 prefix e.g.: 2001:db8:100::/64 with... 863d1dd
  • Merge pull request #17446 from opensourcerouting/fix/backport_65a43b57efd60c4fdf80c935750046ba861ec79f_10.2 bgpd: Va... 60982c4

View on GitHub

louberger pushed 2 commits to stable/10.2 LabNConsulting/frr
  • bgpd : backpressure - Fix to pop items off zebra_announce FIFO for few EVPN triggers In cases such as 'no advertise-... a7aae78
  • Merge pull request #17437 from FRRouting/mergify/bp/stable/10.2/pr-17432 bgpd : backpressure - Fix to pop items off ... 91f482a

View on GitHub

louberger pushed 4 commits to master LabNConsulting/frr
  • tests: remove `strncpy()` use `checkpatch` has sufficiently annoyed me to fix this. Signed-off-by: David Lamparter ... 84fd92c
  • lib: remove `strncpy()` use `checkpatch` has sufficiently annoyed me to fix this. Includes free overflow guard in C... 4606612
  • tools: remove `strncpy()` use `checkpatch` has sufficiently annoyed me to fix this. Signed-off-by: David Lamparter ... cf4fc9c
  • Merge pull request #17156 from opensourcerouting/eradicate-strncpy *: remove remaining `strncpy()` users 172a2aa

View on GitHub

louberger pushed 2 commits to stable/9.1 LabNConsulting/frr
  • bgpd: Validate both nexthop information (NEXTHOP and NLRI) If we receive an IPv6 prefix e.g.: 2001:db8:100::/64 with... 699e197
  • Merge pull request #17449 from opensourcerouting/fix/backport_65a43b57efd60c4fdf80c935750046ba861ec79f_9.1 bgpd: Val... 63be9cf

View on GitHub

louberger pushed 2 commits to stable/9.0 LabNConsulting/frr
  • bgpd: Validate both nexthop information (NEXTHOP and NLRI) If we receive an IPv6 prefix e.g.: 2001:db8:100::/64 with... aede3dc
  • Merge pull request #17450 from opensourcerouting/fix/backport_65a43b57efd60c4fdf80c935750046ba861ec79f_9.0 bgpd: Val... 755009e

View on GitHub

louberger pushed 2 commits to stable/10.1 LabNConsulting/frr
  • bgpd: Validate both nexthop information (NEXTHOP and NLRI) If we receive an IPv6 prefix e.g.: 2001:db8:100::/64 with... af4f6f4
  • Merge pull request #17447 from opensourcerouting/fix/backport_65a43b57efd60c4fdf80c935750046ba861ec79f_10.1 bgpd: Va... 0994cb2

View on GitHub

louberger pushed 7 commits to master LabNConsulting/frr
  • tools: Fix syntax raw parsing for make-foobar helper 96 38.93 config.status: creating Makefile 96 39.48 /src/python/... 0073c73
  • pim6d: fix coverity scan warning Fix Coverity Scan CID 1601875: use the return value to tell user about the availabi... 3066f48
  • lib: Fix Lua script unit test When building for big-endian architectures, this is failing because of long long / int... 77df36c
  • bgpd: Use int, not long long for route-map action in Lua script This is an issue for big-endian architectures, that ... 3c60926
  • Merge pull request #17456 from opensourcerouting/fix/lua_unit_test Lua casting 9b50371
  • Merge pull request #17455 from opensourcerouting/erp-cs pim6d: fix coverity scan warning 5bdb8d9
  • Merge pull request #17453 from opensourcerouting/fix/raw_python_clippy tools: Fix syntax raw parsing for make-foobar... 26b0cca

View on GitHub

louberger pushed 2 commits to stable/10.0 LabNConsulting/frr
  • bgpd: Validate both nexthop information (NEXTHOP and NLRI) If we receive an IPv6 prefix e.g.: 2001:db8:100::/64 with... 9179079
  • Merge pull request #17448 from opensourcerouting/fix/backport_65a43b57efd60c4fdf80c935750046ba861ec79f_10.0 bgpd: Va... 3216383

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • packaging: Use PCRE2 for .deb/.rpm builds We have the support of PCRE2 since 061f5d1cb43938c30847e0ebb49e2b43be3aa4c... 56ae411
  • Merge pull request #17375 from opensourcerouting/fix/use_pcre2 packaging: Use PCRE2 for .deb/.rpm builds 551e05b

View on GitHub

aceelindem pushed 1 commit to aceelindem/ospf-multi-instance-default LabNConsulting/frr
  • tests: Add topotest for OSPF multi-instance default origination. This change adds a topotest to test various case of... 82f4349

View on GitHub

louberger created a tag on LabNConsulting/frr

docker/10.2.0 - FRRouting Protocol Suite

louberger pushed 2 commits to master LabNConsulting/frr
  • bgpd: Optimize the outbound path if RFC8212 is applied If we have (default enabled) enabled `bgp ebgp-require-policy... 2dc7db9
  • Merge pull request #17451 from opensourcerouting/fix/bgp_optimizations bgpd: Optimize the outbound path if RFC8212 i... 724624a

View on GitHub

aceelindem pushed 1 commit to aceelindem/ospf-multi-instance-default LabNConsulting/frr
  • ospfd: OSPF multi-instance default origination fixes When originating a default AS-External LSA in one OSPF instance... 6afd56d

View on GitHub

louberger pushed 7 commits to master LabNConsulting/frr
  • sharpd: Fix typo in `sharp install routes` help message Signed-off-by: Carmine Scarpitta <[email protected]> 769751f
  • sharpd: Fix typo in `sharp install seg6-routes` help message Signed-off-by: Carmine Scarpitta <[email protected]> 4cb6f5b
  • sharpd: Fix typo in `sharp install seg6local-routes` help message Signed-off-by: Carmine Scarpitta <[email protected]> cf658b2
  • sharpd: Use IPV6_MAX_BITLEN in `sharp install seg6local-routes` Signed-off-by: Carmine Scarpitta <[email protected]> 0019ecf
  • sharpd: Use IPV6_MAX_BITLEN in `sharp send opaque notify` Signed-off-by: Carmine Scarpitta <[email protected]> 58b2e8c
  • Merge pull request #17444 from cscarpitta/fix/sharpd-cli-help-string sharpd: Fix a few typos in CLI help messages 0e2e4ec
  • Merge pull request #17445 from cscarpitta/fix/sharp-use-ipv6-max-bitlen sharpd: Convert numeric 128 into IPV6_MAX_BI... 564a8bc

View on GitHub

louberger pushed 2 commits to stable/10.1 LabNConsulting/frr
  • bgpd : backpressure - Fix to pop items off zebra_announce FIFO for few EVPN triggers In cases such as 'no advertise-... 67fea91
  • Merge pull request #17438 from FRRouting/mergify/bp/stable/10.1/pr-17432 bgpd : backpressure - Fix to pop items off ... a575534

View on GitHub

louberger pushed 14 commits to master LabNConsulting/frr
  • accords: guidelines/terms for FRRouting trademarks This attempts to establish a little bit of clarifying restriction... 24eed7c
  • pim6d: support embedded-rp Implement embedded RP support and configuration commands. Embedded RP is disabled by def... 23c7acd
  • topotests: new embedded RP topology test Test embedded RP features: - Embedded RP itself - Embedded RP group list fi... 744633e
  • doc: document and explain PIM embedded RP Let user know about PIM embedded RP configuration commands. Signed-off-by... 084fa66
  • pim6d: fix channel oil leak on embedded RP When a multicast route is created with embedded RP the channel oil never ... 3b1fc6f
  • pimd: fix check-patch warning Remove unnecessary braces. Signed-off-by: Rafael Zalamena <rzalamena@opensourceroutin... 2941f57
  • pimd: prevent invalid memory access Signalize termination to functions so they can avoid accessing pointers that mig... 2add05a
  • bgpd: Add more details to ebgp requires policy warning This will tell explicitly which peer does not have a filter a... 53c858e
  • tests: Check if IPv6 prefix has a valid nexthop if multiple NLRIs exist Signed-off-by: Donatas Abraitis <donatas@ope... 229466e
  • bgpd: Validate both nexthop information (NEXTHOP and NLRI) If we receive an IPv6 prefix e.g.: 2001:db8:100::/64 with... a0d2734
  • Merge pull request #16937 from opensourcerouting/embedded-rp pim6d: support embedded-rp f018a92
  • Merge pull request #17435 from opensourcerouting/fix/bgp_allow_0.0.0.0_if_multiple_nlris_exist bgpd: Validate both n... 7c46eb6
  • Merge pull request #17427 from opensourcerouting/fix/more_details_for_ebgp_no_policy bgpd: Add more details to ebgp ... 66b0a33
  • Merge pull request #17193 from opensourcerouting/frr-name-use accords: guidelines/terms for FRRouting trademarks 2f83660

View on GitHub

Load more