summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2132 from donaldsharp/missed_stuffRuss White2018-05-121-8/+34
|\
| * bgpd, lib, zebra: Cleanup formatting issues foundDonald Sharp2018-05-091-8/+6
| * bgpd: enable neighbor-nexthop-self for l2vpn evpn address familyMitesh Kanjariya2018-05-091-0/+2
| * bgpd: modify route install/withdraw logic for evpn type-5 routes in vrfMitesh Kanjariya2018-05-091-2/+10
| * bgpd: apply advertise ipv4 unicast route-map while advertising type-5 routesMitesh Kanjariya2018-05-091-6/+24
* | Merge pull request #2137 from mkanjari/evpn-addr-changeRuss White2018-05-091-9/+11
|\ \ | |/ |/|
| * *: change struct evpn_addr to include a union of all evpn route typesmitesh2018-05-031-9/+11
* | Merge pull request #2073 from pguibert6WIND/bgp_fs_pbrRuss White2018-05-031-1/+1
|\ \
| * | bgpd: add function handling flowspec entries to pass to zebraPhilippe Guibert2018-04-301-1/+1
| |/
* / bgpd: when showing routes, add nexthop vrf and announce-self flagG. Paul Ziemba2018-04-281-14/+159
|/
* bgpd: Prevent vrf 2 vrf route leaking from going offbox.Donald Sharp2018-04-251-0/+10
* bgpd: move attr display into checked blockQuentin Young2018-04-131-24/+28
* bgpd: Fix another aspath %d that should be %uDonald Sharp2018-04-131-1/+1
* bgpd: the nexthop IP is displayed for FS entries.Philippe Guibert2018-04-091-2/+14
* bgpd: nexthop tracking with labels for vrf-vpn leakingG. Paul Ziemba2018-04-041-13/+43
* Merge pull request #1993 from vivek-cumulus/evpn-fixesLou Berger2018-04-041-1/+1
|\
| * bgpd: Fix use of ROUTE_IMPORTED for EVPNvivek2018-03-301-1/+1
* | bgpd: enhance show bgp ipv4 flowspec <IP>Philippe Guibert2018-03-301-0/+13
* | bgpd: support for json in show bgp ipv4 flowspec commandsPhilippe Guibert2018-03-301-3/+6
* | bgpd: support for show bgp ipv4 flowspecPhilippe Guibert2018-03-301-0/+40
* | bgpd: disable aggregation for flowspec entriesPhilippe Guibert2018-03-301-2/+10
|/
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-65/+67
* Merge pull request #1915 from vivek-cumulus/evpn-ipv6-external-routingPhilippe Guibert2018-03-271-2/+4
|\
| * bgpd: Use BGP_ROUTE_IMPORTED for EVPNvivek2018-03-171-2/+4
* | bgpd: Use BGP instance to derive the VRF for route uninstallvivek2018-03-211-7/+11
* | bgpd: Fix peer withdrawal and route leaking for vpn's and vrf'sDonald Sharp2018-03-211-1/+32
* | bgpd: Clean up peer status checking for a received nlriDonald Sharp2018-03-161-4/+0
|/
* Merge branch 'master' into working/master/bgp-vpn-vrf-leakingpaulzlabn2018-03-141-6/+41
|\
| * bgpd: Fix warningvivek2018-03-131-1/+2
| * bgpd: Fix enum, use API for log stringvivek2018-03-131-4/+21
| * Merge branch 'master' of https://github.com/frrouting/frr into pmsi-parse-dis...vivek2018-03-131-6/+7
| |\
| | * Merge branch 'master' into type5-default-originateMitesh Kanjariya2018-03-121-25/+17
| | |\
| | * \ Merge branch 'master' into type5-default-originateMitesh Kanjariya2018-03-061-4/+7
| | |\ \
| | * | | bgpd: allow advertise-subnet cmd without enabling advertise ipv4 unicastMitesh Kanjariya2018-02-231-2/+2
| * | | | Merge branch 'master' of https://github.com/frrouting/frr into pmsi-parse-dis...vivek2018-03-101-27/+21
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | bgpd: Fix warningsvivek2018-03-041-1/+0
| * | | | bgpd: Parse PMSI Tunnel Attribute and displayvivek2018-03-041-0/+17
| | |/ / | |/| |
* | | | bgpd: vpn-vrf route leakingG. Paul Ziemba2018-03-091-13/+169
* | | | bgpd: some more debug info when 'debug updates out' is setG. Paul Ziemba2018-03-091-0/+7
| |/ / |/| |
* | | *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-32/+23
| |/ |/|
* | Merge branch 'master' into evpn-bug-fixesMitesh Kanjariya2018-02-211-269/+246
|\|
| * Merge pull request #1701 from donaldsharp/zapi_vrf_labelMartin Winter2018-02-141-1/+1
| |\
| | * *: Make code use a consisten definition of labelsDonald Sharp2018-02-091-1/+1
| * | whitespace/comment fixes per qlyoungG. Paul Ziemba2018-02-091-3/+3
| * | bgpd: ran indent.py on some files prior to bgp vpn-vrf leaking changesG. Paul Ziemba2018-02-091-265/+232
| * | bgpd: json route table brace countingG. Paul Ziemba2018-02-091-11/+20
| |/
* / bgpd: Ensure EVPN routes are not injected back into EVPNvivek2018-02-091-2/+4
|/
* zebra/bgpd: fix compilation issuesmitesh2018-01-241-1/+1
* bgpd: Use source route's path attributes for type-5 routesvivek2018-01-241-1/+3
* bgpd: advertise VNI subnetMitesh Kanjariya2018-01-241-2/+2