summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10733 from anlancs/zebra-remove-updateRafael Zalamena2023-10-082-2/+0
|\
| * *: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs2023-10-072-2/+0
* | Merge pull request #14472 from opensourcerouting/plist-dupRuss White2023-10-031-23/+43
|\ \ | |/ |/|
| * lib: don't announce prefix delete for duplicatesRafael Zalamena2023-09-221-4/+51
| * Revert "lib : fix duplicate prefix list delete"Rafael Zalamena2023-09-221-33/+6
* | Merge pull request #13814 from pguibert6WIND/comm_list_expanded_match_no_exactRuss White2023-10-031-0/+8
|\ \
| * | bgpd: add 'match community-list any' functionPhilippe Guibert2023-10-021-0/+8
* | | Merge pull request #14508 from LabNConsulting/chopps/darr-use-frrmemfuncDonatas Abraitis2023-10-031-6/+4
|\ \ \ | |/ / |/| |
| * | lib: use XREALLOC over realloc avoid coverity warningChristian Hopps2023-09-291-6/+4
* | | *: Do not cast to the same type as the destination isDonatas Abraitis2023-09-293-6/+6
|/ /
* | Merge pull request #14498 from idryzhov/fix-conf-t-file-lockDonatas Abraitis2023-09-282-2/+10
|\ \
| * | vty: fix working in file-lock modeIgor Ryzhov2023-09-281-0/+8
| * | vty: fix configure terminal argument descriptionsIgor Ryzhov2023-09-271-2/+2
* | | Merge pull request #14482 from opensourcerouting/fix/walltime_threshold_disableDonald Sharp2023-09-273-25/+5
|\ \ \ | |/ / |/| |
| * | lib: Drop deprecated enable-time-check, enable-cpu-time compile optionsDonatas Abraitis2023-09-243-25/+5
| |/
* | Merge pull request #12649 from louis-6wind/bgp-link-stateRuss White2023-09-266-26/+226
|\ \
| * | bgpd, lib: extend the size of the prefix string bufferLouis Scalbert2023-09-182-3/+8
| * | bgpd: store bgp link-state prefixesLouis Scalbert2023-09-181-2/+12
| * | lib: add link-state prefixesLouis Scalbert2023-09-183-18/+176
| * | bgpd: add bgp link-state address-family configuration contextLouis Scalbert2023-09-181-0/+1
| * | lib: register bgp link-state afi/safiLouis Scalbert2023-09-183-3/+29
* | | lib: assert for VTY_PASSFD expectationsDavid Lamparter2023-09-241-1/+6
| |/ |/|
* | Merge pull request #14454 from opensourcerouting/coverity-20230920Donald Sharp2023-09-219-17/+32
|\ \
| * | lib: random make-coverity-happy nitsDavid Lamparter2023-09-207-9/+16
| * | lib: clippy ELF: check existence of string tableDavid Lamparter2023-09-201-1/+3
| * | lib: straight return on error on log open failDavid Lamparter2023-09-201-8/+9
| * | lib: add dup() error check in logging codeDavid Lamparter2023-09-201-0/+5
* | | lib: adapt nexthop_cmp to handle multiple segs SIDsDmytro Shytyi2023-09-201-3/+21
* | | lib: update del_srv6_seg6_local to handle seg6_segsDmytro Shytyi2023-09-201-1/+9
* | | lib: nexthop, free the multiple seg6_segsDmytro Shytyi2023-09-201-6/+8
* | | lib: in nexthop adaptation pass the number of segs to jhashDmytro Shytyi2023-09-201-5/+26
* | | bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthopDmytro Shytyi2023-09-205-26/+81
|/ /
* | lib: constrain hash table "tabshift" both waysDavid Lamparter2023-09-191-3/+6
* | lib: another attempt at Coverity false positivesDavid Lamparter2023-09-141-0/+8
|/
* Merge pull request #14365 from opensourcerouting/typesafe-const-declutterMark Stapp2023-09-121-3/+5
|\
| * lib: add inline comment about _const iterationDavid Lamparter2023-09-071-0/+5
| * Revert "lib: add a frr_each_const macro"David Lamparter2023-09-071-3/+0
* | Merge pull request #13724 from cscarpitta/feature/isisd-srv6-supportRuss White2023-09-122-8/+49
|\ \
| * | lib: Add CLI node for SRv6 Node MSDCarmine Scarpitta2023-09-111-0/+1
| * | lib: Define default values for SRv6 flavors attrsCarmine Scarpitta2023-09-111-0/+4
| * | lib: Add SRv6 flavors manipulation macrosCarmine Scarpitta2023-09-111-0/+6
| * | lib: Add SRv6 flavors info to `seg6local` nexthopCarmine Scarpitta2023-09-111-0/+11
| * | lib: Add new enum for seg6local flavor operationsCarmine Scarpitta2023-09-111-0/+14
| * | lib: Add SRv6 behavior codepoints needed for IS-ISCarmine Scarpitta2023-09-111-8/+12
| * | isisd: Add CLI command to enable SRv6Carmine Scarpitta2023-08-041-0/+1
* | | Merge pull request #14364 from opensourcerouting/event-fix-delete-during-hash...Donald Sharp2023-09-112-63/+59
|\ \ \
| * | | lib: fix delete during hash_iterate() in event_*David Lamparter2023-09-072-63/+59
| | |/ | |/|
* / | lib: fixup prefix.h to our standardsDonald Sharp2023-09-081-19/+21
|/ /
* | Merge pull request #14344 from opensourcerouting/freebsd-printf-sync-20230903Donald Sharp2023-09-064-9/+32
|\ \
| * | lib/printf: update READMEDavid Lamparter2023-09-031-3/+3