summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_evpn_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2034 from vincentbernat/fix/rfc8365-auto-rtDonald Sharp2018-05-161-0/+52
|\
| * bgpd: add an option for RT auto-derivation to use RFC 8635.Vincent Bernat2018-04-231-0/+52
* | bgpd: Fix compiler warning->errors of might be used uninitedDonald Sharp2018-05-091-3/+3
* | bgpd: write route-map to config for advertise type5 commandsMitesh Kanjariya2018-05-091-4/+14
* | bgpd: no advertise ipv6 unicast comand should unset the af_flagsMitesh Kanjariya2018-05-091-1/+1
* | bgpd: Display table version for EVPN routesvivek2018-05-091-8/+19
* | Merge pull request #2057 from donaldsharp/fix_1916Russ White2018-04-201-9/+9
|\ \
| * | bgpd: change advertise-subnet to a hidden commandMitesh Kanjariya2018-04-121-9/+9
| |/
* / bgpd: add basic support for ETI and ESI for BGP EVPNVincent Bernat2018-04-091-4/+4
|/
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-31/+31
* bgpd: Fix EVPN prefix route advertisement for IPv6vivek2018-03-171-1/+1
* Merge pull request #1806 from vivek-cumulus/evpn-ipv6-tenant-routingPhilippe Guibert2018-03-131-1/+1
|\
| * Merge branch 'master' of https://github.com/frrouting/frr into evpn-ipv6-tena...vivek2018-03-101-71/+50
| |\
| * | *: EVPN symmetric routing for IPv6 tenant routesvivek2018-02-281-1/+1
* | | Merge branch 'master' into type5-default-originateMitesh Kanjariya2018-03-121-63/+45
|\ \ \ | | |/ | |/|
| * | *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-71/+50
| |/
* | Merge branch 'master' into type5-default-originateMitesh Kanjariya2018-02-271-77/+47
|\|
| * Merge branch 'master' into evpn-bugsMitesh Kanjariya2018-02-271-0/+8
| |\
| * | bgpd: remove show bgp l2vpn evpn route vrf cmdmitesh2018-02-271-75/+0
| * | bgpd: write vrf rd to configMitesh Kanjariya2018-02-271-0/+6
| * | bgpd: move route-target for a vrf under address-family evpn commandMitesh Kanjariya2018-02-271-0/+32
| * | bgpd: add show bgp vrf all l2vpn evpn summary as an optionMitesh Kanjariya2018-02-271-2/+9
* | | Merge branch 'master' into type5-default-originateMitesh Kanjariya2018-02-271-0/+8
|\ \ \ | | |/ | |/|
| * | Merge pull request #1736 from mkanjari/type5-with-asymmPhilippe Guibert2018-02-271-0/+8
| |\ \ | | |/ | |/|
| | * zebra, bgp: Support type-5 routes with asymmetric routingMitesh Kanjariya2018-02-101-0/+8
* | | bgpd: support for default-originate type-5 routeMitesh Kanjariya2018-02-231-0/+89
* | | bgpd: move l2vpn evpn related flags in struct bgp to af_flagsMitesh Kanjariya2018-02-231-17/+21
* | | bgpd: allow advertise-subnet cmd without enabling advertise ipv4 unicastMitesh Kanjariya2018-02-231-10/+2
|/ /
* | bgpd: Fix value set but never usedDonald Sharp2018-02-171-2/+2
* | bgpd: Policy to control which RIB routes are injected into EVPNMitesh Kanjariya2018-02-131-13/+57
|/
* bgpd: Fix EVPN type-5 route displayvivek2018-01-241-2/+3
* *: Reintroduce JSON keywords for EVPNvivek2018-01-241-0/+7
* bgpd: filter for prefix route in route rd commandsMitesh Kanjariya2018-01-241-2/+5
* bgpd: provide filter for ip prefix route in bgp l2vpn evpn route cmdMitesh Kanjariya2018-01-241-1/+4
* bgpd: fix show bgp l2vpn evpn vni commandMitesh Kanjariya2018-01-241-2/+0
* bgpd/zebra: show command enhancements for EVPN symmetric routingMitesh Kanjariya2018-01-241-29/+238
* bgpd: advertise VNI subnetMitesh Kanjariya2018-01-241-0/+82
* Merge branch 'master' into evpn-symmetric-routingMitesh Kanjariya2018-01-111-3/+3
|\
| * bgpd: fixed '-Werror=maybe-uninitialized' warningsRaymond P. Burkholder2017-12-191-3/+3
* | bgpd, lib, zebra: fix style problemsmitesh2017-12-271-9/+18
* | bgpd: move vrf rd command under address-family l2vpn evpnMitesh Kanjariya2017-12-141-2/+2
* | bgpd: write advertise <ipv4|ipv6> unicast under bgp vrf configMitesh Kanjariya2017-12-141-0/+6
* | bgpd: follow AFI/SAFI style for advertising/withdrawing type-5 routesMitesh Kanjariya2017-12-141-40/+46
* | bgpd: update/withdraw type-5 routes upon l3-vni add/delMitesh Kanjariya2017-12-141-9/+4
* | bgpd: evpn enabled should only be checked for default instanceMitesh Kanjariya2017-12-141-3/+2
* | bgpd: advertise/withdraw type-5 routes upon user configmitesh2017-12-141-4/+105
* | bgpd: set vrf originator ip to kernels local-ipmitesh2017-12-141-0/+4
* | bgpd: RD derivation for VRFmitesh2017-12-141-0/+135
* | bgpd: move vrf RT command under address-family l2vpn evpnMitesh Kanjariya2017-12-141-2/+2
* | zebra: use list_delete_and_null instead of list_deletemitesh2017-12-141-2/+3