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 master LabNConsulting/frr
  • tests: Add a topology that supports a large number of ecmp Add a basic topology that allows the testing of BGP and z... bee1bcf
  • Merge pull request #17244 from donaldsharp/high_ecmp_test tests: Add a topology that supports a large number of ecmp 846af51

View on GitHub

louberger pushed 4 commits to master LabNConsulting/frr
  • ospf6d: remove redundant null ptr check Fix defect flagged by Coverity: *** CID 1599962: Null pointer dereferences... 24d8d95
  • ospf6d: remove redundant null ptr check Fix defect flagged by Coverity: *** CID 1599957: Null pointer dereferences... 8c5a0bb
  • Merge pull request #17364 from acooks-at-bda/fix-redundant-null-ptr-check-CID-1599957 ospf6d: remove redundant null ... 23c4341
  • Merge pull request #17363 from acooks-at-bda/fix-redundant-null-ptr-check-CID-1599962 ospf6d: remove redundant null ... 1df6c57

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • ospfd: Fix assert in LSA refresh interval setting Under certain timing conditions, the current logic asserts in ospf... 64c67c1
  • Merge pull request #17346 from LabNConsulting/aceelindem/fix_ospf_refresh_interval_assert ospfd: Fix assert in LSA r... 905fc5c

View on GitHub

louberger pushed 2 commits to stable/9.1 LabNConsulting/frr
  • bgpd: Treat numbered community-list only if it's in a range 1-500 Before this patch, if we set something like: ``` ... 6e58833
  • Merge pull request #17350 from FRRouting/mergify/bp/stable/9.1/pr-17305 bgpd: Treat numbered community-list only if ... dd3e867

View on GitHub

louberger pushed 2 commits to stable/9.0 LabNConsulting/frr
  • bgpd: Treat numbered community-list only if it's in a range 1-500 Before this patch, if we set something like: ``` ... 316665e
  • Merge pull request #17351 from FRRouting/mergify/bp/stable/9.0/pr-17305 bgpd: Treat numbered community-list only if ... 77fa604

View on GitHub

louberger pushed 5 commits to stable/10.1 LabNConsulting/frr
  • bgpd: Treat numbered community-list only if it's in a range 1-500 Before this patch, if we set something like: ``` ... e8cf0e5
  • ospfd: Add a hidden command for old `no router-id` A new command is `ospf router-id ...`, but the old one is also va... e283627
  • ospfd: Use router_id what Zebra has if we remove a static router_id If we set router-id, e.g. `router-id x.x.x.x`, t... d12ea7d
  • Merge pull request #17353 from FRRouting/mergify/bp/stable/10.1/pr-17319 ospfd: Use router_id what Zebra has if we r... 7f464c7
  • Merge pull request #17348 from FRRouting/mergify/bp/stable/10.1/pr-17305 bgpd: Treat numbered community-list only if... 6b98c2a

View on GitHub

louberger pushed 5 commits to stable/10.0 LabNConsulting/frr
  • bgpd: Treat numbered community-list only if it's in a range 1-500 Before this patch, if we set something like: ``` ... 791cd36
  • ospfd: Add a hidden command for old `no router-id` A new command is `ospf router-id ...`, but the old one is also va... 45a9295
  • ospfd: Use router_id what Zebra has if we remove a static router_id If we set router-id, e.g. `router-id x.x.x.x`, t... a5fe2ec
  • Merge pull request #17354 from FRRouting/mergify/bp/stable/10.0/pr-17319 ospfd: Use router_id what Zebra has if we r... 08c1bb1
  • Merge pull request #17349 from FRRouting/mergify/bp/stable/10.0/pr-17305 bgpd: Treat numbered community-list only if... 035b33f

View on GitHub

louberger pushed 3 commits to master LabNConsulting/frr
  • zebra: fix missing kernel routes The `rib_update_handle_kernel_route_down_possibility()` didn't consider the kernel ... 44a82da
  • test: add test case for kernel blackhole routes The test verifies that a kernel blackhole route is not affected by i... 0073a87
  • Merge pull request #17326 from anlancs/fix/zebra-no-ifp-down zebra: fix missing kernel routes fe20f83

View on GitHub

louberger pushed 11 commits to master LabNConsulting/frr
  • nhrpd: Add topotest for retrying resolution request Modified nhrp_topo topotest to test for newly added resolution r... d599aa1
  • nhrpd: Modify NHRP authentication feature logging Modified nhrp_connection_authorized(). Initially, when writing deb... 5718ee3
  • bgpd: Treat numbered community-list only if it's in a range 1-500 Before this patch, if we set something like: ``` ... 4c1ee29
  • ospfd: Add a hidden command for old `no router-id` A new command is `ospf router-id ...`, but the old one is also va... 80bfe67
  • ospfd: Use router_id what Zebra has if we remove a static router_id If we set router-id, e.g. `router-id x.x.x.x`, t... 1073e0f
  • zebra: Don't display the vrf if not using namespace based vrfs Currently when doing a `show ip route table XXXX`, ze... f51d2a6
  • zebra: Remove large indentation level in do_show_route_helper CI is complaining about the large level of indentation... e88cbd6
  • Merge pull request #17115 from LabNConsulting/jmuthii/nhrpd-retry-resolution-topotest nhrpd: fix passphrase handling... ab2117d
  • Merge pull request #16750 from donaldsharp/table_display_is_not_vrf_based_in_some_cases zebra: Don't display the vrf... f68d5b3
  • Merge pull request #17305 from opensourcerouting/fix/bgp_community_list_numbered bgpd: Treat numbered community-list... 318e983
  • Merge pull request #17319 from opensourcerouting/fix/no_ospf_router-id ospfd: Use router_id what Zebra has if we rem... 408decf

View on GitHub

aceelindem created a branch on LabNConsulting/frr

aceelindem/fix_ospf_refresh_interval_assert - FRRouting Protocol Suite

louberger pushed 20 commits to master LabNConsulting/frr
  • tests: Remove unnecessary fields from expected JSON Signed-off-by: Nathan Bahr <[email protected]> 5b3c3b1
  • doc: Fix misspelling locator prefix command Signed-off-by: Carmine Scarpitta <[email protected]> 52b5e66
  • doc: Fix misspelling behavior usid command Signed-off-by: Carmine Scarpitta <[email protected]> f948d8a
  • doc: Fix misspelling locator format command Signed-off-by: Carmine Scarpitta <[email protected]> 7a58e5e
  • doc: Fix misspelling SRv6 formats command Signed-off-by: Carmine Scarpitta <[email protected]> 6705703
  • zebra: Fix wrong debug macro in `alloc_srv6_sid_func_explicit` `ZEBRA_DEBUG_SRV6` is not the correct macro to evalua... 973c475
  • zebra: Fix wrong debug macro in `alloc_srv6_sid_func_dynamic` `ZEBRA_DEBUG_SRV6` is not the correct macro to evaluat... 4710baa
  • zebra: Fix wrong debug macro in `release_srv6_sid_func_explicit` `ZEBRA_DEBUG_SRV6` is not the correct macro to eval... 8e96fce
  • zebra: Fix wrong debug macro in `release_srv6_sid_func_dynamic` `ZEBRA_DEBUG_SRV6` is not the correct macro to evalu... a56e790
  • zebra: Fix wrong debug macro in `alloc_srv6_sid_func_explicit` `ZEBRA_DEBUG_SRV6` is not the correct macro to evalua... 58fd136
  • zebra: Fix wrong debug macro in `alloc_srv6_sid_func_dynamic` `ZEBRA_DEBUG_SRV6` is not the correct macro to evaluat... d1810d5
  • zebra: Fix wrong debug macro in `release_srv6_sid_func_explicit` `ZEBRA_DEBUG_SRV6` is not the correct macro to eval... 69b1acf
  • zebra: Fix wrong debug macro in `release_srv6_sid_func_dynamic` `ZEBRA_DEBUG_SRV6` is not the correct macro to evalu... afd9d3f
  • bgpd: Use `IPV6_MAX_BITLEN` when deleting SRv6 functions Signed-off-by: Carmine Scarpitta <[email protected]> d3a9fe9
  • bgpd: Use `IPV6_MAX_BITLEN` when deleting SRv6 VPN4 SIDs Signed-off-by: Carmine Scarpitta <[email protected]> 688aaa4
  • bgpd: Use `IPV6_MAX_BITLEN` when deleting SRv6 VPN6 SIDs Signed-off-by: Carmine Scarpitta <[email protected]> 2972902
  • Merge pull request #17335 from cscarpitta/fix/bgp-use-ipv6-max-bitlen bgpd: Replace 128 with `IPV6_MAX_BITLEN` e2256e3
  • Merge pull request #17334 from cscarpitta/fix/fix-wrong-srv6-debug-macros zebra: Fix incorrect debug macros 747d116
  • Merge pull request #17333 from cscarpitta/fix/fix-srv6-docs-misspelling doc: Fix a couple of misspellings in zebra d... 03012e4
  • Merge pull request #17332 from nabahr/fix-import-test tests: Remove unnecessary fields from expected JSON 4c525a4

View on GitHub

louberger pushed 7 commits to master LabNConsulting/frr
  • lib: Replace usage of in6addr_cmp with memcmp memcmp will return and act exactly the same as in6addr_cmp but it does... 7ebda38
  • lib, tests: Remove in6addr_cmp function from the system This function should just be memcmp. Signed-off-by: Donald ... 1cb6b71
  • lib: In sockunion.c convert v6 memcmp's to IPV6_ADDR_CMP Signed-off-by: Donald Sharp <[email protected]> ff9781e
  • bgpd: Remove call into event_master_free_unused This call was originally put into place to help reduce memory proble... 2b1e5ce
  • lib: Remove counter and a function The `alloc` counter was tracking the current active number of events in the syste... cd80fa0
  • Merge pull request #17280 from donaldsharp/remove_event_master_free_unused Remove event master free unused 4411ee9
  • Merge pull request #17312 from donaldsharp/remove_in6addr_cmp Remove in6addr cmp a69f661

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • ospfd: Fix opaque LSA refresh interval and modify LSA cmds. The configured OSPF refresh interval was not being used ... c735f25
  • Merge pull request #17194 from LabNConsulting/aceelindem/ospf-ls-refresh-interval-fix ospfd: Fix opaque LSA refresh ... 77632a7

View on GitHub

louberger pushed 5 commits to master LabNConsulting/frr
  • bgpd: workaround clang-sa for set but not used value Our switch statements with a default value confuse clang-sa 19.... 07e9004
  • zebra: Deconfuse clang-sa about possible NULL pointer Signed-off-by: Donald Sharp <[email protected]> 5f6200d
  • tests: Do not set by default netlink receive buffer size for Zebra If we want to override this value - we can't beca... 6dc03df
  • Merge pull request #17328 from opensourcerouting/fix/allow_setting_netlink_buffer_size_for_zebra tests: Do not set b... eded1e9
  • Merge pull request #17230 from donaldsharp/clang_19_some_more Clang 19 some more 248ee22

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • lib: Remove wheel name it is no longer used With commit: 60a3efec2458d9a1531f8204d0e4a91729d3fc00 The ability for t... 97c17c1
  • Merge pull request #17329 from donaldsharp/wheel_name_is_useless lib: Remove wheel name it is no longer used 23c92ed

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • Revert "ospfd: update ospf_asbr_status when using no_area_nssa command" This reverts commit 71aa5ab7f6f166065e3b869e... dbc4ba9
  • Merge pull request #17330 from donaldsharp/revert_ospf_asbr_status_change Revert "ospfd: update ospf_asbr_status whe... dfcb75a

View on GitHub

louberger pushed 8 commits to master LabNConsulting/frr
  • bgpd: allowas_in and aspath_loop_count only used in one if statement In bgp_update(), the two variables allowas_in a... 852e6c3
  • bgpd: Only set bgp_labels in bgp_update if we have num_labels In the interest of speeding up code, there is no point... d9fd490
  • bgpd: In bgp_update try to optimize is_loop_check variable The variable is_loop_check is being set and then later we... fb78a9b
  • bgpd: In bgp_update() for mac addrs ensure we are dealing with evpn The code is just arbitrarily checking to see if ... e3519b3
  • bgpd: Refactor bgp_update some for nexthop reachability The nexthop reachability code was cut-n-pasted 2 times with ... c6400ca
  • bgpd: Convert rcvd_attr_printed to a bool No need for a integer to store this, use a bool Signed-off-by: Donald Sha... 5592aec
  • bgpd: Move RFC 8212 check for inbound before filter in bgp_update Currently the code to check to see if any input fi... d14dbdb
  • Merge pull request #17327 from donaldsharp/bgp_update_optimizations Bgp update optimizations 66ed5c1

View on GitHub

louberger pushed 4 commits to master LabNConsulting/frr
  • zebra: Add ability to import alternate tables into the MRIB Expanded the cli command to include an mrib flag for imp... be2a7ed
  • doc: Document zebra table import command with additional mrib flag Signed-off-by: Nathan Bahr <[email protected]> 1c50a55
  • tests: Add zebra rib import-table tests Signed-off-by: Nathan Bahr <[email protected]> 180e1a0
  • Merge pull request #17281 from nabahr/mrib-import Add support to import alternate URIB tables into the main MRIB 66feece

View on GitHub

louberger pushed 2 commits to stable/10.1 LabNConsulting/frr
  • zebra: Add missing new line for help string ``` -A, --asic-offload FRR is interacting with an asic undernea... 1907f21
  • Merge pull request #17322 from FRRouting/mergify/bp/stable/10.1/pr-17318 zebra: Add missing new line for help string... 73765ed

View on GitHub

louberger pushed 2 commits to stable/9.1 LabNConsulting/frr
  • zebra: Add missing new line for help string ``` -A, --asic-offload FRR is interacting with an asic undernea... 61484bb
  • Merge pull request #17324 from FRRouting/mergify/bp/stable/9.1/pr-17318 zebra: Add missing new line for help string ... 628eaf6

View on GitHub

louberger pushed 2 commits to stable/10.1 LabNConsulting/frr
  • isisd: fix change flex-algorithm number from uint32 to uint8 The algorithm number is encoded on 8 bits and does not ... e61379f
  • Merge pull request #17301 from FRRouting/mergify/bp/stable/10.1/pr-17250 isisd: fix change flex-algorithm number fro... 06ced04

View on GitHub

louberger pushed 2 commits to stable/10.0 LabNConsulting/frr
  • isisd: fix change flex-algorithm number from uint32 to uint8 The algorithm number is encoded on 8 bits and does not ... 6b1cf33
  • Merge pull request #17302 from FRRouting/mergify/bp/stable/10.0/pr-17250 isisd: fix change flex-algorithm number fro... c138594

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • tests: Add an ability to specify daemon params with unified config Signed-off-by: Donatas Abraitis <donatas@opensour... 8794667
  • Merge pull request #17317 from opensourcerouting/feature/allow_setting_custom_params_for_daemons_unified_config test... 35dbbac

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • zebra: Add missing new line for help string ``` -A, --asic-offload FRR is interacting with an asic undernea... 25ae643
  • Merge pull request #17318 from opensourcerouting/fix/add_missing_new_line_for_zebra_help zebra: Add missing new line... 87941fa

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • tests: respect RLIMIT_CORE hard limit In the case that the RLIMIT_CORE hard limit cannot be raised on a system, do n... b4dc01b
  • Merge pull request #17296 from LabNConsulting/liambrady/core-rlimit-respect-hard-limit tests: respect RLIMIT_CORE ha... 5f11235

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • doc: Use RST, not Markdown format for links Fixes: d155d62785 ("doc: Require unified config for all new topotests") ... 9397a51
  • Merge pull request #17311 from opensourcerouting/fix/syntax_topotests doc: Use RST, not Markdown format for links e2f3cfa

View on GitHub

louberger pushed 4 commits to master LabNConsulting/frr
  • bgpd: Optimize the usage of jhash There are a bunch of jhash_1word uses. Let's convert to jhash_3word and get rid o... a7f2236
  • bgpd: Further extend `show bgp attribute-info` Fill out a bit more data about what is being held. Signed-off-by: Do... e2090bf
  • bgpd: add some counters not displayed yet Add some counters to keep track how often stuff is done. This is mainly fo... 1115fee
  • Merge pull request #15563 from donaldsharp/bgp_musings Bgp musings 56d994a

View on GitHub

LabNConsulting added mjstapp to LabNConsulting/frr
louberger pushed 2 commits to stable/10.1 LabNConsulting/frr
  • isisd: Fix memory leaks when the transition of neighbor state from non-UP to DOWN When receiving a hello packet, if ... f145648
  • Merge pull request #17298 from FRRouting/mergify/bp/stable/10.1/pr-15716 isisd: Fix memory leaks when the transition... ecaada1

View on GitHub

liambrady pushed 1 commit to liambrady/core-rlimit-respect-hard-limit LabNConsulting/frr
  • tests: respect RLIMIT_CORE hard limit In the case that the RLIMIT_CORE hard limit cannot be raised on a system, do n... b4dc01b

View on GitHub

Load more