summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | libs, daemons: changes to permit c++ compilationMark Stapp2019-02-1110-27/+38
|/
* Merge pull request #3752 from mjstapp/fix_wq_static_funcDonald Sharp2019-02-071-10/+4
|\
| * libs: remove useless static work_queue_free helperMark Stapp2019-02-071-10/+4
* | Merge pull request #3745 from chiragshah6/evpn_dev1Russ White2019-02-072-0/+2
|\ \ | |/ |/|
| * lib: advertise svi ip as macip opcodeChirag Shah2019-02-072-0/+2
* | Merge pull request #3744 from mjstapp/wq_deprecated_apiDavid Lamparter2019-02-072-12/+6
|\ \
| * | libs: remove deprecated workqueue apiMark Stapp2019-02-062-12/+6
| |/
* / lib: MTYPE_PREFIX_FLOWSPEC should not be exposed by memory.hDonald Sharp2019-02-073-2/+1
|/
* lib: add hooks for external logging functionEmanuele Di Pascale2019-02-052-0/+14
* Merge pull request #3518 from rgirada/routemap_3090Donald Sharp2019-02-052-0/+64
|\
| * lib: Implemented a cli "show route-map-unsed" to track all unsed routemaps.rgirada2019-02-042-0/+64
* | lib: Send interface request after initial helloDonald Sharp2019-02-051-6/+2
* | Merge pull request #3698 from donaldsharp/netlink_is_serious_businessRenato Westphal2019-02-051-1/+1
|\ \ | |/ |/|
| * lib, zebra: Fix 'show ip route' char collisionDonald Sharp2019-01-301-1/+1
* | lib: snprintf to strlcpy in frr_pthread.cDonald Sharp2019-01-311-2/+2
* | build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-7/+9
|/
* Merge pull request #3681 from donaldsharp/onlinkRuss White2019-01-293-5/+3
|\
| * *: The onlink attribute should be owned by the nexthop not the route.Donald Sharp2019-01-273-5/+3
* | Merge pull request #3616 from donaldsharp/route_notificationRuss White2019-01-291-1/+1
|\ \
| * | lib, zebra: Abstract character selection for nexthop displayDonald Sharp2019-01-261-1/+1
| |/
* | lib: protect termtable from bad fmt stringQuentin Young2019-01-281-1/+1
* | Merge pull request #3664 from opensourcerouting/yang-embed-extensionsDonald Sharp2019-01-281-0/+23
|\ \ | |/ |/|
| * build, lib/yang: bake in extensions if possibleDavid Lamparter2019-01-241-0/+23
* | zebra: set connected route metric based on the devaddr metricAnuradha Karuppiah2019-01-251-0/+9
* | zebra: propagate inactive neigh deletes to bgpdAnuradha Karuppiah2019-01-251-0/+2
* | lib: don't disable "log file" on "log syslog"David Lamparter2019-01-241-2/+0
|/
* Merge pull request #3655 from rubenk/macos-fixesDavid Lamparter2019-01-241-1/+1
|\
| * Fix compile error on Mac OSRuben Kerkhof2019-01-221-1/+1
* | Treewide: use ANSI function definitionsRuben Kerkhof2019-01-2413-27/+22
* | Merge pull request #3559 from opensourcerouting/zapi-sanity-checksQuentin Young2019-01-221-1/+21
|\ \
| * | lib: add a few more sanity checks when encoding/decoding routesRenato Westphal2019-01-141-1/+21
* | | Merge pull request #3633 from opensourcerouting/send-vrf-backendDonald Sharp2019-01-223-11/+5
|\ \ \ | |_|/ |/| |
| * | lib: remove the vrf_is_mapped_on_netns() functionRenato Westphal2019-01-202-11/+1
| * | zebra, lib: send VRF backend to the client daemonsRenato Westphal2019-01-201-0/+4
* | | Merge pull request #3631 from opensourcerouting/zapi_fixesRuss White2019-01-222-9/+9
|\ \ \
| * | | lib: use the correct VRF ID when parsing INTERFACE_LINK_PARAMS messagesRenato Westphal2019-01-182-5/+7
| * | | lib: fix checking of clients subscribed to receive default routesRenato Westphal2019-01-181-4/+2
| |/ /
* | | lib: simplify detection of when the user is leaving the CLI config modeRenato Westphal2019-01-192-139/+6
* | | lib: reset the vty xpath index when entering the config modeRenato Westphal2019-01-192-4/+1
|/ /
* | Merge pull request #3180 from qlyoung/prefixlen-u8-to-u16Renato Westphal2019-01-153-27/+26
|\ \
| * | bgpd, lib: few more prefixlen updatedQuentin Young2018-10-252-3/+6
| * | lib: convert prefixlen to 16-bit integerQuentin Young2018-10-153-26/+22
* | | Merge pull request #3611 from opensourcerouting/nb-fixesDonald Sharp2019-01-143-8/+13
|\ \ \
| * | | lib: update suggestions related to some northbound errorsRenato Westphal2019-01-141-4/+4
| * | | lib: don't abort when incomplete xpath is given by the userRenato Westphal2019-01-141-2/+6
| * | | lib: fix "use of uninitialised value" valgrind warningRenato Westphal2019-01-141-1/+1
| * | | lib: fix "may be used uninitialized" build warningRenato Westphal2019-01-141-1/+2
* | | | lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal2019-01-142-24/+51
| |_|/ |/| |
* | | lib: Add another 32 bit accessor to the prefix data structureDonald Sharp2019-01-111-0/+1
* | | Merge pull request #3589 from donaldsharp/self_vs_threadMark Stapp2019-01-101-1/+6
|\ \ \