summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-08-15lib: Ensure ls_msg2edge does not use memory after freeingDonald Sharp
2022-08-08lib: Remove invalid function declarationWeiguo Li
2022-08-04Merge pull request #11716 from mobash-rasool/fixes2Donald Sharp
2022-08-04lib: Add errno details to the sockopt_reuseaddr apiMobashshera Rasool
2022-08-03Merge pull request #11710 from donaldsharp/split_up_test_multicast_pim_static_rpDonatas Abraitis
2022-08-02Merge pull request #11715 from Orange-OpenSource/link_stateDonald Sharp
2022-08-02build: unconditionally enable format checksDavid Lamparter
2022-08-02lib: Remove usage of inet_ntop in lib/sockopt.cDonald Sharp
2022-08-01lib: Correct valgrind errorsOlivier Dugeon
2022-07-29lib: Use pI4 instead of inet_ntop in sockopt.cDonald Sharp
2022-07-29lib: Coverity wants strlen to include null characterDonald Sharp
2022-07-22Merge pull request #11657 from donaldsharp/why_timerDonatas Abraitis
2022-07-21lib, vrrpd: Use THREAD_ARGDonald Sharp
2022-07-20*: frr_with_mutex change to follow our standardDonald Sharp
2022-07-19lib: thread pointer is already null at this pointDonald Sharp
2022-07-18lib: Return 0 as remaining msec if the thread is not scheduledDonatas Abraitis
2022-07-16lib: Prevent Uninitialized usage of dataDonald Sharp
2022-07-13Merge pull request #11585 from patrasar/sg_strDavid Lamparter
2022-07-12Merge pull request #11285 from iqras23/conditional_def_origDavid Lamparter
2022-07-12pimd: Fix description for PIM_SG_LENSarita Patra
2022-07-07lib: check hostname in resolver_resolvekevinshen
2022-07-06bgpd: Fix insonsistencies with default-originate route-mapIqra Siddiqui
2022-07-06lib: use assume() for SA fixing, add explainerDavid Lamparter
2022-07-06Merge pull request #11534 from mjstapp/fix_typesafe_saDavid Lamparter
2022-07-05lib: fix SA warning in typesafe codeMark Stapp
2022-07-01lib: Convert ipv4_martian to boolDonatas Abraitis
2022-07-01lib: Allow using IPv4 (Class E) reserved block if enabledDonatas Abraitis
2022-07-01lib, vtysh: Add `allow-reserved-ranges` global commandDonatas Abraitis
2022-06-29lib: Allow downgrade of all caps when none are specifiedDonald Sharp
2022-06-27lib: add SYS_RAWIO to the capabilities definitionsAnuradha Karuppiah
2022-06-27Merge pull request #11426 from error2407/open_policyDonatas Abraitis
2022-06-23lib, zebra: Notice when a nexthop is set linkdownDonald Sharp
2022-06-23lib: Increase nexthop flags size to 16 bitsDonald Sharp
2022-06-23Merge pull request #10629 from leonshaw/fix/mp-evpn-nhRuss White
2022-06-22Merge pull request #11445 from opensourcerouting/fix/replace_sockunion2strDonald Sharp
2022-06-21lib: Add an api is_ipv6_global_unicastMobashshera Rasool
2022-06-21*: Replace sockunion2str => %pSUDonatas Abraitis
2022-06-20Merge pull request #11146 from NicolasDichtel/masterIgor Ryzhov
2022-06-19Merge pull request #11423 from donaldsharp/lgtm_fixesDonatas Abraitis
2022-06-17lib: Add some extra error messages for when things go wrongDonald Sharp
2022-06-17bgpd: Add RFC9234 implementationEugene Bogomazov
2022-06-17lib: cleanup red-herring memleaks in parent of daemonizing forkChristian Hopps
2022-06-16Merge pull request #11419 from anlancs/fix/minor-1Donald Sharp
2022-06-16lib: Function `crypt` does not need to be declared mid functionDonald Sharp
2022-06-16Merge pull request #11409 from donaldsharp/zebra_nhg_debugRuss White
2022-06-16lib: correct two commentsanlan_cs
2022-06-15lib: stream_dup memory alloc cannot failDonald Sharp
2022-06-14lib: Abstract usage of '%pNHs' so that nexthop groups can use it tooDonald Sharp
2022-06-14Merge pull request #11395 from opensourcerouting/fix/autocompete_for_rmap_bgpDonald Sharp
2022-06-13*: Use autocomplete for route-maps under commands that require itDonatas Abraitis