summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-04bgpd: show ip bgp neighbors graceful-restart typoMichal Ruprich1-1/+1
2022-10-04fabricd: Turn off excessive logging when peering will not come upDonald Sharp1-5/+9
2022-09-30bgpd: Fix `show bgp nexthop A.B.C.D`Donald Sharp1-1/+1
2022-09-30bgpd: Ensure FRR has enough data to read 2 bytes in bgp_open_option_parseDonald Sharp1-7/+28
2022-09-30bgpd: Ensure FRR has enough data to read 2 bytes in peek_for_as4_capabilityDonald Sharp1-6/+21
2022-09-28pimd: Remove some unused defines in pimd.hDonald Sharp1-2/+0
2022-09-28pimd: Assign a vty port value for v6Donald Sharp2-1/+2
2022-09-27vtysh: Show allow-reserved-ranges once in configDonatas Abraitis1-0/+2
2022-09-27pimd: Allow v6 to do non-integrated configurationDonald Sharp1-2/+0
2022-09-27doc: Update setup.rstSpoorthi K1-1/+1
2022-09-27vtysh: Properly handle `service cputime-warning XX` in configDonald Sharp1-1/+3
2022-09-27vtysh: Properly handle `[no] service cputime-stats` in configDonald Sharp1-1/+5
2022-09-27pimd: IGMP Querier election is not correct in LAN scenarioMobashshera Rasool1-3/+10
2022-09-26pathd: change the vty output, when no ted is enabled on pathdPhilippe Guibert1-1/+1
2022-09-26lib: Fix `show route-map NAME json` command and memory leakDonatas Abraitis1-1/+0
2022-09-26bgpd: Print hostname for peer as well when marking as stale for route-refreshDonatas Abraitis1-5/+4
2022-09-26pim6d: Adding last member query count field in "show ipv6 mld interface [ifna...Abhishek N R1-0/+2
2022-09-25doc: Add `neighbor PEER extended-optional-parameters` commandDonatas Abraitis1-0/+9
2022-09-25doc: Update supported BGP RFC listDonatas Abraitis1-19/+54
2022-09-25bgpd: conditional advertise-map unset on peer fixing warning messagesMadhuri Kuruganti1-4/+11
2022-09-25bgpd: conditional advertise-map unset on peer not re-advertising withdrawn ro...Madhuri Kuruganti2-37/+105
2022-09-25zebra: fix fpm crashanlan_cs3-0/+33
2022-09-23doc: Align docs to recommend integrated configDonald Sharp1-5/+1
2022-09-23ospfd: Remove deprecated command `graceful-restart helper-only`Donatas Abraitis1-45/+0
2022-09-23bgpd: Cleanup memory leaks associated with t_deferral_timerSamanvitha B Bhargav3-0/+15
2022-09-23zebra: changes for code maintainabilitysri-mohan12-6/+4
2022-09-22bgpd: Use %pRD for prefix_rd2str()Donatas Abraitis15-235/+111
2022-09-22bgpd: Stop conditional advertisements thread when terminatingDonatas Abraitis1-0/+1
2022-09-21bgpd: Drop out-of-date filesDonatas Abraitis2-245/+0
2022-09-21bgpd: Stop LLGR thread when deleting a peer and/or GR flags changedDonatas Abraitis1-1/+3
2022-09-21bgpd: memory leak issue fixSamanvitha B Bhargav1-0/+11
2022-09-21bgpd: memory leak issue fixSamanvitha B Bhargav1-1/+1
2022-09-21bgpd: memory leak issue fixSamanvitha B Bhargav1-3/+9
2022-09-20docker: Keep and copy .apk files after they are builtDonatas Abraitis2-25/+13
2022-09-20isisd: Fix memory leak on shutdown with prefix listsDonald Sharp3-2/+7
2022-09-20pathd: 'no mpls-te on' command was not workingPhilippe Guibert1-1/+1
2022-09-20bgpd: Use route_map_result_t for route_map_apply() as return typeDonatas Abraitis2-1/+16
2022-09-19pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim local-membership" ...Abhishek N R1-14/+26
2022-09-19pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim neighbor" command ...Abhishek N R1-5/+19
2022-09-19pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim join" command outputAbhishek N R1-8/+24
2022-09-19pimd, pim6d: Changing IGMP to GM in few macro's.Abhishek N R4-25/+31
2022-09-16bgpd: Don't forget bgp_dest_unlock_node before returnDonatas Abraitis1-0/+2
2022-09-16bgpd: Handle route-refresh request received before EoRXiao Liang2-0/+32
2022-09-16pim6d: Fixing coverity issues for pim6_mld.cMobashshera Rasool1-1/+1
2022-09-16bgpd: Free ecommunity before returning on warning/errorDonatas Abraitis1-0/+4
2022-09-16pimd, pim6d: Using ttable for displaying "show ip/ipv6 pim state" command out...Abhishek N R1-60/+77
2022-09-16pim6d: (*,G) mroutes not learnt after pim6d daemon restartAbhishek N R1-1/+1
2022-09-16pim6d: fix clear ipv6 mroute crashSarita Patra1-48/+37
2022-09-16include: clean up some white spacesanlan_cs1-6/+6
2022-09-15zebra: changes for code maintainabilitysri-mohan13-6/+6