summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Don Slice2016-02-103-2/+139
|\
| * lib: Add library code to interact with systemdDonald Sharp2016-02-103-2/+139
* | zebra: fix interface lookup for vrf configurationDon Slice2016-02-103-9/+46
|/
* lib, vtysh, zebra: Better VRF debug handlingDonald Sharp2016-02-034-12/+100
* lib: Add callbacks for vrf changes into protocol sideDonald Sharp2016-02-012-0/+38
* lib, zebra: The Bulk of the conversion over to NS and VRFDonald Sharp2016-02-011-1/+3
* lib: Allow vrf under the cliDonald Sharp2016-02-014-3/+93
* lib, zebra: Abstract vrf.c to handle both vrf_id_t and char *nameDonald Sharp2016-02-012-67/+333
* lib: Allow zclient do-over of connect on initial attemptDonald Sharp2016-01-221-1/+15
* lib:removed onmatch next and onmatch goto from route-map denyDon Slice2016-01-131-2/+18
* lib: Add CMD_RANGE_STR macro to command.hDonald Sharp2015-12-081-0/+11
* ZEBRA: Remove NEXTHOP_TYPE_XXX_IFNAMEDonald Sharp2015-12-043-21/+6
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-11-273-19/+108
|\
| * Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-11-274-42/+25
| |\
| | * Should be able to "no" the full text of any config lineDaniel Walton2015-11-231-4/+24
| * | Quagga: Nexthop refactoringDonald Sharp2015-11-272-15/+84
* | | Quagga: prefix2str fixupDonald Sharp2015-11-233-4/+13
* | | Quagga: Fixup some compile warningsDonald Sharp2015-11-231-3/+3
* | | lib: Fixup of NULL calls to XSTRDUPDonald Sharp2015-11-232-7/+14
| |/ |/|
* | Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-11-201-1/+1
|\ \
| * | lib: Fixup a compiler warning on netbsdDonald Sharp2015-11-201-1/+1
| |/
* / Quagga: Fixup decision about what an unnumbered interface isDonald Sharp2015-11-202-37/+0
|/
* Quagga: Fixup cli and json keywordDonald Sharp2015-11-192-0/+19
* Zebra: Remove reliance on NEXTHOP_TYPE_IPV4_ONLINKDonald Sharp2015-11-162-18/+1
* Quagga crash in prefix_list_applyDaniel Walton2015-11-061-1/+2
* BGP: support for addpath TXDaniel Walton2015-11-052-2/+27
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Vipin Kumar2015-11-045-164/+379
|\
| * lib: Fix missing plist_int.hDonald Sharp2015-11-031-0/+78
| * lib: optimise prefix list setupDavid Lamparter2015-11-031-10/+36
| * lib: use trie structure for prefix list matchingDavid Lamparter2015-11-032-15/+206
| * lib: straighten out ORF prefix list supportDavid Lamparter2015-11-032-101/+53
| * lib: hide internal prefix list structuresDavid Lamparter2015-11-033-43/+11
* | *: add VRF ID in the API message headerFeng Lu2015-11-048-160/+343
|/
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-10-3011-110/+864
|\
| * zebra, lib/memtypes.c: the netlink sockets work per VRFFeng Lu2015-10-301-0/+1
| * lib/vrf: enable / disable a VRFFeng Lu2015-10-302-1/+110
| * zebra: let FIB stand for its respective VRFFeng Lu2015-10-302-4/+5
| * lib, zebra, vtysh: configure an interface in non-default VRFFeng Lu2015-10-302-0/+23
| * lib: move the interface list into "struct vrf"Feng Lu2015-10-304-58/+259
| * *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-10-301-0/+5
| * lib, zebra: add "vrf_id" into the "struct interface"Feng Lu2015-10-302-4/+6
| * lib, zebra: move "struct vrf" to be a lib moduleFeng Lu2015-10-305-4/+372
| * lib: Memory reporting fails over 2GBDonald Sharp2015-10-291-28/+15
| * BGP: route-map scaleDaniel Walton2015-10-281-16/+73
* | Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-10-243-30/+49
|\|
| * lib: zlog_hexdump actually output printable ascii charactersDonald Sharp2015-10-241-1/+1
| * Quagga needs better debugs in lib/sockunion.cDaniel Walton2015-10-231-23/+27
| * Use a hash to store BGP peer structuresDaniel Walton2015-10-232-0/+7
| * Addition of missing zebra command descriptionsradhika2015-10-221-6/+14
* | zebra: Remove HAVE_IPV6 from rib.h and zebra_rib.cDonald Sharp2015-10-231-2/+0