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
  • bgpd : backpressure - Fix to pop items off zebra_announce FIFO for few EVPN triggers In cases such as 'no advertise-... 898852f
  • Merge pull request #17432 from raja-rajasekar/rajasekarr/evpn_pop_items_bp bgpd : backpressure - Fix to pop items of... c050972

View on GitHub

aceelindem created a branch on LabNConsulting/frr

aceelindem/ospf-multi-instance-default - FRRouting Protocol Suite

louberger created a tag on LabNConsulting/frr

frr-10.2 - FRRouting Protocol Suite

louberger pushed 2 commits to stable/10.2 LabNConsulting/frr
  • debian, redhat: updating changelog for 10.2 release Signed-off-by: Jafar Al-Gharaibeh <[email protected]> 2badb56
  • FRR Release 10.2 New Features Highlight: - PIM candidate BSR/RP [#16438] - Static IGMP join without an IGMP report ... 22746b8

View on GitHub

louberger pushed 3 commits to master LabNConsulting/frr
  • Revert "bgpd: Fix color extended community parsing" This reverts commit 8e771bda840e189eed2851f63ad80cb1a235f40f. 2b3d414
  • bgpd: Use tmp_as when parsing color extended community as is not initialized and it's assigned only later. CID: 160... f765bc4
  • Merge pull request #17434 from opensourcerouting/fix/bgp_color_parsing_ecomm bgpd: Fix color extended community parsing e2314c9

View on GitHub

louberger pushed 4 commits to master LabNConsulting/frr

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • bgpd: Depracate no_synchronization_cmd, no_auto_summary_cmd commands Signed-off-by: Donatas Abraitis <donatas@openso... afb6f66
  • Merge pull request #17429 from opensourcerouting/fix/unsupported_commands_bgpd bgpd: Drop unsupported commands 345ab24

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • bgpd: Fix color extended community parsing CID: 1601739 Fixes: 937cf4db1738d768ed7dac8677d16f7585bb75de ("bgpd:supp... 8e771bd
  • Merge pull request #17422 from opensourcerouting/fix/coverity_bgp_color bgpd: Fix color extended community parsing e2d9e19

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • zebra: fix unguarded debug in evpn code Guard a debug in the evpn code. Signed-off-by: Mark Stapp <[email protected]> aee85f7
  • Merge pull request #17426 from mjstapp/fix_z_evpn_debug zebra: fix unguarded debug in evpn code f2f6d1c

View on GitHub

louberger pushed 3 commits to master LabNConsulting/frr
  • bgpd: Show neighbor advertised paths including addpath Without the patch only the best path is displayed. With the ... 98ca49e
  • bgpd: Reduce the nesting level for show_adj_route() Signed-off-by: Donatas Abraitis <[email protected]> 5cf9f6a
  • Merge pull request #17423 from opensourcerouting/fix/show_advertised_routes_plain_with_addpath bgpd: Show neighbor a... ced2658

View on GitHub

louberger pushed 2 commits to stable/9.0 LabNConsulting/frr
  • bgpd: Fix for match source-protocol in route-map for redistribute cmd A redistribute cmd can have a route-map attach... afd3d6c
  • Merge pull request #17419 from FRRouting/mergify/bp/stable/9.0/pr-17402 bgpd: Fix for match source-protocol in route... 904fbc9

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • tests: add support for ospf instances with unified configs Signed-off-by: Jafar Al-Gharaibeh <[email protected]> 92ecd0a
  • Merge pull request #17331 from Jafaral/ospf-instance tests: add support for ospf instances with unified configs 5456bc5

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • debian: Add missing libprotobuf-dev to grpc build profile Signed-off-by: Piotr Jurkiewicz <piotr.jerzy.jurkiewicz@gm... 15e1a13
  • Merge pull request #17205 from piotrjurkiewicz/patch-1 debian: Add missing libprotobuf-dev to grpc profile dfd85da

View on GitHub

louberger pushed 2 commits to stable/9.1 LabNConsulting/frr
  • bgpd: Fix for match source-protocol in route-map for redistribute cmd A redistribute cmd can have a route-map attach... 531a7a2
  • Merge pull request #17418 from FRRouting/mergify/bp/stable/9.1/pr-17402 bgpd: Fix for match source-protocol in route... a421e9f

View on GitHub

louberger pushed 10 commits to master LabNConsulting/frr
  • zebra: make a zif MTYPE internal/static Make an MTYPE used in zifs internal/static Signed-off-by: Mark Stapp <mjs@c... 1f8d813
  • zebra: add new per-NS tree of interfaces Add new per-NS interface typerb tree, using external linkage, to replace th... 5af72e9
  • zebra: use new per-NS interface iteration Replace use of the old if_table with the new per-NS ifp iteration apis. S... 2c5c679
  • isisd: add include file Add an include to an isis header so it's self-contained. Signed-off-by: Mark Stapp <mjs@cis... 971b392
  • zebra: removing use of per-NS if_table Remove use of the per-NS if_table from zebra/interface module. Use new add, l... d349877
  • zebra: use new per-NS iteration in zebra_evpn Use the new per-NS interface iteration apis in the evpn module. Signe... 2b05d34
  • lib,zebra: remove table node from ifp struct Finish removing the table route_node from the ifp struct. Signed-off-b... c116053
  • zebra: use new per-NS ifp iterators in vxlan code Replace use of the old if_table with the new per-NS ifp iterator a... 8353cf5
  • zebra: remove if_table from the zebra NS Finish removing the if_table from the zebra NS struct. Signed-off-by: Mark... b7263c0
  • Merge pull request #17297 from mjstapp/mjs_ifp_table zebra, lib: use internal rbtree for per-NS tree of ifps ac6314d

View on GitHub

louberger pushed 3 commits to stable/9.0 LabNConsulting/frr
  • bgpd: Clear all paths including addpath once GR expires We iterated over all bgp_path_info's, but once we remove the... aefcf49
  • bgpd: Set LLGR stale routes for all the paths including addpath Without this patch we set only the first path for th... eb3ea01
  • Merge pull request #17395 from opensourcerouting/fix/backport_17376_9.0 bgpd: Clear stale routes with multiple paths... 683e4c6

View on GitHub

louberger pushed 6 commits to master LabNConsulting/frr
  • bgpd: Do not use an existing peer pointer for ALL_LIST_ELEMENTS() Use a separate `member` in this case. Signed-off-... 6e92e25
  • bgpd: Do not try to uninstall BFD session if the peer is not established Having something like: ``` neighbor 192.1... 29eafd3
  • tests: Check if BGP BFD session is created correctly with multihop/update-source Signed-off-by: Donatas Abraitis <do... 55dcbd3
  • bgpd: Update source address for BFD session If BFD is down, we should try to detect the source automatically from th... fcabeea
  • tests: Check if BFD session is created with update-source (interface) Signed-off-by: Donatas Abraitis <donatas@opens... 2c08d9f
  • Merge pull request #17410 from opensourcerouting/fix/bgpd_ebgp_multihop_set_unset BGP BFD session things fe56a65

View on GitHub

louberger pushed 3 commits to stable/9.1 LabNConsulting/frr
  • bgpd: remove useless control checks about TCP connection When attempting to get the src and destination addresses of... d9ba5bd
  • bgpd: fix addressing information of non established outgoing sessions When trying to connect to a BGP peer that does... 4c3cc73
  • Merge pull request #17406 from FRRouting/mergify/bp/stable/9.1/pr-15686 BGP TCP non established : get port and ip (b... c36a1c2

View on GitHub

louberger pushed 2 commits to stable/10.2 LabNConsulting/frr
  • bgpd: fix resolvedPrefix in show nexthop json output While populating the nexthop info for "show bgp nexthop json",... ffc5f32
  • Merge pull request #17411 from FRRouting/mergify/bp/stable/10.2/pr-17409 bgpd: fix resolvedPrefix in show nexthop js... b964216

View on GitHub

louberger pushed 4 commits to stable/10.1 LabNConsulting/frr
  • bgpd: Fix for match source-protocol in route-map for redistribute cmd A redistribute cmd can have a route-map attach... f93e5aa
  • bgpd: fix resolvedPrefix in show nexthop json output While populating the nexthop info for "show bgp nexthop json",... 978a3cd
  • Merge pull request #17402 from opensourcerouting/fix/backport_031d4271018e827010abfa8f3ecfe60bbf1de21d_10.1 bgpd: Fi... 5755329
  • Merge pull request #17412 from FRRouting/mergify/bp/stable/10.1/pr-17409 bgpd: fix resolvedPrefix in show nexthop js... 549e39a

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • bgpd: fix resolvedPrefix in show nexthop json output While populating the nexthop info for "show bgp nexthop json",... 95c08e0
  • Merge pull request #17409 from krishna-samy/show_nexthop_json_fix bgpd: fix resolvedPrefix in show nexthop json output 1abe911

View on GitHub

louberger pushed 2 commits to stable/10.2 LabNConsulting/frr
  • bgpd: Fix for match source-protocol in route-map for redistribute cmd A redistribute cmd can have a route-map attach... 031d427
  • Merge pull request #17397 from FRRouting/mergify/bp/stable/10.2/pr-17362 bgpd: Fix for match source-protocol in rout... 026f0dd

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • bgpd: Fix for match source-protocol in route-map for redistribute cmd A redistribute cmd can have a route-map attach... 68358c0
  • Merge pull request #17362 from raja-rajasekar/rajasekarr/src_proto_for_redist_cmd bgpd: Fix for match source-protoco... 1dcb4bb

View on GitHub

louberger created a branch on LabNConsulting/frr

stable/10.2 - FRRouting Protocol Suite

louberger pushed 3 commits to stable/9.1 LabNConsulting/frr
  • bgpd: Clear all paths including addpath once GR expires We iterated over all bgp_path_info's, but once we remove the... 3dfcbf6
  • bgpd: Set LLGR stale routes for all the paths including addpath Without this patch we set only the first path for th... 875337f
  • Merge pull request #17394 from opensourcerouting/fix/backport_17376_9.1 bgpd: Clear stale routes with multiple paths... a127099

View on GitHub

louberger pushed 3 commits to stable/10.1 LabNConsulting/frr
  • bgpd: Clear all paths including addpath once GR expires We iterated over all bgp_path_info's, but once we remove the... 6225c5d
  • bgpd: Set LLGR stale routes for all the paths including addpath Without this patch we set only the first path for th... a603771
  • Merge pull request #17392 from opensourcerouting/fix/backport_17376_10.1 bgpd: Clear stale routes with multiple path... 7f28c47

View on GitHub

louberger pushed 3 commits to stable/10.0 LabNConsulting/frr
  • bgpd: Clear all paths including addpath once GR expires We iterated over all bgp_path_info's, but once we remove the... 099795e
  • bgpd: Set LLGR stale routes for all the paths including addpath Without this patch we set only the first path for th... 8969583
  • Merge pull request #17393 from opensourcerouting/fix/backport_17376_10.0 bgpd: Clear stale routes with multiple path... 3012915

View on GitHub

louberger pushed 2 commits to master LabNConsulting/frr
  • bgpd:support tcp-mss for neighbor group Signed-off-by: hanyu.zly <[email protected]> 9fa56a0
  • Merge pull request #17341 from zice312963205/zly_tcpmss bgpd:support tcp-mss for neighbor group a85dce2

View on GitHub

louberger pushed 4 commits to master LabNConsulting/frr
  • bgpd:support of color extended community color-only types Add support of color extended community color-only types, ... 937cf4d
  • tests:support of color extended community color-only types Signed-off-by: guozhongfeng.gzf <guozhongfeng.gzf@alibaba... 5a28b62
  • doc:the doc of extcomumnity color Signed-off-by: guozhongfeng.gzf <[email protected]> 812dcc4
  • Merge pull request #17231 from guoguojia2021/guozhongfeng_alibaba bgpd:support of color extended community color-onl... af9a2cb

View on GitHub

louberger pushed 5 commits to master LabNConsulting/frr
  • bgpd: Clear all paths including addpath once GR expires We iterated over all bgp_path_info's, but once we remove the... 7de464b
  • bgpd: Set LLGR stale routes for all the paths including addpath Without this patch we set only the first path for th... 895d586
  • tests: Check if routes with addpath are cleared if they are stale Signed-off-by: Donatas Abraitis <donatas@opensourc... 444bdc4
  • tests: Check if stale routes with addpath are marked with LLGR community Signed-off-by: Donatas Abraitis <donatas@op... 2e5e3b4
  • Merge pull request #17376 from opensourcerouting/fix/stale_routes_with_addpath bgpd: Clear stale routes with multipl... 36abc43

View on GitHub

Load more