summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1908 from donaldsharp/peer_establishedRafael Zalamena2018-03-194-19/+0
|\ \
| * | bgpd: Clean up peer status checking for a received nlriDonald Sharp2018-03-164-19/+0
| |/
* | bgpd: Don't leak the ecommunity_ecom2str string in debugDonald Sharp2018-03-191-6/+4
* | Merge pull request #1920 from donaldsharp/rpik_moreMartin Winter2018-03-181-1/+1
|\ \
| * | bgpd: Fix warning on 32 bit systemsDonald Sharp2018-03-171-1/+1
| |/
* / bgpd: Move back nh_vrf setting to where it wasDonald Sharp2018-03-161-9/+3
|/
* Merge branch 'master' into working/master/bgp-vpn-vrf-leakingpaulzlabn2018-03-1413-154/+428
|\
| * Merge pull request #1821 from vivek-cumulus/pmsi-parse-displayPhilippe Guibert2018-03-146-2/+118
| |\
| | * bgpd: Fix warningvivek2018-03-131-1/+2
| | * bgpd: Fix enum, use API for log stringvivek2018-03-133-9/+22
| | * Merge branch 'master' of https://github.com/frrouting/frr into pmsi-parse-dis...vivek2018-03-138-148/+308
| | |\
| | * \ Merge branch 'master' of https://github.com/frrouting/frr into pmsi-parse-dis...vivek2018-03-1041-1130/+832
| | |\ \
| | * | | bgpd: Fix warningvivek2018-03-061-2/+1
| | * | | bgpd: Fix warningsvivek2018-03-044-7/+7
| | * | | bgpd: Parse PMSI Tunnel Attribute and displayvivek2018-03-045-1/+104
| * | | | Merge pull request #1831 from qlyoung/frr-pthread-fixupsRenato Westphal2018-03-131-4/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | lib: some frr_pthread fixesQuentin Young2018-03-061-4/+2
| | |/ /
| * | | Merge pull request #1806 from vivek-cumulus/evpn-ipv6-tenant-routingPhilippe Guibert2018-03-132-78/+87
| |\ \ \
| | * \ \ Merge branch 'master' of https://github.com/frrouting/frr into evpn-ipv6-tena...vivek2018-03-1041-1103/+788
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge branch 'master' of https://github.com/frrouting/frr into evpn-ipv6-tena...vivek2018-03-065-40/+58
| | |\ \ \
| | * | | | *: EVPN symmetric routing for IPv6 tenant routesvivek2018-02-282-79/+87
| * | | | | Merge branch 'master' into type5-default-originateMitesh Kanjariya2018-03-1242-1090/+778
| |\ \ \ \ \
| | * | | | | *: globally ignore clippy-generated sourceQuentin Young2018-03-091-1/+0
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'master' into type5-default-originateMitesh Kanjariya2018-03-065-41/+59
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'master' into type5-default-originateMitesh Kanjariya2018-02-2713-218/+307
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | bgpd: reassign the flags in struct bgp af_flags to avoid conflictmitesh2018-02-271-5/+5
| * | | | | Merge branch 'master' into type5-default-originateMitesh Kanjariya2018-02-276-22/+91
| |\ \ \ \ \
| * | | | | | bgpd: provide a match clause to match EVPN default routeMitesh Kanjariya2018-02-232-0/+52
| * | | | | | bgpd: support for default-originate type-5 routeMitesh Kanjariya2018-02-233-0/+105
| * | | | | | bgpd: move l2vpn evpn related flags in struct bgp to af_flagsMitesh Kanjariya2018-02-233-24/+33
| * | | | | | bgpd: allow advertise-subnet cmd without enabling advertise ipv4 unicastMitesh Kanjariya2018-02-235-49/+29
* | | | | | | bgpd: vpn-vrf route leakingG. Paul Ziemba2018-03-0914-27/+2349
* | | | | | | bgpd: some more debug info when 'debug updates out' is setG. Paul Ziemba2018-03-092-0/+15
* | | | | | | bgpd: rfapi: avoid null pointer dereference in vnc_export_bgp_disable if rfap...G. Paul Ziemba2018-03-091-0/+6
| |_|_|_|/ / |/| | | | |
* | | | | | bgpd, lib, zebra: Switch to work_queue_free_and_nullDonald Sharp2018-03-093-13/+7
* | | | | | Merge pull request #1428 from LabNConsulting/working/master/indentDonald Sharp2018-03-0741-864/+732
|\ \ \ \ \ \
| * | | | | | bgpd: another change to keep indent.py happyLou Berger2018-03-061-2/+2
| * | | | | | *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-0641-836/+706
| * | | | | | bgpd: another change to keep indent.py happyLou Berger2018-03-061-28/+26
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1816 from pguibert6WIND/issue_clear_ipv6Quentin Young2018-03-071-8/+22
|\ \ \ \ \ \
| * | | | | | bgpd: clear ip bgp instances with invalid safiPhilippe Guibert2018-03-071-8/+22
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1812 from qlyoung/bgpd-fix-update-group-commandsChristian Franke2018-03-071-224/+31
|\ \ \ \ \ \
| * | | | | | bgpd: fix update-group show commandsQuentin Young2018-03-011-224/+31
| |/ / / / /
* | / / / / bgpd: permit bgp vrf socket creation on some casesPhilippe Guibert2018-03-061-1/+2
| |/ / / / |/| | | |
* | | | | Merge pull request #1728 from mkanjari/evpn-bug-fixesPhilippe Guibert2018-03-063-32/+50
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into evpn-bug-fixesMitesh Kanjariya2018-02-276-23/+74
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'master' into evpn-bug-fixesMitesh Kanjariya2018-02-2114-563/+700
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | bgpd: update the VNI labels in type-2 routes when l3vni gets deletedmitesh2018-02-101-0/+17
| * | | | | bgpd: Handle multiple simultaneous changes for a VNI correctlyvivek2018-02-091-16/+25
| * | | | | bgpd: enunciate the error message if user tries to configure 'router bgp'Mitesh Kanjariya2018-02-091-2/+2