summaryrefslogtreecommitdiffstats
path: root/lib/privs.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-26bgpd: Unify multiprotocol capability for OPEN loggingDonatas Abraitis1-60/+60
2021-10-26bgpd: Remove double logging for Graceful Restart capabilityDonatas Abraitis1-2/+0
2021-10-26lib: fix srv6 route hardcode with BGPHiroki Shirokura1-1/+1
2021-10-25include, zebra: Add recent nexthop.hDonald Sharp3-7/+57
2021-10-25zebra: GRE_UPDATE message incompletePhilippe Guibert1-0/+1
2021-10-25tests: Attempt to fix bgp_l3vpn_to_direct timing issuesDonald Sharp1-0/+7
2021-10-25doc: Remove reference to non-existent commandDonald Sharp1-9/+0
2021-10-25tests: Fix accidental 10 second waitDonald Sharp1-1/+1
2021-10-25tests: Fix frequent failure of ospf_gr_topo1 on slower systemsMartin Winter1-1/+1
2021-10-24bgpd: When issuing `no ... ebgp-multihop` always resetsDonald Sharp1-2/+8
2021-10-22tests: bfd_isis_topo1 expects unreasonable convergence times under loadDonald Sharp1-9/+6
2021-10-22tests: Fix bgp_ecmp_topo3 to look for a bit more stateDonald Sharp1-0/+11
2021-10-22tests: Make test_ldp_topo1.py aware of how many neighbors it needsDonald Sharp1-0/+13
2021-10-22tests: fix --valgrind-memleaks optionChristian Hopps1-31/+27
2021-10-22tests: revert default enable of memleak testsChristian Hopps1-1/+0
2021-10-22tests: fix missing space in --valgrind-extra optionChristian Hopps1-1/+1
2021-10-22lib: finish fixing spelling in lib filesewlumpkin7-20/+20
2021-10-21nhrpd: align nhrp privs with definition from othersPhilippe Guibert1-0/+2
2021-10-20lib: change thread_add_* APIIgor Ryzhov6-76/+63
2021-10-20zebra: Fix code paths that always resolve to trueDonald Sharp1-2/+2
2021-10-20zebra: modify rib_update to be a bit smarter about mallocDonald Sharp1-5/+7
2021-10-20lib: Add a thread_is_scheduled functionDonald Sharp2-0/+9
2021-10-20tests: When heavily loaded do not send SIGBUS so fastDonald Sharp1-1/+1
2021-10-20pathd: Call frr_fini() before exitDonald Sharp1-0/+2
2021-10-20ospfd: Close log files before exitingDonald Sharp1-0/+1
2021-10-20bgpd: Add autocomplete for community/large/extcommunity stuffDonatas Abraitis2-42/+42
2021-10-20*: convert zclient callbacks to tableDavid Lamparter28-579/+370
2021-10-20bgpd: Reset dynamic peer counterAbhishek Naik1-0/+1
2021-10-19bgpd: Add autocomplete for filter-listDonatas Abraitis2-5/+5
2021-10-19tools: remove Linux kernel bits from checkpatchDavid Lamparter1-5/+5
2021-10-19tools: add iterators to checkpatchDavid Lamparter1-1/+21
2021-10-19build: add tests missed in .gitignoreDavid Lamparter1-0/+2
2021-10-19nhrpd: drop list.hDavid Lamparter3-212/+0
2021-10-19nhrpd: convert zbuf queue to DLISTDavid Lamparter2-15/+16
2021-10-19nhrpd: convert SA list to DLISTDavid Lamparter1-13/+12
2021-10-19nhrpd: convert reg list to DLISTDavid Lamparter2-21/+20
2021-10-19nhrpd: convert mcast list to DLISTDavid Lamparter4-23/+20
2021-10-19nhrpd: convert nhs list to DLISTDavid Lamparter4-44/+34
2021-10-19nhrpd: convert notifier list to DLISTDavid Lamparter5-18/+30
2021-10-19doc/developer: add _member and _anywhereDavid Lamparter1-0/+27
2021-10-19lib: add unsorted typesafe_anywhere()David Lamparter2-2/+21
2021-10-19lib: use sentinel for single-linked listsDavid Lamparter2-10/+23
2021-10-19lib: typesafe *_member()David Lamparter5-4/+175
2021-10-19lib: null out deleted pointers in typesafe containersDavid Lamparter2-0/+6
2021-10-19tests: fix leak in test codeDavid Lamparter1-0/+15
2021-10-19bgpd: Add autocomplete for as-path filtersDonatas Abraitis2-9/+25
2021-10-19lib: allow to create interfaces in non-existing VRFsIgor Ryzhov12-228/+150
2021-10-18lib: keep element count in vector codeDavid Lamparter2-14/+26
2021-10-18vtysh: defer CLI tree buildingDavid Lamparter4-14/+74
2021-10-18lib: assign CLI varnames while parsingDavid Lamparter3-81/+101