diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-24 07:17:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-24 07:17:06 -0400 |
| commit | 7bd48975b90419b65326c5663e46bb88c276878f (patch) | |
| tree | e874b496b507e9fd7f5fa74b0955c5a2cca98889 /ldpd/init.c | |
| parent | 7a6327c003a57b8c9c98dea84f48d4f9b2eb0763 (diff) | |
| parent | 0f7b5df9259347bfc425c73fe7cf1ffc89cf2269 (diff) | |
Merge pull request #286 from opensourcerouting/ldpd-tshoot
Ldpd tshoot
Diffstat (limited to 'ldpd/init.c')
| -rw-r--r-- | ldpd/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldpd/init.c b/ldpd/init.c index bc3a69edc7..8b2abe85e5 100644 --- a/ldpd/init.c +++ b/ldpd/init.c @@ -261,6 +261,7 @@ send_capability(struct nbr *nbr, uint16_t capability, int enable) evbuf_enqueue(&nbr->tcp->wbuf, buf); nbr_fsm(nbr, NBR_EVT_PDU_SENT); + nbr->stats.capability_sent++; } int |
