summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* all: add default log file if none are definedDon Slice2016-07-111-1/+2
* bgpd: BGP should accept "router-id IFNAME"Sid Khot2016-07-021-8/+78
* bgpd: "neigbor <interface> ttl-security hops" should reject a hops value grea...Sid Khot2016-07-021-0/+20
* bgpd: Fix another clang warningDonald Sharp2016-06-211-1/+1
* bgp_recalculate_all_bestpaths() should check if rn->info is NULLDaniel Walton2016-06-171-1/+4
* Revert "bgpd: bgp_scan shouldn't queue up route_nodes with no routes for proc...Daniel Walton2016-06-171-24/+0
* Quagga: bgpd needs extra neighbor and route json attributes for SNMP BGP4 MIBSam Tannous2016-06-142-6/+18
* bgpd, lib, vtysh: hook up bgp ENCAP CLI nodeLou Berger2016-06-124-6/+264
* bgpd: encap: add encap SAFI (RFC5512)Lou Berger2016-06-1213-100/+1712
* bgpd: Fixes and updates for VPNv6vivek2016-06-117-79/+23
* BGP:Fix for BFD sessions not getting replayed after quagga restartradhika2016-06-101-2/+2
* bgpd: remove vrf->iflist deleted to avoid a crashDon Slice2016-06-101-1/+0
* bgpd: encap: add attribute handlingLou Berger2016-06-107-3/+1569
* Merge branch 'cmaster-next' of ssh://stash.cumulusnetworks.com:7999/quag/quag...vivek2016-06-104-33/+28
|\
| * vtysh json output not JSON for show ip bgp neigh jsonSam Tannous2016-06-091-5/+6
| * ospf6d, bgpd: avoid calling if_nametoindexFeng Lu2016-06-092-4/+4
| * lib: allow caller to provide prefix storage in sockunion2hostprefixTimo Teräs2016-06-093-24/+18
* | bgpd: general MP/SAFI improvementsLou Berger2016-06-106-43/+64
|/
* bgpd: tests - add null pointer protection to fix bgp test failuresLou Berger2016-06-091-0/+2
* bgpd: Do not process workqueue upon instance deletevivek2016-06-091-12/+0
* bgpd: improve cleanup in bgp_delete()Lou Berger2016-06-099-24/+129
* *: fix more initialisers (for BSD)David Lamparter2016-06-081-2/+2
* bgpd: speed up "no-hit" withdraws for routeserversDavid Lamparter2016-06-083-4/+26
* bgpd: Fix Missing capability codes in data structureDonald Sharp2016-06-071-0/+4
* bgpd, lib, vtysh: hook up bgp VPNv6 CLI nodevivek2016-06-072-2/+121
* bgpd: wire up VPNv6 protocol processingLou Berger2016-06-078-16/+92
* bgpd: handle AS4 and EOI route distinguishersLou Berger2016-06-072-23/+59
* bgpd: make _vpnv4 static handling SAFI-agnosticLou Berger2016-06-073-55/+184
* bgpd: Fix graceful restart capability minsizeLou Berger2016-06-061-1/+1
* lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.hDonald Sharp2016-06-062-21/+22
* bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processingPaul Jakma2016-06-061-0/+24
* bgpd: Update error subcode for OPEN messagevivek2016-06-061-1/+1
* bgpd: Check capability falls on right multiple of size, where possible.Paul Jakma2016-06-061-0/+30
* bgpd: update rtt on soft clearTimo Teräs2016-06-061-0/+3
* bgpd: check rtt later after the real peer is knownTimo Teräs2016-06-061-1/+1
* bgpd: Make bgp_info_cmp robust to paths that do not have su_remote infoTimo Teräs2016-06-061-0/+6
* bgpd: Compile fix for clearing-completion FSM fix, using workqueue helper.Paul Jakma2016-06-061-1/+1
* bgpd: allow using rtt in route-map's set metricTimo Teräs2016-06-064-12/+52
* bgpd: refactor route-map objects modifying integer valuesTimo Teräs2016-06-061-192/+111
* lib, bgpd: Fixup some more compile errors due to warningsDonald Sharp2016-06-051-1/+1
* *: use void * for printing pointersDavid Lamparter2016-05-302-2/+2
* *: use long long to print time_tDavid Lamparter2016-05-301-5/+5
* bgpd: Fix useless call in bgpd/bgp_mplsvpn.cDenil Vira2016-05-301-3/+0
* Quagga: Fix code to use srandom/randomDonald Sharp2016-05-302-13/+2
* bgpd: don't use #ifdef inside macro argsDavid Lamparter2016-06-031-47/+0
* bgpd: fix negative values in outputMilan Kocian2016-06-032-4/+4
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2016-06-031-1/+1
* build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2016-06-031-2/+2
* bgpd: resolve merge issues in bgp_attr_check()Daniel Walton2016-05-273-13/+12
* bgpd: Fixes for recent well-known-attr check patch.Paul Jakma2016-05-261-1/+18