summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1078 from dwalton76/ospfd-network-cmd-warningRenato Westphal2017-08-311-1/+1
|\
| * *: return CMD_WARNING if command was already configuredDaniel Walton2017-08-311-1/+1
* | Merge pull request #1079 from qlyoung/fix-style-aRenato Westphal2017-08-313-16/+14
|\ \
| * | *: fix styleQuentin Young2017-08-303-16/+14
* | | Merge pull request #1044 from donaldsharp/combinationJafar Al-Gharaibeh2017-08-312-63/+70
|\ \ \ | |/ / |/| |
| * | *: Add RMAP_COMPILE_SUCCESS to enumDonald Sharp2017-08-252-62/+69
| * | *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-1/+1
* | | Merge pull request #1059 from opensourcerouting/oldbits-1Donald Sharp2017-08-301-0/+1
|\ \ \
| * | | zebra: kernel_socket: read extra attributesDavid Lamparter2017-08-281-0/+1
| | |/ | |/|
* | | Merge pull request #1056 from opensourcerouting/oldbits-0Donald Sharp2017-08-294-11/+79
|\ \ \
| * | | lib: add vty_frame() to get rid of unneeded configDavid Lamparter2017-08-292-0/+39
| * | | lib: add -N/--pathspace optionDavid Lamparter2017-08-282-11/+40
| |/ /
* | | Merge pull request #998 from mkanjari/dev-masterDavid Lamparter2017-08-294-13/+79
|\ \ \
| * \ \ Merge branch 'master' into dev-masterMitesh Kanjariya2017-08-2938-1102/+1777
| |\ \ \
| * | | | lib: new APIs for get/set system hostname/domainnameMitesh Kanjariya2017-08-293-9/+49
| * | | | Handle hostname/domainname properly for FreeBSDMitesh Kanjariya2017-08-261-14/+0
| * | | | Fix compilation errors for domainnameMitesh Kanjariya2017-08-261-0/+2
| * | | | lib: Fix make check failuresMitesh Kanjariya2017-08-261-0/+12
| * | | | provide/use API to get hostname/domainnameMitesh Kanjariya2017-08-251-1/+1
| * | | | lib/bgpd: provide/use API to get hostname/domainnameMitesh Kanjariya2017-08-254-13/+39
* | | | | Merge pull request #1060 from opensourcerouting/oldbits-2Donald Sharp2017-08-295-33/+39
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | lib, zebra: carry blackhole type over ZAPIDavid Lamparter2017-08-281-0/+2
| * | | | zebra: cleanup blackhole supportDavid Lamparter2017-08-282-3/+6
| * | | | zebra: rib: use nexthop ptr in rib_add/deleteDavid Lamparter2017-08-282-3/+4
| * | | | *: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from APIDavid Lamparter2017-08-283-27/+27
| | |/ / | |/| |
* | | | lib: document frrzmq in its header fileDavid Lamparter2017-08-281-1/+39
* | | | lib: ZeroMQ read handler, v2David Lamparter2017-08-283-0/+256
|/ / /
* | | Merge pull request #1046 from qlyoung/fix-cli-ambiguousDavid Lamparter2017-08-271-66/+77
|\ \ \
| * | | lib: remove static variable from cli matcherQuentin Young2017-08-251-8/+5
| * | | lib: fix rare bug in ambiguous command resolutionQuentin Young2017-08-251-58/+72
| | |/ | |/|
* | | lib: prefix: fix char value sizeDavid Lamparter2017-08-261-1/+1
* | | *: fix compiler warningsDavid Lamparter2017-08-263-44/+60
|/ /
* | Merge pull request #1038 from donaldsharp/zservRenato Westphal2017-08-242-3/+3
|\ \
| * | lib: Fix nexthop numDonald Sharp2017-08-242-3/+3
* | | Merge pull request #1031 from opensourcerouting/small-bitsDonald Sharp2017-08-2415-90/+183
|\ \ \ | |/ / |/| |
| * | lib: split off compiler magic into its own fileDavid Lamparter2017-08-245-66/+88
| * | lib: prefix: try harder to not hash garbageDavid Lamparter2017-08-241-1/+2
| * | lib: better warnings for install_elementDavid Lamparter2017-08-242-15/+20
| * | ospf6d: properly update prefix list referencesDavid Lamparter2017-08-242-0/+9
| * | lib: fix cosmetic issue with exit raceDavid Lamparter2017-08-241-1/+4
| * | lib: centralized memstats-at-exitDavid Lamparter2017-08-247-7/+60
* | | lib: mark the old zebra API for route advertisement as deprecatedRenato Westphal2017-08-241-3/+4
* | | *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-243-42/+23
* | | zapi: add support for routes with multiple labelsRenato Westphal2017-08-233-9/+41
* | | lib/zserv: introduce address-family independent ZAPI message typesRenato Westphal2017-08-233-11/+114
* | | lib: updates to zapi_routeRenato Westphal2017-08-232-50/+50
* | | *: remove leftovers from "router zebra"Renato Westphal2017-08-232-23/+0
* | | lib: remove redundant zebra messagesRenato Westphal2017-08-232-8/+0
|/ /
* | lib: fix const-check in route_nodeDavid Lamparter2017-08-221-2/+2
* | Merge pull request #939 from jbonor/optimizationLou Berger2017-08-2211-715/+827
|\ \