Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
louberger pushed 2 commits to master LabNConsulting/frr
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
louberger pushed 2 commits to master LabNConsulting/frr
louberger pushed 2 commits to stable/9.1 LabNConsulting/frr
louberger pushed 2 commits to stable/9.0 LabNConsulting/frr
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
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
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
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
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
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
louberger pushed 2 commits to master LabNConsulting/frr
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
louberger pushed 2 commits to master LabNConsulting/frr
louberger pushed 2 commits to master LabNConsulting/frr
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
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
louberger pushed 2 commits to stable/10.1 LabNConsulting/frr
louberger pushed 2 commits to stable/9.1 LabNConsulting/frr
louberger pushed 2 commits to stable/10.1 LabNConsulting/frr
louberger pushed 2 commits to stable/10.0 LabNConsulting/frr
louberger pushed 2 commits to master LabNConsulting/frr
louberger pushed 2 commits to master LabNConsulting/frr
louberger pushed 2 commits to master LabNConsulting/frr
louberger pushed 2 commits to master LabNConsulting/frr
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
louberger pushed 2 commits to stable/10.1 LabNConsulting/frr
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