summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | bgpd: implement draft-ietf-grow-bgp-gshut-10Daniel Walton2017-08-251-0/+1
* | | *: fix styleQuentin Young2017-08-301-2/+4
* | | Merge pull request #1056 from opensourcerouting/oldbits-0Donald Sharp2017-08-291-6/+3
|\ \ \
| * | | bgpd: get rid of afi_header_vty_out() & co.David Lamparter2017-08-291-6/+3
| | |/ | |/|
* | | Merge branch 'master' into dev-masterMitesh Kanjariya2017-08-291-2/+2
|\| |
| * | *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-2/+2
| |/
* / bgpd: Ignore EVPN routes from CLAG peer when VNI comes upMitesh Kanjariya2017-08-171-0/+2
|/
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-2/+4
* *: reindent pt. 2whitespace / reindent2017-07-171-4/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-285/+286
* Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attrDonald Sharp2017-07-141-4/+4
|\
| * *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-4/+4
* | bgpd: Refactor 'struct attr_extra' into 'struct attr'Donald Sharp2017-07-121-2/+2
* | bgpd: Display (show) commands for EVPNvivek2017-07-121-0/+9
* | bgpd: EVPN route handlingvivek2017-07-121-2/+30
|/
* Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-06-301-3/+3
|\
| * *: use vty_outlnQuentin Young2017-06-291-3/+3
* | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-06-161-4/+4
|/
* Merge branch 'frr/pull/569'David Lamparter2017-05-181-2/+2
|\
| * bgpd: fix config of v6 vpn networks tagsLou Berger2017-05-171-2/+2
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+18
* | bgpd: use correct type for rfapi thread pointerQuentin Young2017-05-051-1/+1
* | bgpd, zebra: Implement BGP Prefix-SID IETF draftVivek Venkatraman2017-04-061-0/+4
* | bgpd: labeled unicast processingDon Slice2017-04-061-1/+12
|/
* bgpd: change str2mac call apiPhilippe Guibert2017-02-141-1/+1
* bgpd: replace AFI_ETHER reference with AFI_L2VPN refPhilippe Guibert2017-02-141-1/+1
* bgpd: enhance network command for evpn route type 5Philippe Guibert2017-02-141-2/+4
* bgpd: enhance EPVN vty show commandsPhilippe Guibert2017-02-141-0/+3
* bgpd: add EVPN RT5 gatewayIp address to bgp_static contextPhilippe Guibert2017-02-141-0/+1
* bgpd: introduction of vxlan tunnel attributePhilippe Guibert2017-02-141-0/+1
* bgpd: route type 5 internal structures plus processingPhilippe Guibert2017-02-141-0/+4
* bgpd: handling EVPN Route Type 5 NLRI messagePhilippe Guibert2017-02-141-3/+5
* Merge remote-tracking branch 'origin/master' into pr/111Donald Sharp2017-01-271-0/+3
|\
* | bgpd: move bgp_show_type enumerate to bgp_route.hPhilippe Guibert2017-01-241-0/+22
|/
* bgpd: allow VPN next hop to be different AFI than NLRI next hop (Issue #71)Lou Berger2017-01-191-0/+4
* bgpd: release all memory explicitly on exitRenato Westphal2016-11-281-1/+1
* bgpd: Remove the double-pass parsing of NLRIsPaul Jakma2016-10-261-1/+0
* bgpd: Regularise bgp_update_receive, add missing notifies and checksPaul Jakma2016-10-261-1/+1
* bgpd: Regularise BGP NLRI sanity checks a bitPaul Jakma2016-10-261-1/+1
* bgpd: implement admin distanceMaitane Zotes2016-10-201-2/+2
* *: Consistently support 32-bit route tagsChristian Franke2016-10-081-1/+1
* bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-031-0/+37
* bgpd: improve cleanup in bgp_delete()Lou Berger2016-06-091-0/+3
* bgpd: make _vpnv4 static handling SAFI-agnosticLou Berger2016-06-071-3/+6
* BGP: VRF registration and cleanupvivek2016-02-121-0/+1
* bgpd: Add the ability to use a VRF to bgpDonald Sharp2016-02-021-2/+3
* BGP bestpath debugs need to display the addpath RX IDDaniel Walton2015-12-071-0/+4
* BGP: route-server will now use addpath...chop the _rsclient codeDaniel Walton2015-11-101-16/+2
* BGP: support for addpath TXDaniel Walton2015-11-051-1/+2
* Added json formating support to show-...-neighbors-... bgp commands.Morgan Stewart2015-08-121-3/+2