summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-allRuss White2021-10-273-9/+1
|\
| * lib: make if_lookup_by_name_all_vrf internalIgor Ryzhov2021-10-152-2/+1
| * lib: remove wrong setting of interface configured flagIgor Ryzhov2021-10-151-7/+0
* | Merge pull request #9440 from dlqs/dplanehook2Quentin Young2021-10-265-2/+215
|\ \
| * | zebra: Add dplane hook pointDonald Lee2021-10-191-0/+3
| * | lib: Add frrscript names hashDonald Lee2021-10-192-0/+116
| * | lib: Register encoders/decoders for dplane hookDonald Lee2021-10-191-2/+21
| * | lib: Add encoder/decoder for nexthop/nexthop groupDonald Lee2021-10-192-0/+56
| * | lib: Add encoders/decoders for ipaddr/ethaddrDonald Lee2021-10-192-0/+19
* | | Merge pull request #9846 from idryzhov/lib-zebra-netnsMark Stapp2021-10-262-150/+22
|\ \ \
| * | | lib: move zebra-only netns stuff to zebraIgor Ryzhov2021-10-182-150/+22
* | | | Merge pull request #9820 from idryzhov/if-nb-configMark Stapp2021-10-262-0/+20
|\ \ \ \
| * | | | *: fix interface config write in NB-converted daemonsIgor Ryzhov2021-10-252-0/+20
* | | | | Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White2021-10-263-372/+80
|\ \ \ \ \
| * | | | | *: convert zclient callbacks to tableDavid Lamparter2021-10-203-372/+80
* | | | | | lib: fix srv6 route hardcode with BGPHiroki Shirokura2021-10-261-1/+1
* | | | | | Merge pull request #9316 from ton31337/fix/send_best_path_reason_for_zebraDonald Sharp2021-10-251-0/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | bgpd: Send BGP best path reason to ZebraDonatas Abraitis2021-10-141-0/+6
| | |_|_|/ | |/| | |
* | | | | Merge pull request #9824 from idryzhov/nb-cli-const-lyd-nodeDonald Sharp2021-10-258-46/+62
|\ \ \ \ \
| * | | | | lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-138-46/+62
* | | | | | Merge pull request #9742 from elimbaum/add-vlan-actionsJafar Al-Gharaibeh2021-10-231-1/+8
|\ \ \ \ \ \
| * | | | | | pbrd: add vlan actions to vtyEli Baum2021-10-071-1/+8
* | | | | | | Merge pull request #9765 from idryzhov/lib-bool-thread-addMark Stapp2021-10-223-64/+59
|\ \ \ \ \ \ \
| * | | | | | | lib: change thread_add_* APIIgor Ryzhov2021-10-203-64/+59
* | | | | | | | lib: finish fixing spelling in lib filesewlumpkin2021-10-227-20/+20
* | | | | | | | Merge pull request #9843 from opensourcerouting/vtysh-startup-costDonald Sharp2021-10-218-109/+199
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | lib: keep element count in vector codeDavid Lamparter2021-10-182-14/+26
| * | | | | | | vtysh: defer CLI tree buildingDavid Lamparter2021-10-183-14/+72
| * | | | | | | lib: assign CLI varnames while parsingDavid Lamparter2021-10-183-81/+101
| | |_|_|_|/ / | |/| | | | |
* | | | | | | lib: Add a thread_is_scheduled functionDonald Sharp2021-10-202-0/+9
* | | | | | | Merge pull request #9766 from opensourcerouting/typesafe-member-nhrp-zapMark Stapp2021-10-204-9/+157
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | lib: add unsorted typesafe_anywhere()David Lamparter2021-10-191-0/+9
| * | | | | | lib: use sentinel for single-linked listsDavid Lamparter2021-10-192-10/+23
| * | | | | | lib: typesafe *_member()David Lamparter2021-10-194-1/+121
| * | | | | | lib: null out deleted pointers in typesafe containersDavid Lamparter2021-10-192-0/+6
| |/ / / / /
* / / / / / lib: allow to create interfaces in non-existing VRFsIgor Ryzhov2021-10-194-188/+127
|/ / / / /
* | | | | Merge pull request #9828 from idryzhov/if-lookup-optimizeDonatas Abraitis2021-10-161-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | lib: optimize if_lookup_by_name_all_vrfIgor Ryzhov2021-10-131-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #9817 from donaldsharp/link_type_orderingDonatas Abraitis2021-10-141-3/+4
|\ \ \ \
| * | | | lib: Add missing enum values in switch statement for if_link_type_strDonald Sharp2021-10-131-3/+4
| |/ / /
* | | | Merge pull request #9684 from opensourcerouting/printfrr-false-positiveDonald Sharp2021-10-141-0/+36
|\ \ \ \
| * | | | *: `frr-format` with unmodified GCCDavid Lamparter2021-09-281-0/+36
* | | | | Merge pull request #9751 from ewlumpkin/comment_spelling_fixesIgor Ryzhov2021-10-1427-35/+35
|\ \ \ \ \
| * | | | | lib: fix spelling nits in more lib filesewlumpkin2021-10-0527-35/+35
* | | | | | Merge pull request #9676 from donaldsharp/import_registerDavid Lamparter2021-10-133-18/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | lib, zebra: Send safi for rnh resolutionDonald Sharp2021-09-271-0/+2
| * | | | | zebra: Attempt to clarify variable names as they are usedDonald Sharp2021-09-272-3/+3
| * | | | | *: Remove the ZEBRA_IMPORT_ROUTE_XXX zapi messagesDonald Sharp2021-09-273-14/+0
| * | | | | *: Add resolve via default flagDonald Sharp2021-09-272-3/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #9715 from idryzhov/cleanup-number-named-aclDonatas Abraitis2021-10-133-27/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |