summaryrefslogtreecommitdiffstats
path: root/bgpd/bgpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-3/+3
* Merge pull request #3198 from donaldsharp/mac_rejectionRenato Westphal2019-01-101-0/+3
|\
| * bgpd: Add code to dump the forthcoming mac hashDonald Sharp2018-12-121-0/+3
* | bgpd: Fix confederation identifier unsigned displayDonald Sharp2018-12-161-1/+1
|/
* Merge pull request #3093 from donaldsharp/bgp_node_continuedLou Berger2018-12-111-4/+5
|\
| * bgpd: Abstract bgp_table retrieving/setting from info pointerDonald Sharp2018-11-161-4/+5
* | bgpd: delay destruction of label poolPhilippe Guibert2018-12-051-1/+0
* | Merge pull request #3176 from chiragshah6/evpn_devRuss White2018-11-261-0/+6
|\ \
| * | bgpd: dup addr detect data struct for cfgChirag Shah2018-11-181-0/+6
| |/
* / bgpd: Creating Loopback Interface Flaps BGPd (#2865)root2018-11-191-6/+36
|/
* bgpd: allow vrf validity and bgp vrf import/export, when zebra is offPhilippe Guibert2018-11-131-0/+4
* Merge pull request #3051 from mitch-skiba/addpath_change_V1Donald Sharp2018-11-131-62/+61
|\
| * bgpd: Re-use TX Addpath IDs where possibleMitch Skiba2018-11-101-62/+61
* | bgpd: Late registration of Extended Nexthop should allow RA's to happenDonald Sharp2018-11-071-0/+6
|/
* bgpd: Add some debugs to note when we are not talking to zebraDonald Sharp2018-10-311-3/+10
* Merge branch 'pull/3197'David Lamparter2018-10-231-1/+1
|\
| * *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-1/+1
* | bgpd: fix the "no neighbor A.B.C.D maximum-prefix" commandRenato Westphal2018-10-201-15/+19
|/
* Merge pull request #3024 from ton31337/fix/validate_route-mapRuss White2018-10-141-11/+9
|\
| * bgpd: Check if route-map really exists before applying to the peerDonatas Abraitis2018-10-111-11/+9
* | bgpd: Do a bit better job of tracking the bgp->peerhashDonald Sharp2018-10-081-4/+13
* | bgpd: Cleanup peer->su handlingDonald Sharp2018-10-081-0/+2
|/
* Merge pull request #3004 from donaldsharp/other_peerLou Berger2018-10-021-0/+18
|\
| * bgpd: Try to notice when configuration changes during startupDonald Sharp2018-10-011-0/+18
* | *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-7/+7
|/
* Merge pull request #3010 from opensourcerouting/no-frr-thread-idLou Berger2018-09-221-11/+12
|\
| * lib: remove frr_pthread->idDavid Lamparter2018-09-191-11/+12
* | bgpd, doc, ldpd, lib, tests, zebra: LM fixespaco2018-09-181-2/+2
|/
* *: style for EC replacementsQuentin Young2018-09-131-6/+6
* bgpd: BGP_[WARN|ERR] -> EC_BGPQuentin Young2018-09-131-4/+4
* bgpd isisd ospf6d ospfd: variable shadowing fixesF. Aragon2018-09-121-1/+0
* Merge pull request #2945 from dslicenc/bgp-ospf-jsonDavid Lamparter2018-09-011-1/+1
|\
| * bgpd/ospfd: make bgp and ospf json response a bit more consistentDon Slice2018-08-301-1/+1
* | *: pthread set name abstractionChirag Shah2018-08-301-2/+2
* | bgpd: authorize default vrf name usagePhilippe Guibert2018-08-281-4/+2
|/
* Merge pull request #2870 from AnuradhaKaruppiah/bgp-default-delRuss White2018-08-251-4/+5
|\
| * bgpd: unregister VNI learning from zebra on default instance deleteAnuradha Karuppiah2018-08-201-4/+5
* | bgpd: Fix CONFDATE to 2019 for a couple of items.Donald Sharp2018-08-241-1/+1
* | bgpd: convert zlog_warns to debugs or errorsDonald Sharp2018-08-231-11/+0
|/
* Merge pull request #2852 from donaldsharp/bgp_cleanRuss White2018-08-161-1/+1
|\
| * bgpd: Modify warn to info for deprecated commandsDonald Sharp2018-08-161-1/+1
* | *: rename zlog_fer -> flog_errQuentin Young2018-08-141-4/+4
* | bgpd: implement zlog_ferr facility for enhance error messages in bgpDon Slice2018-08-141-14/+11
|/
* bgpd: Intentionally stop some timers on instance removalDonald Sharp2018-08-011-0/+3
* bgpd: remove VERSION_TYPE_DEV from CONFDATE checksLou Berger2018-07-101-1/+1
* Merge pull request #2636 from ppmathis/cleanup/bgpdQuentin Young2018-07-091-183/+0
|\
| * bgpd: Cleanup of bgp daemon codePascal Mathis2018-07-071-183/+0
* | bgpd: Fix bgp auto-shutdown behaviorPascal Mathis2018-07-071-4/+10
|/
* bgpd lib ospfd pimd ripngd: null chk (PVS-Studio)F. Aragon2018-07-031-1/+3
* Merge pull request #2578 from pacovn/Coverity_1453455_Dereference_null_return...Russ White2018-06-291-3/+2
|\