summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BGP: Implement "neighbor x.x.x.x addpath-tx-bestpath-per-AS"Daniel Walton2015-11-0610-81/+262
* BGP: Correctly display local-as for peer-group memberDaniel Walton2015-11-051-1/+6
* BGP: support for addpath TXDaniel Walton2015-11-0518-281/+656
* debian: Modify Quagga cumulus version in debian packagingDonald Sharp2015-11-051-1/+1
* BGP ORF fails to filter prefixes correctlyDaniel Walton2015-11-044-13/+35
* BGP: enable deterministic-med by defaultDaniel Walton2015-11-042-6/+15
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Vipin Kumar2015-11-0418-200/+579
|\
| * BGP: vtysh should accept just "router bgp" if the AS is already definedDaniel Walton2015-11-033-17/+55
| * Enable OSPF "log-adjacency-changes" by defaultDaniel Walton2015-11-033-10/+23
| * Add "no debug ospf" and "no debug ospf6" commands to disable all ospf debuggingDaniel Walton2015-11-033-0/+113
| * 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-035-106/+58
| * lib: hide internal prefix list structuresDavid Lamparter2015-11-035-47/+15
* | *: add VRF ID in the API message headerFeng Lu2015-11-0440-534/+989
|/
* Fixing a space before VRF_CMD_STR in ip route commands.Vipin Kumar2015-10-301-97/+97
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-10-3074-1369/+5281
|\
| * Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Vipin Kumar2015-10-308-16/+16
| |\
| | * Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-10-296-159/+342
| | |\
| | * | Quagga: Man pages have wrong pathsDonald Sharp2015-10-298-16/+16
| * | | Fixing a few compile errorsVipin Kumar2015-10-302-3/+4
| * | | zebra_vrf lookup fix in upstream VRF patchesVipin Kumar2015-10-301-4/+1
| * | | zebra, lib/memtypes.c: the netlink sockets work per VRFFeng Lu2015-10-3017-134/+244
| * | | zebra: maintain RTADV per VRFFeng Lu2015-10-305-68/+121
| * | | zebra: add hooks upon enabling / disabling a VRFFeng Lu2015-10-304-1/+79
| * | | lib/vrf: enable / disable a VRFFeng Lu2015-10-302-1/+110
| * | | zebra: maintain the router-id per VRFFeng Lu2015-10-306-46/+115
| * | | zebra: configure static routes in any VRFFeng Lu2015-10-303-123/+1571
| * | | zebra: lookup the address in all VRFs when set the route-map rule "set src"Feng Lu2015-10-301-4/+13
| * | | zebra: let the route-map rule "match interface" work for VRFsFeng Lu2015-10-303-10/+16
| * | | zebra: show routes in a specified VRF or all VRFsFeng Lu2015-10-302-78/+1025
| * | | zebra: let FIB stand for its respective VRFFeng Lu2015-10-3011-151/+202
| * | | zebra: show interfaces in a specified VRF or all VRFsFeng Lu2015-10-301-23/+186
| * | | lib, zebra, vtysh: configure an interface in non-default VRFFeng Lu2015-10-305-4/+62
| * | | 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-3014-15/+21
| * | | lib, zebra: add "vrf_id" into the "struct interface"Feng Lu2015-10-303-13/+19
| * | | lib, zebra: move "struct vrf" to be a lib moduleFeng Lu2015-10-3016-246/+694
| | |/ | |/|
| * | Deactivate BGP peer via "no neighbor x.x.x.x activate" removes other configDaniel Walton2015-10-293-156/+252
| * | Debian: Track dependencies so that rebuilds can work rightDonald Sharp2015-10-291-1/+2
| * | BGP: Do appropriate cleanup on receipt of redistribute updatevivek2015-10-291-0/+29
| * | BGP: Check for duplicate and overlapping listen rangesvivek2015-10-291-1/+57
| * | BGP: Display the interface name used to resolve a nexthop.vivek2015-10-291-1/+2
| |/
| * lib: Memory reporting fails over 2GBDonald Sharp2015-10-291-28/+15
| * BGP: route-map scaleDaniel Walton2015-10-282-66/+124
| * BGP: peer-group restrictions should be relaxed, update-groups determine outbo...Daniel Walton2015-10-286-232/+162
* | zebra: Fix change of distance on ipv6 route creating duplicate routesDonald Sharp2015-10-241-6/+13
* | Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-10-249-61/+147
|\|
| * lib: zlog_hexdump actually output printable ascii charactersDonald Sharp2015-10-241-1/+1