summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Relax usage of `ip prefix-list A.B.C.D/M ge Y`Donald Sharp2020-10-171-3/+3
* Merge pull request #7317 from pjdruddy/pr-fix-evpn-prefix2stringDonald Sharp2020-10-171-46/+52
|\
| * bgpd: replace bgp_evpn_route2str with prefix2strPat Ruddy2020-10-161-12/+25
| * lib: align prefixevpn2str output with bgp_evpn_route2strPat Ruddy2020-10-151-49/+42
* | Merge pull request #7235 from opensourcerouting/acl-wildcard-fixSantosh P K2020-10-162-73/+61
|\ \ | |/ |/|
| * lib: fix cisco access list wildcard usageRafael Zalamena2020-10-042-73/+61
* | *: Use proper semantics for turning off threadDonald Sharp2020-10-122-5/+2
* | lib: add some EVPN help string constantsStephen Worley2020-10-081-0/+11
* | Merge pull request #7241 from chiragshah6/evpn_dev1Renato Westphal2020-10-077-8/+33
|\ \
| * | *: add errmsg to nb rpcChirag Shah2020-10-057-8/+33
* | | Merge pull request #7238 from sworleys/Nexthop-Same-First-RemoveMark Stapp2020-10-063-46/+1
|\ \ \ | |/ / |/| |
| * | lib: remove nexthop_same_firsthop() apiStephen Worley2020-10-023-46/+1
* | | lib: increase the size of northbound max moduleChirag Shah2020-10-031-1/+1
* | | *: add bgp yang files into makefilesChirag Shah2020-10-031-0/+1
| |/ |/|
* | vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-6/+0
|/
* lib: fix zapi_nexthop_update_decode error rcQuentin Young2020-10-011-1/+1
* lib,zebra,sharpd: add code for backup proto-NHs but disabledStephen Worley2020-09-282-6/+25
* lib,sharpd: align zapi NHG apis a bitStephen Worley2020-09-282-32/+35
* lib: add doc to clear-up hash_iterate multi deletionStephen Worley2020-09-281-1/+2
* lib: add proto NHG Notif header to log command typesStephen Worley2020-09-281-1/+2
* lib,zebra,sharpd: clang formatStephen Worley2020-09-282-5/+4
* lib,zebra: fixup NHG notify zapi messagingStephen Worley2020-09-281-2/+2
* Revert "lib,sharpd,pbrd: `set installable` nhg command"Stephen Worley2020-09-282-52/+7
* lib: add logging for ZEBRA_NHG_ADD[DEL]Stephen Worley2020-09-281-1/+3
* lib,sharpd,pbrd: `set installable` nhg commandStephen Worley2020-09-282-7/+52
* lib,doc: add `onlink` flag to nexthop group configStephen Worley2020-09-281-13/+29
* lib: add onlink flag to zapi_nh conversion helperStephen Worley2020-09-281-0/+3
* zebra: NHG ID bounds macrosStephen Worley2020-09-282-13/+12
* zebra,lib: command to only install proto-based nexthopsStephen Worley2020-09-282-0/+9
* zebra: implement protocol NHG Add/DelStephen Worley2020-09-281-1/+1
* lib, zebra: Add ability to send down a nhgid over route installDonald Sharp2020-09-282-0/+9
* lib, zebra: Add ZAPI_NHG_ADD|DELETEDonald Sharp2020-09-282-3/+89
* lib: Add the ability to grab a nhg starting idDonald Sharp2020-09-282-0/+18
* lib: Tell the compiler we don't care about the return codeDonald Sharp2020-09-241-3/+3
* Merge pull request #7155 from donaldsharp/TRAPMark Stapp2020-09-232-1/+18
|\
| * lib, zebra: Add ability to read kernel notice of TRAP/OFFLOADDonald Sharp2020-09-222-1/+18
* | Merge pull request #7018 from gouault6wind/show_ip_routeDonatas Abraitis2020-09-235-44/+7
|\ \
| * | vrf: VRF_DEFAULT must be 0, remove useless codeChristophe Gouault2020-09-215-44/+4
| * | lib: optimize vrf_id_to_name(VRF_DEFAULT) caseChristophe Gouault2020-09-211-0/+3
* | | Merge pull request #7067 from donaldsharp/remove_solarisMark Stapp2020-09-229-425/+11
|\ \ \ | |_|/ |/| |
| * | *: Remove solaris from FRRDonald Sharp2020-09-219-425/+11
| |/
* | lib: don't execute command if pre-processing hook has failedIgor Ryzhov2020-09-211-3/+13
* | lib: fix regcomp error processingIgor Ryzhov2020-09-211-2/+2
|/
* Merge pull request #7069 from opensourcerouting/fix-set-metricDonald Sharp2020-09-192-15/+38
|\
| * lib: fix negating set metric route-map commandDavid Schweizer2020-09-101-1/+1
| * lib: fix the "set metric" route-map commandRenato Westphal2020-09-092-14/+37
* | Merge pull request #7079 from opensourcerouting/nested-yang-augmentationsDonald Sharp2020-09-193-16/+25
|\ \
| * | lib: better support for nested YANG augmentationsRenato Westphal2020-09-113-16/+25
* | | Merge pull request #7089 from pguibert6WIND/netns-refactorRuss White2020-09-184-7/+59
|\ \ \
| * | | lib, zebra: reuse and adapt ns_list walk functionalityPhilippe Guibert2020-09-113-8/+21