summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | bgpd: Fix bgp clear help stringDonald Sharp2017-08-181-2/+2
| |/
* | lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-3/+0
* | *: centralize some exit cleanup into libfrrDavid Lamparter2017-08-151-8/+4
|/
* Merge pull request #978 from devicenull/masterDavid Lamparter2017-08-151-5/+8
|\
| * bgpd: Check for per-peer outbound configuration, in addition to the peer-grou...Brian Rak2017-08-141-5/+8
* | Merge pull request #948 from qlyoung/fix-set-ip-next-hop-peer-addressDavid Lamparter2017-08-151-6/+18
|\ \ | |/ |/|
| * bgpd: add `no set ip next-hop unchanged`Quentin Young2017-08-101-3/+9
| * lib, bgpd: fix `set ip next-hop peer-address`Quentin Young2017-08-101-3/+9
* | Merge pull request #960 from opensourcerouting/vty-fixesLou Berger2017-08-111-21/+5
|\ \
| * | bgpd: don't sidestep vty codeDavid Lamparter2017-08-111-21/+5
* | | bgpd: don't use DECLVAR without qobj pointerQuentin Young2017-08-101-4/+10
| |/ |/|
* | Merge pull request #941 from dwalton76/bgpd-peer-group-rebindDavid Lamparter2017-08-101-4/+11
|\ \ | |/ |/|
| * bgpd: do not bounce peer when re-binding to current peer-groupDaniel Walton2017-08-091-1/+2
| * bgpd: do not bounce peer when re-binding to current peer-groupDaniel Walton2017-08-091-4/+10
* | Merge branch 'frr/pull/822' ("EVPN fixes")David Lamparter2017-08-0912-207/+717
|\ \
| * | lib, bgpd: Use 'struct prefix *' for filter matchingDonald Sharp2017-08-081-1/+6
| * | lib, bgpd: Distinguish between AF_EVPN and AF_ETHERNETDonald Sharp2017-08-084-11/+15
| * | lib, bgpd: Address Review comments.Donald Sharp2017-08-081-4/+2
| * | bgpd: Use JSON_STRDonald Sharp2017-08-081-2/+2
| * | bgp: fix match mac address/match evpn vni commandsMitesh Kanjariya2017-08-081-9/+7
| * | bgpd: BGP should not ignore the VNI add notification if it is not live currentlyMitesh Kanjariya2017-08-081-1/+2
| * | bgpd: Fix output of interface based 'show bgp ..' commandsDonald Sharp2017-08-081-6/+5
| * | bgpd: show bgp ipv4 label-unicast does not provide any outputDaniel Walton2017-08-081-0/+4
| * | bgpd/zebra: honor tunnel ip change in bgp regardless of vni readinessMitesh Kanjariya2017-08-082-2/+14
| * | EVPN: Indentation is off for route-target exportDaniel Walton2017-08-081-1/+1
| * | bgpd: fix crash while configuring rtMitesh Kanjariya2017-08-081-3/+3
| * | bgpd, tools, vtysh: Handle config migration from 'address-family evpn' to 'ad...Daniel Walton2017-08-081-0/+103
| * | bgpd/zebra/lib: EVPN support for asymmetric VxLan routingMitesh Kanjariya2017-08-087-25/+196
| * | bgpd/zebra: fix bgpd crash happening in mac mobility code pathMitesh Kanjariya2017-08-081-13/+13
| * | bgpd: Fix evpn help stringsDonald Sharp2017-08-081-0/+3
| * | bgpd: Added support for vni filteringMitesh Kanjariya2017-08-082-0/+81