summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1993 from vivek-cumulus/evpn-fixesLou Berger2018-04-044-11/+36
|\
| * bgpd: Fix use of ROUTE_IMPORTED for EVPNvivek2018-03-303-11/+31
| * bgpd: Cleanup linkage between L2 VNIs and L3 VNIvivek2018-03-301-0/+5
* | bgpd: Flowspec client failed to update `exit-address-family`Philippe Guibert2018-04-031-1/+3
* | Merge pull request #1990 from donaldsharp/bgp_v6_ifindexRuss White2018-03-301-3/+8
|\ \
| * | bgpd: Only supply ifindex for a v6 nexthop if LLDonald Sharp2018-03-291-3/+8
* | | bgpd: Flowspec display handlers uses snprintfPhilippe Guibert2018-03-302-53/+147
* | | bgpd: mp_unreach_nlri fs sent with no nexthopPhilippe Guibert2018-03-301-3/+4
* | | bgpd: enhance show bgp ipv4 flowspec <IP>Philippe Guibert2018-03-303-0/+123
* | | bgpd: support for json in show bgp ipv4 flowspec commandsPhilippe Guibert2018-03-306-30/+105
* | | bgpd: introduce [no] debug bgp flowspecPhilippe Guibert2018-03-304-1/+95
* | | bgpd: support for show bgp ipv4 flowspecPhilippe Guibert2018-03-306-2/+355
* | | bgpd: ecommunity show bgp ipv4 flowspecPhilippe Guibert2018-03-303-1/+79
* | | bgpd: use bgp flowspec API to validate and receive NLRIPhilippe Guibert2018-03-301-3/+89
* | | bgpd: add flowspec utilities to decode, convert fs nlriPhilippe Guibert2018-03-303-2/+345
* | | bgpd: disable aggregation for flowspec entriesPhilippe Guibert2018-03-301-2/+10
* | | bgpd: add flowspec featurejaydom2018-03-3014-14/+312
| |/ |/|
* | bgpd: add API to allocate a range of table identifiersPhilippe Guibert2018-03-293-0/+65
|/
* Merge pull request #1854 from qlyoung/integer-standards-complianceLou Berger2018-03-2868-993/+983
|\
| * *: use C99 standard fixed-width integer typesQuentin Young2018-03-2768-993/+983
* | Merge pull request #1928 from pguibert6WIND/flowspec_get_vrf_from_rtLou Berger2018-03-275-0/+99
|\ \ | |/ |/|
| * bgpd: add an API to get incoming VRF from a RTPhilippe Guibert2018-03-275-0/+99
* | Merge pull request #1915 from vivek-cumulus/evpn-ipv6-external-routingPhilippe Guibert2018-03-274-11/+13
|\ \ | |/ |/|
| * bgpd: Fix EVPN prefix route advertisement for IPv6vivek2018-03-171-1/+1
| * bgpd: Use BGP_ROUTE_IMPORTED for EVPNvivek2018-03-173-10/+12
* | bgpd: actually suppress coalesce-timeQuentin Young2018-03-261-0/+1
* | Merge pull request #1947 from LabNConsulting/working/master/bgp-vpn-leak-cras...Donald Sharp2018-03-221-2/+19
|\ \
| * | bgpd: qualify use of BGP_ROUTE_RFP with ENABLE_BGP_VNCG. Paul Ziemba2018-03-221-0/+2
| * | bgpd: fix crash unleaking RFP routesG. Paul Ziemba2018-03-221-2/+17
* | | bgpd: Use BGP instance to derive the VRF for route uninstallvivek2018-03-213-13/+19
* | | bgpd: Fix peer withdrawal and route leaking for vpn's and vrf'sDonald Sharp2018-03-211-1/+32
|/ /
* | bgpd: No need to check return value of str2prefix_rdDonald Sharp2018-03-211-1/+1
* | bgpd: Clean up irt a tiny bitDonald Sharp2018-03-211-7/+4
* | bgpd: peer->bgp must be non NULLDonald Sharp2018-03-213-3/+3
* | bgpd: More ecommunity string leak cleanupDonald Sharp2018-03-211-19/+12
* | bgpd: Check for peer before dereferencing itDonald Sharp2018-03-201-2/+3
* | Merge pull request #1913 from LabNConsulting/working/master/bgp-vpn-leak-cliDonald Sharp2018-03-207-538/+348
|\ \
| * | bgp_vty.c: fix docstrings for bgp_imexport_vpnG. Paul Ziemba2018-03-201-2/+4
| * | bgpd: vpn-vrf-leaking new CLI: address Vivek's review comments + crash fixG. Paul Ziemba2018-03-203-16/+28
| * | bgpd: new vpn-policy CLIG. Paul Ziemba2018-03-207-529/+325
| |/
* | 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