summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* bgpd: carry two MPLS labels in EVPN NLRIsMitesh Kanjariya2018-01-241-42/+74
* Merge pull request #1656 from ak503/bgpRenato Westphal2018-01-221-1/+1
|\
| * bgp: small fix for write to 'address-family l2vpn evpn' configurationdturlupov2018-01-191-1/+1
* | bgpd: fix compilation issue with bgpdPhilippe Guibert2018-01-221-1/+1
* | Merge pull request #1630 from LabNConsulting/working/master/pr1629-no-jsonDonald Sharp2018-01-191-0/+14
|\ \ | |/ |/|
| * bgpd: fix summary line reporting routes with RDs (no json case)Lou Berger2018-01-121-0/+14
* | Merge pull request #1632 from dwalton76/bgpd-localas-allowasinRuss White2018-01-161-1/+3
|\ \
| * | BGP "allowas-in" should accept AS paths with "local-as"Daniel Walton2018-01-121-1/+3
| |/
* | Merge branch 'master' into evpn-symmetric-routingMitesh Kanjariya2018-01-111-515/+149
|\|
| * bgpd: fix failing to compile on 32 bit systemsDonald Sharp2018-01-041-5/+7
| * bgpd: convert network statements from DEFUN to DEFPYDon Slice2017-12-211-513/+143