summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: fix styleQuentin Young2017-08-308-305/+229
* Merge pull request #1056 from opensourcerouting/oldbits-0Donald Sharp2017-08-299-1232/+1051
|\
| * bgpd: remove some deep nestingDavid Lamparter2017-08-293-924/+893
| * bgpd: get rid of afi_header_vty_out() & co.David Lamparter2017-08-299-313/+163
* | Merge pull request #1073 from LabNConsulting/working/master/patch/fix-pr939-b...Donald Sharp2017-08-291-12/+19
|\ \
| * | bgp: add asserts to catch unsupported double enqueue of an RN on a bgp_proces...Lou Berger2017-08-291-0/+2
| * | bgp: fix handling of bgp_process_queue to allow for RNs addedLou Berger2017-08-291-4/+6
| * | bgp: refactor bgp_process_queue to be consistent and cleanup related event qu...Lou Berger2017-08-291-8/+11
| |/
* | Merge pull request #998 from mkanjari/dev-masterDavid Lamparter2017-08-2916-361/+1396
|\ \
| * | Merge branch 'master' into dev-masterMitesh Kanjariya2017-08-2913-1019/+532
| |\|
| * | lib: new APIs for get/set system hostname/domainnameMitesh Kanjariya2017-08-292-12/+12
| * | Handle hostname/domainname properly for FreeBSDMitesh Kanjariya2017-08-261-4/+6
| * | lib/bgpd: provide/use API to get hostname/domainnameMitesh Kanjariya2017-08-252-26/+11
| * | fix coding styleMitesh Kanjariya2017-08-197-54/+54
| * | Fix coding style.Mitesh Kanjariya2017-08-194-45/+47
| * | bgpd: use macro HAVE_STRUCT_UTSNAME_DOMAINNAME to avoid compilation failuresMitesh Kanjariya2017-08-181-1/+3
| * | zebra: Fix MAC change handling for a neighborvivek2017-08-175-58/+54
| * | bgpd: Register for label only the default instancevivek2017-08-171-4/+5
| * | bgpd: Cleanup NHT state when underlying VRF goes downvivek2017-08-173-0/+36
| * | bgpd: Add advertsie-all-vni in show bgp neighborMitesh Kanjariya2017-08-173-50/+73
| * | bgpd: display hostname capabilities as advertised and receivedMitesh Kanjariya2017-08-172-20/+85
| * | bgpd: Fix json outputMitesh Kanjariya2017-08-171-14/+25
| * | bgpd: Json support for evpn commandsMitesh Kanjariya2017-08-175-307/+959
| * | bgpd: show command for martian nexthop dbMitesh Kanjariya2017-08-171-0/+56
| * | bgpd: Ignore EVPN routes from CLAG peer when VNI comes upMitesh Kanjariya2017-08-1711-18/+219
| * | bgpd: notify zebra if advertise-gw-macip is enabled when VNI comes upMitesh Kanjariya2017-08-171-0/+5
* | | *: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from APIDavid Lamparter2017-08-281-2/+2
| |/ |/|
* | Merge pull request #1034 from dwalton76/bgpd-mpls-fec-allocateDavid Lamparter2017-08-274-87/+166
|\ \
| * | bgpd: 'show ip bgp regex' needs to be VRF awareDaniel Walton2017-08-221-4/+6
| * | bgpd: remove json option from 'sh ip bgp' commands that do not support itDaniel Walton2017-08-221-39/+75
| * | bgpd: Memory wasting in zebra by non used MPLS FECsDaniel Walton2017-08-224-44/+85
* | | bgpd: encap: fix extension sizingDavid Lamparter2017-08-261-1/+1
* | | Merge pull request #1031 from opensourcerouting/small-bitsDonald Sharp2017-08-242-30/+24
|\ \ \
| * | | bgpd: fix stats counting for IPv6David Lamparter2017-08-241-27/+24
| * | | lib: centralized memstats-at-exitDavid Lamparter2017-08-241-3/+0
| |/ /
* | | *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-244-363/+73
* | | bgpd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal2017-08-242-322/+120
* | | bgpd: use the new API to send routes to zebraRenato Westphal2017-08-242-190/+114
* | | *: remove leftovers from "router zebra"Renato Westphal2017-08-231-16/+0
* | | vnc/eigrpd/isisd: check for the correct message typesRenato Westphal2017-08-231-2/+2
* | | lib: remove redundant zebra messagesRenato Westphal2017-08-231-4/+4
* | | bgpd: fix file descriptor leakRenato Westphal2017-08-231-0/+2
|/ /
* | Merge pull request #939 from jbonor/optimizationLou Berger2017-08-225-66/+100
|\ \
| * | lib: optimize IPV4_ADDR_[SAME|COPY]()Jorge Boncompte2017-08-171-2/+2
| * | bgpd: bgp process queue optimizationJorge Boncompte2017-08-172-39/+80
| * | bgpd: inline bgp_lock()/bgp_unlock()Jorge Boncompte2017-08-173-26/+19
| |/
* | bgpd: don't zprivs_terminate() twiceDavid Lamparter2017-08-211-4/+1
* | Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter2017-08-212-13/+13
|\ \
| * | *: Add 'show debugging' command from vtyshDonald Sharp2017-08-212-13/+13
| |/
* | Merge pull request #1007 from donaldsharp/clear_help_strDavid Lamparter2017-08-211-2/+2
|\ \