summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6771 from opensourcerouting/netbsd-tls-bufQuentin Young2020-07-241-3/+3
|\
| * lib: fix TLS log buffer on NetBSDDavid Lamparter2020-07-201-3/+3
* | Merge pull request #6730 from wesleycoakley/pbrd-dscp-ecnRuss White2020-07-231-0/+7
|\ \
| * | pbrd, zebra, lib: DSCP / ECN-based PBR MatchingWesley Coakley2020-07-151-0/+7
* | | Merge pull request #6343 from opensourcerouting/watchfrr-n-20200505Quentin Young2020-07-221-6/+4
|\ \ \
| * | | watchfrr: add (network) namespace supportDavid Lamparter2020-07-221-6/+4
| | |/ | |/|
* | | Merge pull request #6711 from GalaxyGorilla/bfd_isis_profilesQuentin Young2020-07-212-4/+27
|\ \ \
| * | | isisd: lib: refactor ISIS BFD APIGalaxyGorilla2020-07-101-0/+11
| * | | *: add BFD profile support for IS-ISGalaxyGorilla2020-07-102-4/+16
* | | | Merge pull request #6435 from idryzhov/fix-no-vrfQuentin Young2020-07-211-4/+2
|\ \ \ \
| * | | | vtysh: return success from "no vrf" when VRF doesn't existIgor Ryzhov2020-07-091-4/+2
* | | | | Merge pull request #6777 from idryzhov/vtysh-defpyDavid Lamparter2020-07-211-12/+0
|\ \ \ \ \
| * | | | | vtysh: rework DEFPY processing in extract.plIgor Ryzhov2020-07-201-12/+0
| | |_|/ / | |/| | |
* / | | | lib: add a backtrace when stream bounds check failsMark Stapp2020-07-201-5/+9
|/ / / /
* | | | zebra: Moving afi-safi identity to libvdhingra2020-07-162-0/+38
* | | | staticd : Configuration northbound implementationvdhingra2020-07-163-0/+30
* | | | lib : basic-routing backend configuration northbound codevdhingra2020-07-164-0/+124
* | | | lib : Yang wrappersvdhingra2020-07-162-1/+196
* | | | Merge pull request #6731 from opensourcerouting/style-string-prepDonald Sharp2020-07-1617-62/+34
|\ \ \ \ | |_|_|/ |/| | |
| * | | *: remove PRI[udx](8|16|32)David Lamparter2020-07-143-12/+9
| * | | *: un-split strings across linesDavid Lamparter2020-07-1414-50/+25
* | | | Merge pull request #6736 from NaveenThanikachalam/rmap_noopRuss White2020-07-151-2/+7
|\ \ \ \
| * | | | libfrr: Retain ret value if the best idx is foundNaveen Thanikachalam2020-07-141-2/+7
* | | | | Revert "Rpki Encapsulation"Quentin Young2020-07-142-4/+0
* | | | | Merge pull request #5015 from pguibert6WIND/rpki_vrf_encapsulationQuentin Young2020-07-142-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | bgpd: duplicate config commands into rpki-vrf subnodePhilippe Guibert2020-07-022-0/+4
* | | | | Merge pull request #5301 from idryzhov/show-interfaceQuentin Young2020-07-132-1/+13
|\ \ \ \ \
| * | | | | zebra: show interfaces from all VRFs in "show interface ..." commandsIgor Ryzhov2020-06-222-1/+13
| | |/ / / | |/| | |
* | | | | Merge pull request #6704 from mjstapp/pthread_block_signalsQuentin Young2020-07-131-0/+10
|\ \ \ \ \
| * | | | | lib: block signals in child pthreadsMark Stapp2020-07-091-0/+10
| | |_|_|/ | |/| | |
* | | | | Merge pull request #6530 from mjstapp/backup_nhg_notifyDonald Sharp2020-07-102-9/+16
|\ \ \ \ \
| * | | | | lib: test vrfs in nexthop_same_firsthop()Mark Stapp2020-07-072-9/+16
| |/ / / /
* | | | | Merge pull request #6403 from NaveenThanikachalam/FRR_RMAP_FIXDonald Sharp2020-07-101-85/+45
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | lib: Fix erroneous r-map behaviorNaveen Thanikachalam2020-05-261-85/+45
* | | | | lib: fix route map description memory leakRafael Zalamena2020-07-061-0/+3
* | | | | Merge pull request #6437 from opensourcerouting/bfd-profiles-bgpDonald Sharp2020-07-022-79/+199
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | lib: permit BFD library users to pass NULLRafael Zalamena2020-06-121-4/+6
| * | | | bfdd,lib: implement protocol profile selectionRafael Zalamena2020-05-292-83/+201
* | | | | pbrd, lib: remember to free alloc'd qobj on deleteWesley Coakley2020-07-011-0/+1
* | | | | Merge pull request #6627 from qlyoung/clarify-prefix-bit-usageRuss White2020-06-232-5/+13
|\ \ \ \ \
| * | | | | lib: clarify usage of prefix_bit functionQuentin Young2020-06-222-5/+13
* | | | | | lib: fix STREAM_GETF macroEmanuele Di Pascale2020-06-221-1/+1
|/ / / / /
* | | / / build: Allow removal of build configs from version stringJafar Al-Gharaibeh2020-06-191-1/+4
| |_|/ / |/| | |
* | | | Merge pull request #6615 from opensourcerouting/build-assorted-20200619Donald Sharp2020-06-191-42/+43
|\ \ \ \
| * | | | build: fix frr-format warningsDavid Lamparter2020-06-191-42/+43
* | | | | sharpd: add zclient session create and deleteMark Stapp2020-06-161-1/+1
|/ / / /
* | | | lib: prefix: add prefix_rd typestreambinder2020-06-151-0/+2
* | | | lib: don't try to change/reset capabilities if process has noneMark Stapp2020-06-111-1/+3
* | | | *: have daemons call frr_fini() at terminationMark Stapp2020-06-111-1/+2
* | | | Merge pull request #6557 from opensourcerouting/zlogbuf-litterDonald Sharp2020-06-111-1/+1
|\ \ \ \