summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4522 from LabNConsulting/working/master/issue4479Quentin Young2019-06-251-0/+11
|\
| * bgpd: handle additional events occuring during instance shutdownLou Berger2019-06-181-0/+11
* | Merge pull request #4544 from chiragshah6/mdevSri Mohana Singamsetty2019-06-251-0/+19
|\ \
| * | bgpd: print ecom in evpn route outputChirag Shah2019-06-211-0/+19
* | | Merge pull request #4331 from patrasar/bgp_cli_fixDonald Sharp2019-06-221-4/+3
|\ \ \
| * | | bgpd : add prefix-length in show ip bgp neighbor advertised routes keySarita Patra2019-06-111-4/+3
* | | | bgpd : Support for exact-match in match clause for lcommunityvishaldhingra2019-06-191-14/+48
| |/ / |/| |
* | | Merge pull request #4260 from vishaldhingra/lcommDonald Sharp2019-06-191-5/+15
|\ \ \
| * | | bgpd: Added the as-set option for IPV6 agg. routevishaldhingra2019-06-171-5/+15
| | |/ | |/|
* | | Merge pull request #4514 from opensourcerouting/warnings-20190612Donald Sharp2019-06-171-21/+8
|\ \ \ | |/ / |/| |
| * | *: config.h or zebra.h is the first #includeDavid Lamparter2019-06-131-0/+1
| * | bgpd: fix clang format warningDavid Lamparter2019-06-131-21/+7
| |/
* / bgpd: Process core when bgp instance is deletedSoman K S2019-06-111-0/+7
|/
* Merge pull request #3555 from pguibert6WIND/bgp_wording_vrf_tableRuss White2019-06-041-6/+8
|\
| * bgpd: use the wording vrf instead of tablePhilippe Guibert2019-01-071-6/+8
* | Merge pull request #4455 from lkrishnamoor/revertDonald Sharp2019-06-041-19/+12
|\ \
| * | Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-041-19/+12
* | | bgpd: Remove BGP_OPT_CONFIG_CISCODonald Sharp2019-06-031-38/+6
|/ /
* | bgpd: Filtering received EVPN routes based on VNI does not workLakshman Krishnamoorthy2019-05-311-5/+12
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-301-7/+7
* | Merge pull request #4377 from ton31337/feature/show_fqdn_in_show_ip_bgpRuss White2019-05-281-52/+125
|\ \
| * | bgpd: Show FQDN in `show [ip] bgp` outputDonatas Abraitis2019-05-211-52/+125
* | | bgpd: fix compiler warning in reason2strDavid Lamparter2019-05-201-0/+1
|/ /
* | Merge pull request #4349 from donaldsharp/bgp_reasonSri Mohana Singamsetty2019-05-171-18/+144
|\ \
| * | bgpd: Display best path selection reasonDonald Sharp2019-05-161-1/+80
| * | bgpd: Store reason why bestpath was choosenDonald Sharp2019-05-161-8/+54
| * | bgpd: Switch data structure passing to route_vty_out_detailDonald Sharp2019-05-161-9/+10
* | | Merge pull request #4219 from bisdhdh/biswajitfrr_5Russ White2019-05-161-3/+18
|\ \ \
| * \ \ Merge branch 'master' of https://github.com/frrouting/frrBiswajit Sadhu2019-05-071-0/+1
| |\ \ \
| * | | | bgpd: Prevent the ebgp ipv6 sender from changing of nexthop in a special case.Biswajit Sadhu2019-04-271-3/+18
* | | | | bgpd: json cli output for bgp evpn overlayLakshman Krishnamoorthy2019-05-111-24/+75
| |_|/ / |/| | |
* | | | bgpd: BGP debug for route-map applyAmeya Dharkar2019-05-101-0/+4
* | | | bgpd: Move inbound policy check outside bgp_input_modifier()Donatas Abraitis2019-05-101-14/+16
| |/ / |/| |
* | | Revert "bgpd: Prevent IPv6 routes received via a ibgp session with own ip as ...Donald Sharp2019-05-021-3/+1
* | | Merge pull request #4192 from bisdhdh/biswajitfrr_4Russ White2019-05-021-1/+3
|\ \ \
| * | | bgpd: Prevent IPv6 routes received via a ibgp session with own ip as nexthopBiswajit Sadhu2019-04-241-1/+3
* | | | bpgd: Add the end of newline of show bgp table json outputFaicker Mo2019-04-291-0/+1
| |/ / |/| |
* | | Merge pull request #4140 from ton31337/fix/do_not_send_notification_again_wit...Russ White2019-04-261-9/+13
|\ \ \
| * | | bgpd: Do not send UPDATE message with maximum-prefixDonatas Abraitis2019-04-241-9/+13
* | | | Merge pull request #4184 from ton31337/fix/documentation_for_as-path_regexpQuentin Young2019-04-241-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | doc: Specify allowed chars in bgp regular expressionsDonatas Abraitis2019-04-231-1/+1
| |/ /
* | | Merge pull request #4163 from chiragshah6/evpn_dev2Sri Mohana Singamsetty2019-04-231-0/+7
|\ \ \
| * | | bgpd: instance delete unimport evpn routesChirag Shah2019-04-181-0/+7
| |/ /
* / / bgpd: Validate as-path in `show bgp regexp`Donatas Abraitis2019-04-231-0/+6
|/ /
* | Merge pull request #3762 from pguibert6WIND/do_not_alloc_lists_fs_by_defLou Berger2019-04-161-2/+2
|\ \
| * | bgpd: do not allocate lists on fs entries of bgp entries.Philippe Guibert2019-03-281-2/+2
* | | bgpd: Remove extra alloc function bgp_path_info_newDonald Sharp2019-04-071-6/+0
* | | bgpd: pi->peer assignment exists no need for null checkDonald Sharp2019-04-071-5/+4
* | | bgpd: fix "show bgp statistics" for the VPN safiRenato Westphal2019-03-301-73/+89
* | | bgpd: remove unused variableRenato Westphal2019-03-301-2/+0