{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":470618089,"defaultBranch":"master","name":"frr","ownerLogin":"routingrocks","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-03-16T14:26:39.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/101726997?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714763892.0","currentOid":""},"activityList":{"items":[{"before":"ab16767cf5dcc5ee78e7be6dd6d850035828b022","after":"7c7af22d6e96a218a66b5d2b8e5ddea480b603d5","ref":"refs/heads/pim_data_fix","pushedAt":"2024-08-24T00:02:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"pimd: Fix for data packet loss when FHR is LHR and RP\n\nTopology:\nA single router is acting as the First Hop Router (FHR), Last Hop Router (LHR), and RP.\n\nRC and Issue:\nWhen an upstream S,G is in join state, it sends a register message to the RP.\nIf the RP has the receiver, it sends a register stop message and switches to the shortest path.\nWhen the register stop message is processed, it removes pimreg, moves to prune,\nand starts the reg stop timer.\n\nWhen the reg stop timer expires, PIM changes S,G state to Join Pending and sends out a NULL\nregister message to RP. RP receives it and fails to send Reg stop because SPT is not set at that point.\n\nThe problem is when the register stop timer pops and state is in Join Pending.\nAccording to https://www.rfc-editor.org/rfc/rfc4601#section-4.4.1,\nwe need to put back the pimreg reg tunnel into the S,G mroute.\nThis causes data to be sent to the control plane and subsequently interrupts the line rate.\n\nFix:\nIf the router is FHR and RP to the group,\nignore SPT status and send out a register stop message back to the DR (in this context, the same router).\n\nTicket: #3506780\n\nSigned-off-by: Donald Sharp \nSigned-off-by: Rajesh Varatharaj ","shortMessageHtmlLink":"pimd: Fix for data packet loss when FHR is LHR and RP"}},{"before":"93032f183ae7f98f68fa97855015ac16c44c0065","after":"b4dae9738173b6f571a1a7db5cbf1ac20c3fd991","ref":"refs/heads/master","pushedAt":"2024-08-23T20:22:05.000Z","pushType":"push","commitsCount":62,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge pull request #16609 from donaldsharp/singleton_no_weight\n\nReduce the number of Singleton objects when using weight for NHG's","shortMessageHtmlLink":"Merge pull request FRRouting#16609 from donaldsharp/singleton_no_weight"}},{"before":"50fa43be8f25c7772a279800ee929cdd307e9578","after":"ab16767cf5dcc5ee78e7be6dd6d850035828b022","ref":"refs/heads/pim_data_fix","pushedAt":"2024-08-23T20:20:59.000Z","pushType":"push","commitsCount":3405,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge branch 'FRRouting:master' into pim_data_fix","shortMessageHtmlLink":"Merge branch 'FRRouting:master' into pim_data_fix"}},{"before":"6186368219b7ba120938786e5b8a306e68236a90","after":"93032f183ae7f98f68fa97855015ac16c44c0065","ref":"refs/heads/master","pushedAt":"2024-08-15T00:21:12.000Z","pushType":"push","commitsCount":109,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge pull request #16578 from donaldsharp/more_memory_leaks_on_shutdown\n\nMore memory leaks on shutdown","shortMessageHtmlLink":"Merge pull request FRRouting#16578 from donaldsharp/more_memory_leaks…"}},{"before":"dd5abf7ee3b974d774caf4c85c246899879ecf59","after":"2eeafae6b9615ac9661c70a749abc4581c328abf","ref":"refs/heads/rvaratharaj/pim_mlag_state_fix","pushedAt":"2024-07-29T22:43:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"pimd: Fix PIM MLAG Update Peer Zebra Status Upon Local MLAG Connection Restoration\n\nIssue:\nIn scenarios where the local MLAG connection is down, we currently halt processing\npeer MLAG messages. However, upon restoration of the local connection,\n we fail to update the peer Zebra status accordingly.\n\nConsider the case where the peer is up and sends FRR status messages to the local node.\nIf CLAGd restarts on the local node while FRR is running,\nthe local CLAGd assumes the peer is still down even when it's up.\n\nFix:\nUpdate the peer Zebra status once the local MLAG connection is restored\n\nTesting: UT\n\nTicket: #\nSigned-off-by: Rajesh Varatharaj ","shortMessageHtmlLink":"pimd: Fix PIM MLAG Update Peer Zebra Status Upon Local MLAG Connectio…"}},{"before":"15dd631dee64bfb3c551a945cf3145e979167176","after":"dd5abf7ee3b974d774caf4c85c246899879ecf59","ref":"refs/heads/rvaratharaj/pim_mlag_state_fix","pushedAt":"2024-07-29T22:37:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"pimd: Fix PIM MLAG Update Peer Zebra Status Upon Local MLAG Connection Restoration\n\nIssue:\nIn scenarios where the local MLAG connection is down, we currently halt processing\npeer MLAG messages. However, upon restoration of the local connection,\n we fail to update the peer Zebra status accordingly.\n\nConsider the case where the peer is up and sends FRR status messages to the local node.\nIf CLAGd restarts on the local node while FRR is running,\nthe local CLAGd assumes the peer is still down even when it's up.\n\nFix:\nUpdate the peer Zebra status once the local MLAG connection is restored\n\nTesting: UT\n\nTicket: #\nSigned-off-by: Rajesh Varatharaj ","shortMessageHtmlLink":"pimd: Fix PIM MLAG Update Peer Zebra Status Upon Local MLAG Connectio…"}},{"before":"ebf05b4ee18a94086a15207f14b00b05df5a5dde","after":"6186368219b7ba120938786e5b8a306e68236a90","ref":"refs/heads/master","pushedAt":"2024-07-29T22:06:33.000Z","pushType":"push","commitsCount":146,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge pull request #16480 from LabNConsulting/dleroy/nhrpd-duplicate-auth-fix\n\nnhrpd: fixes duplicate auth extension","shortMessageHtmlLink":"Merge pull request FRRouting#16480 from LabNConsulting/dleroy/nhrpd-d…"}},{"before":"b45ff52eab42de1c615055ed4d1375306c9dd458","after":"15dd631dee64bfb3c551a945cf3145e979167176","ref":"refs/heads/rvaratharaj/pim_mlag_state_fix","pushedAt":"2024-07-29T22:02:51.000Z","pushType":"push","commitsCount":703,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge branch 'FRRouting:master' into rvaratharaj/pim_mlag_state_fix","shortMessageHtmlLink":"Merge branch 'FRRouting:master' into rvaratharaj/pim_mlag_state_fix"}},{"before":"17e1f7c2ff94da6d554a464a316ad037d6727749","after":"ebf05b4ee18a94086a15207f14b00b05df5a5dde","ref":"refs/heads/master","pushedAt":"2024-07-12T02:15:57.000Z","pushType":"push","commitsCount":300,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge pull request #16140 from donaldsharp/linklist_discouragement","shortMessageHtmlLink":"Merge pull request FRRouting#16140 from donaldsharp/linklist_discoura…"}},{"before":"8f23eb7746924981f7b93254071ec7c19fd96416","after":"17e1f7c2ff94da6d554a464a316ad037d6727749","ref":"refs/heads/master","pushedAt":"2024-06-04T23:49:04.000Z","pushType":"push","commitsCount":33,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge pull request #16160 from opensourcerouting/fix/revert_39e27b840e5ddc2087c0b20cfcf379745b3baa79\n\nRevert \"isisd: When the metric-type is configured as \"wide\", the IS-I…","shortMessageHtmlLink":"Merge pull request FRRouting#16160 from opensourcerouting/fix/revert_…"}},{"before":"e41b4a755e38eacf0a74a3a0edb62f1a6831819b","after":"8f23eb7746924981f7b93254071ec7c19fd96416","ref":"refs/heads/master","pushedAt":"2024-05-30T04:27:55.000Z","pushType":"push","commitsCount":70,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge pull request #16102 from lsang6WIND/relative_path\n\nyang: use relative path instead of absolute one for route-map","shortMessageHtmlLink":"Merge pull request FRRouting#16102 from lsang6WIND/relative_path"}},{"before":"03e3da09a8521ef5aad82aad1635515d69e46ae0","after":"e41b4a755e38eacf0a74a3a0edb62f1a6831819b","ref":"refs/heads/master","pushedAt":"2024-05-17T21:45:48.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge pull request #16012 from LabNConsulting/chopps/improve-grpc-test\n\ntests: improve the grpc query client and topotest","shortMessageHtmlLink":"Merge pull request FRRouting#16012 from LabNConsulting/chopps/improve…"}},{"before":"216bac2826d60c47615cf50df1833c5c8543c75e","after":"03e3da09a8521ef5aad82aad1635515d69e46ae0","ref":"refs/heads/master","pushedAt":"2024-05-16T23:50:10.000Z","pushType":"push","commitsCount":127,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge pull request #16014 from pguibert6WIND/nexthop_rework\n\nNexthop display rework","shortMessageHtmlLink":"Merge pull request FRRouting#16014 from pguibert6WIND/nexthop_rework"}},{"before":"53820a5753c63bf30b6346fc39ce879a9c2abccf","after":"216bac2826d60c47615cf50df1833c5c8543c75e","ref":"refs/heads/master","pushedAt":"2024-05-06T17:17:05.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge pull request #15902 from opensourcerouting/build-xref-setup-hppa\n\nbuild: fix missing `XREF_SETUP` (and HP PA-RISC build failure)","shortMessageHtmlLink":"Merge pull request FRRouting#15902 from opensourcerouting/build-xref-…"}},{"before":"2e851174b8372682aa6f748de484f6e4178ef357","after":"b45ff52eab42de1c615055ed4d1375306c9dd458","ref":"refs/heads/rvaratharaj/pim_mlag_state_fix","pushedAt":"2024-05-03T23:44:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"pimd: Fix PIM MLAG Update Peer Zebra Status Upon Local MLAG Connection Restoration\n\nIssue:\nIn scenarios where the local MLAG connection is down, we currently halt processing\npeer MLAG messages. However, upon restoration of the local connection,\n we fail to update the peer Zebra status accordingly.\n\nConsider the case where the peer is up and sends FRR status messages to the local node.\nIf CLAGd restarts on the local node while FRR is running,\nthe local CLAGd assumes the peer is still down even when it's up.\n\nFix:\nUpdate the peer Zebra status once the local MLAG connection is restored\n\nTesting: UT\n\nTicket: #\nSigned-off-by: Rajesh Varatharaj ","shortMessageHtmlLink":"pimd: Fix PIM MLAG Update Peer Zebra Status Upon Local MLAG Connectio…"}},{"before":null,"after":"cd1d13354e5355af013c2d9cf7727fb02ad85063","ref":"refs/heads/rvaratharaj/bgp_fix","pushedAt":"2024-05-03T19:18:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"bgpd: Fix BGP to update correct v6 next-hop globally\n\nIssue:\nIn a dual-stack IPv4/IPv6 BGP session, after the interface is deactivated (ifdown)\nand then reloaded (ifreload), the global next-hop within BGP is incorrectly updated.\nCurrently, only unnumbered neighbors are handled.\nWe also need to handle an IPv4 neighbor when IPv6 AFI-SAFI is enabled.\n\nFix:\nWhen the primary global v6 unicast address is received from Zebra,\nBGP updates the peer's global next-hop with the correct address and\nsend update to its negibors.\n\nTesting: UT, and TestEbgpMultihop tests\n\nUT logs:\nwith fix:\nroot@cumulus:mgmt:/tmp# ifdown swp1s0; ifreload -a\nroot@:mgmt:/tmp# vtysh -c \"show ip bgp vrf all neighbors\" | grep Nexthop\nNexthop: 20.1.2.101\nNexthop global: 2001:10:1:2::101\nNexthop local: fe80::7efe:90ff:fefa:e158\n\nwithout fix after ifreload:\nNexthop: 20.1.2.101\nNexthop global: ::\nNexthop local: fe80::7efe:90ff:fefa:e158\n\nTicket: #3870831\nSigned-off-by: Rajesh Varatharaj and Pooja Doijode pdoijode@nvidia.com","shortMessageHtmlLink":"bgpd: Fix BGP to update correct v6 next-hop globally"}},{"before":null,"after":"2e851174b8372682aa6f748de484f6e4178ef357","ref":"refs/heads/rvaratharaj/pim_mlag_state_fix","pushedAt":"2024-05-03T19:15:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"pimd: Fix PIM MLAG Update Peer Zebra Status Upon Local MLAG Connection Restoration\n\nIssue:\nIn scenarios where the local MLAG connection is down, we currently halt processing\npeer MLAG messages. However, upon restoration of the local connection,\n we fail to update the peer Zebra status accordingly.\n\nConsider the case where the peer is up and sends FRR status messages to the local node.\nIf CLAGd restarts on the local node while FRR is running,\nthe local CLAGd assumes the peer is still down even when it's up.\n\nFix:\nUpdate the peer Zebra status once the local MLAG connection is restored\n\nTesting: UT, and TestPimFrrClagSyncTestsNew tests\ntest_files.evpn.test_evpn_pim.TestPimFrrClagSyncTestsNew.test01_PimFrrClagSyncTest PASSED\n\nTicket: #3832280\nSigned-off-by: Rajesh Varatharaj ","shortMessageHtmlLink":"pimd: Fix PIM MLAG Update Peer Zebra Status Upon Local MLAG Connectio…"}},{"before":"65c2593a12dcd2688e2d83eba6a39c0df519c4b1","after":"53820a5753c63bf30b6346fc39ce879a9c2abccf","ref":"refs/heads/master","pushedAt":"2024-05-03T19:14:14.000Z","pushType":"push","commitsCount":31,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge pull request #15914 from opensourcerouting/build-deprecated-no-error\n\nbuild: exclude deprecated decls from -Werror","shortMessageHtmlLink":"Merge pull request FRRouting#15914 from opensourcerouting/build-depre…"}},{"before":"7f7bcb1ffa636318659abb16c7690d9875577ef9","after":"65c2593a12dcd2688e2d83eba6a39c0df519c4b1","ref":"refs/heads/master","pushedAt":"2024-04-30T06:32:51.000Z","pushType":"push","commitsCount":107,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge pull request #15619 from opensourcerouting/fix/memory_optimizations\n\nbgpd: Put BGP_DEBUG/CONF_BGP_DEBUG under ulikely() optimization","shortMessageHtmlLink":"Merge pull request FRRouting#15619 from opensourcerouting/fix/memory_…"}},{"before":"5139ce8a3b5100ae31f43381bee20838f6d026b7","after":"7f7bcb1ffa636318659abb16c7690d9875577ef9","ref":"refs/heads/master","pushedAt":"2024-04-22T19:07:12.000Z","pushType":"push","commitsCount":88,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge pull request #15468 from idryzhov/mgmt-native-edit\n\nmgmtd: add support for native 'edit' operation","shortMessageHtmlLink":"Merge pull request FRRouting#15468 from idryzhov/mgmt-native-edit"}},{"before":"81f10b3f175bd85f4d34d429123b3089237208af","after":"5139ce8a3b5100ae31f43381bee20838f6d026b7","ref":"refs/heads/master","pushedAt":"2024-04-11T23:34:07.000Z","pushType":"push","commitsCount":46,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge pull request #15710 from acooks-at-bda/bugfix/fix-indent-byte-handling\n\ntools/indent.py: fix encoded byte stream handling","shortMessageHtmlLink":"Merge pull request FRRouting#15710 from acooks-at-bda/bugfix/fix-inde…"}},{"before":"0a34da6d41e14291da082fc83f516c8e033f840e","after":"7fbad203f0e236e5833cb2651e826328e54431a0","ref":"refs/heads/patch-1","pushedAt":"2024-04-09T00:28:41.000Z","pushType":"push","commitsCount":4382,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge branch 'master' into patch-1\n\nSigned-off-by: Rajesh Varatharaj <101726997+routingrocks@users.noreply.github.com>","shortMessageHtmlLink":"Merge branch 'master' into patch-1"}},{"before":"5702a0b06ad7438e587a9fe79b94bab839b65d25","after":"81f10b3f175bd85f4d34d429123b3089237208af","ref":"refs/heads/master","pushedAt":"2024-04-09T00:17:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"pimd: pim mlag summary should display the down connection status.\n\ncommand 'show ip pim mlag summary json' should display 'mlagConnUp',\n'mlagPeerConnUp', and 'mlagPeerZebraUp' when the connection is down.\n\nFix:\nAdded 'json_object_boolean_false_add()' for these objects.\n\nTicket: #\n\nSigned-off-by: Rajesh Varatharaj ","shortMessageHtmlLink":"pimd: pim mlag summary should display the down connection status."}},{"before":"243eb5b1dc4a00bcb9f728708e814969a1132360","after":"5702a0b06ad7438e587a9fe79b94bab839b65d25","ref":"refs/heads/master","pushedAt":"2024-04-08T23:50:02.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge branch 'FRRouting:master' into master","shortMessageHtmlLink":"Merge branch 'FRRouting:master' into master"}},{"before":"81f10b3f175bd85f4d34d429123b3089237208af","after":"243eb5b1dc4a00bcb9f728708e814969a1132360","ref":"refs/heads/master","pushedAt":"2024-04-05T21:17:12.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge branch 'FRRouting:master' into master","shortMessageHtmlLink":"Merge branch 'FRRouting:master' into master"}},{"before":"69527fa152d72612f2059de041ea53f0264b3648","after":"81f10b3f175bd85f4d34d429123b3089237208af","ref":"refs/heads/master","pushedAt":"2024-04-05T17:52:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"pimd: pim mlag summary should display the down connection status.\n\ncommand 'show ip pim mlag summary json' should display 'mlagConnUp',\n'mlagPeerConnUp', and 'mlagPeerZebraUp' when the connection is down.\n\nFix:\nAdded 'json_object_boolean_false_add()' for these objects.\n\nTicket: #\n\nSigned-off-by: Rajesh Varatharaj ","shortMessageHtmlLink":"pimd: pim mlag summary should display the down connection status."}},{"before":"857e591ddbe90651d94d5035713e961f748b4974","after":"69527fa152d72612f2059de041ea53f0264b3648","ref":"refs/heads/master","pushedAt":"2024-04-03T12:21:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"pimd: pim mlag summary should display the down connection status.\n\ncommand 'show ip pim mlag summary json' should display 'mlagConnUp',\n'mlagPeerConnUp', and 'mlagPeerZebraUp' when the connection is down.\n\nFix:\nAdded 'json_object_boolean_false_add()' for these objects.\n\nTicket: #\n\nSigned-off-by: Rajesh Varatharaj ","shortMessageHtmlLink":"pimd: pim mlag summary should display the down connection status."}},{"before":"6bea75f18c2624284b65c74f100c27193fb827df","after":"857e591ddbe90651d94d5035713e961f748b4974","ref":"refs/heads/master","pushedAt":"2024-04-02T23:14:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"pimd: pim mlag summary should display the down connection status.\n\ncommand 'show ip pim mlag summary json' should display 'mlagConnUp',\n'mlagPeerConnUp', and 'mlagPeerZebraUp' when the connection is down.\n\nFix:\nAdded 'json_object_boolean_false_add()' for these objects.\n\nTicket: #3832280\n\nSigned-off-by: Rajesh Varatharaj ","shortMessageHtmlLink":"pimd: pim mlag summary should display the down connection status."}},{"before":"498967799daf2f6a8c26bc773909ed248f402e54","after":"6bea75f18c2624284b65c74f100c27193fb827df","ref":"refs/heads/master","pushedAt":"2024-04-02T23:13:02.000Z","pushType":"push","commitsCount":21,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge pull request #15628 from opensourcerouting/fix/bgp_prefix_sid_crash\n\nbgpd: Fix error handling when receiving BGP Prefix SID attribute","shortMessageHtmlLink":"Merge pull request FRRouting#15628 from opensourcerouting/fix/bgp_pre…"}},{"before":"7e058c201adaa493207dd5305c7aaa970a3580ea","after":"498967799daf2f6a8c26bc773909ed248f402e54","ref":"refs/heads/master","pushedAt":"2024-03-26T20:59:30.000Z","pushType":"push","commitsCount":117,"pusher":{"login":"routingrocks","name":"Rajesh Varatharaj","path":"/routingrocks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101726997?s=80&v=4"},"commit":{"message":"Merge pull request #15598 from louis-6wind/fix-nhg-iface\n\nzebra: fix rejected route due to wrong nexthop-group","shortMessageHtmlLink":"Merge pull request FRRouting#15598 from louis-6wind/fix-nhg-iface"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yNFQwMDowMjoxMC4wMDAwMDBazwAAAASizume","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yNFQwMDowMjoxMC4wMDAwMDBazwAAAASizume","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0yNlQyMDo1OTozMC4wMDAwMDBazwAAAAQgErt_"}},"title":"Activity · routingrocks/frr"}