summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3746 from ton31337/feature/rfc_8212David Lamparter2019-02-195-0/+114
|\
| * bgpd: Implement RFC8212Donatas Abraitis2019-02-175-0/+114
* | Merge pull request #3788 from AnuradhaKaruppiah/evpn-pmsi-fixesDavid Lamparter2019-02-183-6/+14
|\ \
| * | bgpd: parse label in pmsi tunnel attributeAnuradha Karuppiah2019-02-121-2/+4
| * | bgpd: display label as part of the PMSI tunnel attributeAnuradha Karuppiah2019-02-121-2/+6
| * | bgpd: fill the pmsi_tnl_type into the type-3 PMSI attrAnuradha Karuppiah2019-02-122-2/+4
* | | Merge pull request #3706 from pguibert6WIND/graceful_restart_rangeDavid Lamparter2019-02-181-4/+4
|\ \ \
| * | | bgpd: enlarge bgp stalepath timer range from 1-3600 to 1-4095Philippe Guibert2019-01-301-2/+2
| * | | bgpd: increase bgp restart timer value from 1-3600 to 1-4095Philippe Guibert2019-01-301-2/+2
* | | | bgpd: fix automake fart under MSANQuentin Young2019-02-151-2/+5
* | | | Merge pull request #3783 from mjstapp/fix_bad_rm_decrementDavid Lamparter2019-02-121-2/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | bgpd: remove route-map decrement call on prefix-listMark Stapp2019-02-121-2/+0
* | | | bgpd: if vrf is unknown, bgp deletion not completePhilippe Guibert2019-02-111-1/+3
| |_|/ |/| |
* | | bgpd: Remove unused bgp_debug_count functionDonald Sharp2019-02-102-62/+0
* | | Merge pull request #3745 from chiragshah6/evpn_dev1Russ White2019-02-074-0/+120
|\ \ \ | |/ / |/| |
| * | bgpd: advertise svi ip as macip config cmdChirag Shah2019-02-072-0/+95
| * | bgpd: advertise svi ip as macip zebra parse apiChirag Shah2019-02-072-0/+25
* | | bgpd: fix crash when trying to remove non-existing rpki cacheMarcel Röthke2019-02-071-1/+1
* | | bgpd: fix "show rpki cache-server" for ssh cachesMarcel Röthke2019-02-071-3/+17
|/ /
* | Merge pull request #3518 from rgirada/routemap_3090Donald Sharp2019-02-056-1/+119
|\ \
| * | bgpd: Added changes to track route-map usagergirada2019-02-046-1/+119
* | | Merge pull request #3727 from qlyoung/fix-signed-printspec-bgp-asRuss White2019-02-051-4/+4
|\ \ \
| * | | bgpd: use correct specifier to print asnQuentin Young2019-02-041-4/+4
| |/ /
* | | Merge pull request #3694 from qlyoung/fix-assegment-heap-uafDavid Lamparter2019-02-041-22/+33
|\ \ \ | |/ / |/| |
| * | bgpd: fix as-path prepend heap uafQuentin Young2019-01-291-22/+33
* | | build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-4/+4
| |/ |/|
* | Merge pull request #3690 from pguibert6WIND/detach_vrf_labels_del_bgpDonald Sharp2019-01-301-0/+4
|\ \
| * | bgpd: detach vrf labels allocated, when removing bgp instancePhilippe Guibert2019-01-291-0/+4
| |/
* | Merge pull request #3414 from pguibert6WIND/iprule_any_flowspec_handling_2Donald Sharp2019-01-299-68/+515
|\ \
| * | bgpd: display the list of iprules attached to a fs entryPhilippe Guibert2019-01-296-11/+63
| * | bgpd: change priority of fs pbr rulesPhilippe Guibert2019-01-293-2/+12
| * | bgpd: notify callback when ip rule from/to rule has been configuredPhilippe Guibert2019-01-293-8/+60
| * | bgpd: conversion from fs to pbr: support for ip rule from/toPhilippe Guibert2019-01-291-2/+161
| * | bgpd: ip rule zebra layer adapted to handle both casesPhilippe Guibert2019-01-293-26/+64
| * | bgpd: the fs entry is valid for any rule only, by using ipruleset cmdPhilippe Guibert2019-01-291-4/+36
| * | bgpd: an hash list of pbr iprule is createdPhilippe Guibert2019-01-293-0/+93
| * | bgpd: upon bgp fs study, determine if iprule can be usedPhilippe Guibert2019-01-293-2/+26
| * | bgpd: remove useless fields in bgp_pbr_entry_mainPhilippe Guibert2019-01-291-13/+0
* | | Merge pull request #3692 from nitinsoniism/valgrind_errors_fixDavid Lamparter2019-01-293-6/+12
|\ \ \
| * | | bgpd: fix valgrind flagged errorsNitin Soni2019-01-293-6/+12
| | |/ | |/|
* | | Merge pull request #3659 from nitinsoniism/route_map_type_5_filterRuss White2019-01-291-2/+8
|\ \ \
| * | | bgpd: route-map fails to filter type-5 routesNitin Soni2019-01-241-2/+8
* | | | Merge pull request #3653 from dslicenc/bgpd-remote-asRuss White2019-01-293-15/+53
|\ \ \ \
| * | | | bgpd: improve peer-group remote-as definitionsDon Slice2019-01-233-15/+53
| |/ / /
* | | | bgpd: interface based peers should automatically override it's peer groupDonald Sharp2019-01-262-9/+12
* | | | bgpd: Fix crash in various 'show bgp neighbor json' commandsDonald Sharp2019-01-261-0/+1
| |/ / |/| |
* | | bgpd: reinstate current bgp best route on an inactive neigh delAnuradha Karuppiah2019-01-254-22/+44
* | | bgpd: fill the zebra mac-ip route via a common apiAnuradha Karuppiah2019-01-251-42/+22
| |/ |/|
* | Treewide: use ANSI function definitionsRuben Kerkhof2019-01-249-12/+12
|/
* Merge pull request #3633 from opensourcerouting/send-vrf-backendDonald Sharp2019-01-221-2/+1
|\