summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: route-map: share aspath object compilation code where possibleTimo Teräs2016-05-261-48/+24
* bgpd: fix route-map commentsTimo Teräs2016-05-261-4/+4
* build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma2016-05-261-2/+1
* bgpd: Fix more clang compiler warningsDonald Sharp2016-05-202-3/+2
* bgpd: Fix warnings -> errors issuesDonald Sharp2016-05-191-3/+3
* bgpd: Fix possible api.tag uninitialized usageDonald Sharp2016-05-191-0/+4
* bgpd: Clean up some static analysis warningsDonald Sharp2016-05-197-19/+8
* bgpd: Fix function returnDonald Sharp2016-05-191-0/+2
* bgpd: peer_uptime overflows after 1 yearPaul Jakma2016-05-191-5/+12
* bgpd: Refactor peer_uptimeDonald Sharp2016-05-191-39/+23
* BGP: "show ip bgp neighbor json" keys are stepping all over each otherDaniel Walton2016-05-181-10/+10
* BGP: Unlink BGP instance from VRF only at the end of deletionvivek2016-05-151-3/+3
* BGP: Unlink BGP instance from VRF only at the end of deletionvivek2016-05-151-6/+7
* BGP: Set advertisement interval when triggering IPv6 RAsvivek2016-05-132-2/+7
* BGP: Fix nexthop setting for default originatevivek2016-05-101-8/+1
* zebra - BFD client de-registration supportradhika2016-05-092-0/+5
* BGP: At exit, remove callbacks before invoking vrf_terminate()vivek2016-05-071-1/+13
* bgpd: Fix call bgp_zebra_terminate_radvDonald Sharp2016-05-031-3/+8
* "bgp network import-check" needs hidden "exact" optionDaniel Walton2016-05-021-1/+10
* BGP: Trigger IPv6 router advertisements upon config of unnumbered neighborvivek2016-05-025-1/+85
* Fix BGP JSON outputDinesh G Dutt2016-04-292-38/+153
* quagga: Fixup startup to allow consistency between sysV and systemdDonald Sharp2016-04-271-3/+0
* no neighbor peergrp shutdown no longer worksDaniel Walton2016-04-261-2/+2
* Update last reset reason on interface down or neighbor addr loss.Dinesh G Dutt2016-04-253-2/+10
* bgpd: debug protect a log messageDonald Sharp2016-04-221-2/+3
* Addition on hidden command "bfd multihop/singlehop" and "ptm-enable" per inte...radhika2016-04-221-6/+188
* bgp: Anti-Yammer PatchDonald Sharp2016-04-211-1/+2
* BGP: Certain peer-group parameters (e.g., enhe, local-as) are not takingDaniel Walton2016-04-191-34/+57
* lib, bgpd: Refactor vrf handling through zclientDonald Sharp2016-04-152-63/+82
* BGP: cannot "no neighbor ISL timers 3 10" for peer-groupDaniel Walton2016-04-141-1/+1
* quagga: "set community x:y" needs bounds checkingDaniel Walton2016-04-144-133/+146
* BGP: Register with correct VRF id for redistributionvivek2016-04-141-2/+2
* BGP: Use VRF_UNKNOWN for initializationvivek2016-04-143-15/+15
* BGP: Implement key show commands for all VRFsvivek2016-04-134-13/+245
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2016-04-071-1/+3
|\
| * bgpd: Resolve ability to add route-map out to peer-group memberDon Slice2016-04-061-1/+3
* | lib, vtysh: Return actual problem further upDonald Sharp2016-04-071-1/+2
|/
* bgpd: Another hash_get crash fixDonald Sharp2016-04-041-0/+3
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2016-04-011-2/+5
|\
| * BGP: Enable multiple instance support by defaultvivek2016-04-011-2/+5
* | bgp: Fix crash in hash_get for peerDonald Sharp2016-04-011-0/+1
|/
* bgp: Order neighbor information in show runDonald Sharp2016-03-311-0/+24
* bgpd: Add group pointer to peer_create function.Donald Sharp2016-03-314-11/+10
* BGP: Fix BGP unnumbered peerings across VRFsvivek2016-03-292-1/+1
* bgpd: Fix VU#270232, VPNv4 NLRI parser memcpys to stack on unchecked lengthDonald Sharp2016-03-281-16/+36
* BGP: Enhance clear commands for VRFsvivek2016-03-251-81/+1550
* bgpd, lib, ospfd, ospf6d: Fix bfd interface lookupDonald Sharp2016-03-241-1/+1
* bgpd, lib, zebra: Add ability to retrieve ifp without specifying a vrfDonald Sharp2016-03-231-1/+1
* Quagga: Make routemap updates or deletes work for VRFsvivek2016-03-224-57/+56
* quagga: delete interface from default table when moved to vrfDon Slice2016-03-181-1/+1