Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
louberger pushed 16 commits to master LabNConsulting/frr
- *: clang-SA friendly switch-enum-return-string clang-19's SA complains about unused initializers for this kind of "s... 49cf311
- *: clang-SA switch-enum initializer workarounds In these cases the value assigned by the switch block is used direct... c071b43
- lib: make clang-SA not choke on defun_lex.l The flex-generated code is disabled for clang-SA builds already, but tha... 40d4a47
- lib: guard close() in netns code clang-SA complains that ns->fd could be invalid. Add a guard. Signed-off-by: Davi... a67df2a
- lib: fix invalid use of errno in PTM errno is only valid if there was an actual error. A zero return value isn't an... 17f512c
- pimd: initialize prefix value in Auto-RP clang-SA complains that it's only partially initialized (because it's used ... 3ce0fe0
- pimd: mark rest-of-packet ignored in C-RP parse The `buf` pointer is being updated as the parse goes along. It's no... 6476f9d
- pimd: MLD packets always have an interface If a packet doesn't have an interface, we're gonna crash 2 lines below. A... 4a3843e
- ldpd: free previous config if it wasn't applied If a create-config command is received, but the config is never appl... 74b9f0a
- vtysh: remove duplicate nonblocking handling non-blocking retries are already handled in `vtysh_client_receive()`. A... 42d4688
- vtysh: make clang-SA happy about reusing stdin While the logic here is perfectly fine, clang-SA doesn't understand t... e8006bc
- zebra: don't try to read past EOF `FILE *` objects are theoretically in an invalid state if you try to use them past... 1350f8d
- zebra: don't misappropriate `errno` `errno` has its own semantics. Sometimes it is correct to write to it. This is ... 67b0a45
- zebra: check `dirfd()` result `dirfd()` can theoretically return an error. Call it once and check the result. clan... e6cb1a9
- bgpd: hide read() call from clang-SA Sigh. clang-SA doesn't want you to call read() while holding a mutex. Signed-o... b5f196c
- Merge pull request #17136 from opensourcerouting/clang-sa-19 *: fix clang-19 SA 466efab
louberger pushed 2 commits to stable/10.0 LabNConsulting/frr
louberger pushed 3 commits to master LabNConsulting/frr
- ospfd: fix no_area_range_cost_NUM command, NUM can be omitted Signed-off-by: Shbinging <[email protected]> 972308b
- ospfd: fix no area shortcut MODE command, MODE can be default Signed-off-by: Shbinging <[email protected]> 774788d
- Merge pull request #17065 from Shbinging/fix_some_ospf_commands ospfd: fix some ospf commands 5fecb1f
louberger pushed 3 commits to master LabNConsulting/frr
- lib, test: fix display ipv4 mapped ipv6 addresses Display ipv4 mapped ipv6 addresses in the format ::ffff:A.B.C.D. ... 84ab021
- tests: update fuzz after ipv4 mapped ipv6 print change Update IS-IS fuzz test to match corrected output after change... 3c430cd
- Merge pull request #16452 from louis-6wind/fix-ipv4-mapped-ipv6-display lib, test: fix display ipv4 mapped ipv6 addr... 75e34c0
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 master LabNConsulting/frr
louberger pushed 7 commits to master LabNConsulting/frr
- bgpd: Add back pointer to source (from) peer in bgp_path_info struct This is handy when you need to do source matchi... 419e024
- bgpd: Implement `match src-peer ...` command To match source peer on the outgoing direction. Signed-off-by: Donatas... 5d3da70
- doc: Add `match src-peer ...` command Signed-off-by: Donatas Abraitis <[email protected]> b969f4e
- tests: Test if `match src-peer ...` works Signed-off-by: Donatas Abraitis <[email protected]> 791e342
- bgpd: Fallback to destination peer when using `match src-peer ...` If using at incoming direction, e.g.: route-map ... f153998
- tests: Check if `match src-peer ...` can be used for incoming route-map Signed-off-by: Donatas Abraitis <donatas@ope... 6e4bee2
- Merge pull request #16946 from opensourcerouting/fix/match_src-peer bgpd: Implement match src-peer ... command 80dc863
aceelindem pushed 71 commits to aceelindem/ospf-ls-refresh-interval-fix LabNConsulting/frr
- zebra: vlan to dplane, Relocating some functions Relocating functions used by vlan in if_netlink into zebra vxlan N... 1632988
- zebra: vlan to dplane Offload from main Trigger: Zebra core seen when we convert l2vni to l3vni and back BackTrace:... aa47866
- bgpd: Drop deprecated `bgp network import-check exact` command Signed-off-by: Donatas Abraitis <donatas@opensourcero... 5913d49
- lib: Apply and generate route-map commands earlier before any other protocol If e.g. BGP neighbor is using a route-m... 310ca4f
- tests: rework bgp_route_server_client Rework bgp_route_server_client in a more standard form in order to facilitate ... dd13584
- tests: unset r3 enforce-first-as bgp_route_server_client Unset enforce-first-as on r3 of bgp_route_server_client to ... da7b2d9
- bgpd: split nexthop-local unchanged peer subgroup 5bb99ccad2 ("bgpd: reset ipv6 invalid link-local nexthop") now res... 91512c3
- tests: test nexthop-local unchanged with route-server Test nexthop-local unchanged with route-server. Signed-off-by... 5f035ed
- tests: test nexthop-local unchanged with reflector Test nexthop-local unchanged with route-reflector. Signed-off-by... 1005c14
- topotests: check export labels to pre-policy bmp Check export labels to pre-policy bmp Signed-off-by: Louis Scalber... 3318951
- bgpd: bmp loc-rib peer up/down for vrfs added bmp bgp peer for vrfs added peer up vrf in bmp peer up state added vrf... 035304c
- topotests: log bmp peer up message type in collector Log "peer up" message type in BMP collector logs. Signed-off-b... 1de5015
- topotests: add peer down log in bmp collector Add peer down log in bmp collector Signed-off-by: Louis Scalbert <lou... d8bfd04
- topotests: check for bmp peer up/down messages Check for bmp peer up / down messages Signed-off-by: Louis Scalbert... 0430d6f
- topotest: add bgp_bmp_vrf topotest Add test to check BMP in VRF. Note that the following configuration works with i... 7bccb8d
- zebra: Only notify dplane work pthread when needed The fpm_nl_process function was getting the count of the total nu... 963792e
- zebra: Slow down fpm_process_queue When the fpm_process_queue has run out of space but has written to the fpm output... 8aa97a4
- fpm: Allow max fpm message size to float based on ecmp Currently the max message size is 4k. With a 256 way ecmp FR... cf2624a
- Merge pull request #17071 from louis-6wind/fix-ipv6-ll-nexthop-unchanged bgpd: split nexthop-local unchanged peer su... 129c652
- zebra: add back one field for debug The `flags` field is removed recently, so add back it for debug. Signed-off-by:... 05e2472
- and 51 more ...
aceelindem pushed 71 commits to aceelindem/ospf-ls-refresh-interval-fix LabNConsulting/frr
- zebra: vlan to dplane, Relocating some functions Relocating functions used by vlan in if_netlink into zebra vxlan N... 1632988
- zebra: vlan to dplane Offload from main Trigger: Zebra core seen when we convert l2vni to l3vni and back BackTrace:... aa47866
- bgpd: Drop deprecated `bgp network import-check exact` command Signed-off-by: Donatas Abraitis <donatas@opensourcero... 5913d49
- lib: Apply and generate route-map commands earlier before any other protocol If e.g. BGP neighbor is using a route-m... 310ca4f
- tests: rework bgp_route_server_client Rework bgp_route_server_client in a more standard form in order to facilitate ... dd13584
- tests: unset r3 enforce-first-as bgp_route_server_client Unset enforce-first-as on r3 of bgp_route_server_client to ... da7b2d9
- bgpd: split nexthop-local unchanged peer subgroup 5bb99ccad2 ("bgpd: reset ipv6 invalid link-local nexthop") now res... 91512c3
- tests: test nexthop-local unchanged with route-server Test nexthop-local unchanged with route-server. Signed-off-by... 5f035ed
- tests: test nexthop-local unchanged with reflector Test nexthop-local unchanged with route-reflector. Signed-off-by... 1005c14
- topotests: check export labels to pre-policy bmp Check export labels to pre-policy bmp Signed-off-by: Louis Scalber... 3318951
- bgpd: bmp loc-rib peer up/down for vrfs added bmp bgp peer for vrfs added peer up vrf in bmp peer up state added vrf... 035304c
- topotests: log bmp peer up message type in collector Log "peer up" message type in BMP collector logs. Signed-off-b... 1de5015
- topotests: add peer down log in bmp collector Add peer down log in bmp collector Signed-off-by: Louis Scalbert <lou... d8bfd04
- topotests: check for bmp peer up/down messages Check for bmp peer up / down messages Signed-off-by: Louis Scalbert... 0430d6f
- topotest: add bgp_bmp_vrf topotest Add test to check BMP in VRF. Note that the following configuration works with i... 7bccb8d
- zebra: Only notify dplane work pthread when needed The fpm_nl_process function was getting the count of the total nu... 963792e
- zebra: Slow down fpm_process_queue When the fpm_process_queue has run out of space but has written to the fpm output... 8aa97a4
- fpm: Allow max fpm message size to float based on ecmp Currently the max message size is 4k. With a 256 way ecmp FR... cf2624a
- Merge pull request #17071 from louis-6wind/fix-ipv6-ll-nexthop-unchanged bgpd: split nexthop-local unchanged peer su... 129c652
- zebra: add back one field for debug The `flags` field is removed recently, so add back it for debug. Signed-off-by:... 05e2472
- and 51 more ...
louberger pushed 2 commits to master LabNConsulting/frr
- vtysh: fix SA warning, no need to call getenv() twice Signed-off-by: Jafar Al-Gharaibeh <[email protected]> 38661a6
- Merge pull request #17114 from Jafaral/getenv vtysh: fix SA warning, no need to call getenv() twice 40dce0b
louberger pushed 4 commits to master LabNConsulting/frr
- zebra: unlock node only after operation in zebra_free_rnh() Move route_unlock_node() after rnh_list_del(). Signed-o... 5b6ff51
- ospfd: Fixup ospf_lsa.[ch] to properly spell out parameters for functions Our standard says when in a .h file and de... 573d807
- Merge pull request #17126 from donaldsharp/ospf_lsa_declarations ospfd: Fixup ospf_lsa.[ch] to properly spell out pa... e17bc28
- Merge pull request #17116 from enkechen-panw/zfix-2 zebra: unlock node only after operation in zebra_free_rnh() c32bdc2
louberger pushed 2 commits to master LabNConsulting/frr
aceelindem pushed 1 commit to aceelindem/ospf-ls-refresh-interval-fix LabNConsulting/frr
- ospfd: Fix opaque LSA refresh interval and modify LSA cmds. The configured OSPF refresh interval was not being used ... a72c898
louberger pushed 9 commits to master LabNConsulting/frr
- bgpd: Set MED using a helper bgp_attr_set_med() Signed-off-by: Donatas Abraitis <[email protected]> 5a05dbe
- bgpd: Implement `set metric igp` command Set metric automatically from the path info (IGP protocol). Signed-off-by:... f677fc8
- tests: Check if MED can be derived from `set metric igp|aigp` Signed-off-by: Donatas Abraitis <donatas@opensourcerou... 8d39cfd
- bgpd: Implement `set metric aigp` command Same as `set metric igp`, but in this case accumulated IGP metric is being... e94f484
- tests: Check if `set metric aigp` works Signed-off-by: Donatas Abraitis <[email protected]> 3105cea
- doc: Add `set metric aigp` command Signed-off-by: Donatas Abraitis <[email protected]> 7cdece8
- bgpd: Re-announce the routes if the underlay IGP metric changes If the underlay IGP metric changes, we SHOULD re-ann... b924f03
- tests: Check if underlay IGP metric is reflected into BGP after cost changes Signed-off-by: Donatas Abraitis <donata... a593f15
- Merge pull request #17038 from opensourcerouting/feature/bgp_set_metric_internal bgpd: Derive and set MED from IGP o... de02471
aceelindem pushed 1 commit to aceelindem/ospf-ls-refresh-interval-fix LabNConsulting/frr
- ospfd: Fix opaque LSA refresh interval and modify LSA cmds. The configured OSPF refresh interval was not being used ... 4ab487f
louberger pushed 3 commits to stable/9.1 LabNConsulting/frr
- bgpd: fix route selection with AIGP The nexthop metric should be added to AIGP when calculating the bestpath in bgp_... 839a1c6
- tests: fix and adjust topotest/bgp_aigp Fix and adjust the topotest post the fix for route selection with AIGP. Whe... 4f4ea18
- Merge pull request #17111 from FRRouting/mergify/bp/stable/9.1/pr-17093 bgpd: fix route selection with AIGP (backpor... df1c248
louberger pushed 3 commits to stable/9.0 LabNConsulting/frr
- bgpd: fix route selection with AIGP The nexthop metric should be added to AIGP when calculating the bestpath in bgp_... 35a1c94
- tests: fix and adjust topotest/bgp_aigp Fix and adjust the topotest post the fix for route selection with AIGP. Whe... 55fdfe6
- Merge pull request #17112 from FRRouting/mergify/bp/stable/9.0/pr-17093 bgpd: fix route selection with AIGP (backpor... 6cae4dc
louberger pushed 3 commits to stable/10.0 LabNConsulting/frr
- bgpd: fix route selection with AIGP The nexthop metric should be added to AIGP when calculating the bestpath in bgp_... fc90ace
- tests: fix and adjust topotest/bgp_aigp Fix and adjust the topotest post the fix for route selection with AIGP. Whe... 8f03a3c
- Merge pull request #17110 from FRRouting/mergify/bp/stable/10.0/pr-17093 bgpd: fix route selection with AIGP (backpo... c6149b5
louberger pushed 2 commits to master LabNConsulting/frr
louberger pushed 2 commits to master LabNConsulting/frr
louberger pushed 3 commits to stable/10.1 LabNConsulting/frr
- bgpd: fix route selection with AIGP The nexthop metric should be added to AIGP when calculating the bestpath in bgp_... 3394680
- tests: fix and adjust topotest/bgp_aigp Fix and adjust the topotest post the fix for route selection with AIGP. Whe... 4fc971a
- Merge pull request #17109 from FRRouting/mergify/bp/stable/10.1/pr-17093 bgpd: fix route selection with AIGP (backpo... 4d229b0
louberger pushed 3 commits to master LabNConsulting/frr
- bgpd: rename reflect in subgroup_announce_check In subgroup_announce_check(), the variable reflect is misleading, as... 4ae65cc
- bgpd, tests: don't send local nexthop from rr client AS 65000 | AS 65001 | RR | | | R1 ---... c4a8263
- Merge pull request #17073 from louis-6wind/fix-ipv6-ll-nexthop-reflector bgpd, tests: don't send local nexthop from ... 5b57569
aceelindem pushed 1 commit to aceelindem/ospf-ls-refresh-interval-fix LabNConsulting/frr
- ospfd: Fix opaque LSA refresh interval and modify LSA cmds. The configured OSPF refresh interval was not being used ... 261abd1
aceelindem pushed 1 commit to aceelindem/ospf-ls-refresh-interval-fix LabNConsulting/frr
- ospfd: Fix opaque LSA refresh interval and modify LSA cmds. The configured OSPF refresh interval was not being used ... f6ce071
aceelindem pushed 1 commit to aceelindem/ospf-ls-refresh-interval-fix LabNConsulting/frr
- ospfd: Fix opaque LSA refresh interval and modify LSA cmds. The configured OSPF refresh interval was not being used ... 9f8f366
louberger pushed 2 commits to master LabNConsulting/frr
jmuthiilabn pushed 96 commits to jmuthii/nhrpd-retry-resolution-topotest LabNConsulting/frr
- tests: catch exception during switch shutdown Signed-off-by: y-bharath14 <[email protected]> 5118fd1
- zebra: vlan to dplane, Relocating some functions Relocating functions used by vlan in if_netlink into zebra vxlan N... 1632988
- zebra: vlan to dplane Offload from main Trigger: Zebra core seen when we convert l2vni to l3vni and back BackTrace:... aa47866
- isisd: Fix the PQ space computation error in TI-LFA When there are pseudo-nodes on the device, during TI-LFA calcula... 06b5601
- bgpd: Show unmodified version of received-routes per neighbor If we have soft inbound enabled, we should see how the... 60016a8
- tests: Check if we can see unmodified received-routes with soft inbound Signed-off-by: Donatas Abraitis <donatas@ope... f4c1767
- tests: Drop test_bgp_with_loopback_with_same_subnet_p1 It's replaced and simplified by c3fd1e9520c619babb3004cea6df6... 2c6eb34
- bgpd: Relax the same prefix and nexthop to be valid Treat as next-hop invalid if import check is enabled. Fixes: 65... c66642d
- tests: Check if loopback routes are considered valid for nexthop tracking Signed-off-by: Donatas Abraitis <donatas@o... dab1441
- isisd: fix wrong check for MT commands ``` anlan# show run ! interface eth0 ip router isis A exit ! router isis A ... 424cec6
- lib: add flag to have libyang load internal ietf-yang-library module Mgmtd makes use of libyang's internal ietf-yang... e8648a0
- vrrpd: iterate over all ancillary messages Assign the return of `CMSG_NXTHDR` so we can really iterate over the anci... 5e1a3cd
- Merge pull request #17015 from LabNConsulting/chopps/load-internal-ietf-yang-library lib: add flag to have libyang l... c10e4d3
- pimd: fix a possible crash when enabling debug autorp Signed-off-by: Jafar Al-Gharaibeh <[email protected]> a49acba
- zebra: Move pw status settting until after we get results Currently the pw code sets the status of the pw for instal... f50b1f7
- zebra: Do not retry in 30 seconds on pw reachability failure Currently the zebra pw code has setup a retry to instal... a8af2b2
- Merge pull request #17024 from Jafaral/fix-autorp pimd: fix a possible crash when enabling debug autorp ecfcd6c
- Merge pull request #17014 from anlancs/fix/isisd-topo-check isisd: fix wrong check for MT commands 4bf780f
- bfdd, doc, yang: change bfd timer and multiplier values The minimum and maximum values for BFD timers and multiplier... 244155a
- Merge pull request #15903 from y-bharath14/srib-topotests-v1 tests: catch exception during switch shutdown 382e4e9
- and 76 more ...