diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-03-15 09:01:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-15 09:01:27 -0400 |
| commit | 010c5efac09397f19d6d883bd7c8682a4ffeaa87 (patch) | |
| tree | cb385fffd0696e2e094910fa4214967305ebeea6 /lib/zclient.c | |
| parent | 309d667bcbde0a23bdf544fdf61f3f16138f40d9 (diff) | |
| parent | 9891fa4cb101dcd3e3c345fe99c9ebb63af69c46 (diff) | |
Merge pull request #1739 from LabNConsulting/working/master/bgp-vpn-vrf-leaking
bgpd: vpn - vrf route leaking
Diffstat (limited to 'lib/zclient.c')
| -rw-r--r-- | lib/zclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zclient.c b/lib/zclient.c index c720e2519b..777f6fcf9b 100644 --- a/lib/zclient.c +++ b/lib/zclient.c @@ -439,7 +439,7 @@ void zclient_send_reg_requests(struct zclient *zclient, vrf_id_t vrf_id) } } - /* Flush all redistribute request. */ + /* Resend all redistribute request. */ for (afi = AFI_IP; afi < AFI_MAX; afi++) for (i = 0; i < ZEBRA_ROUTE_MAX; i++) if (i != zclient->redist_default |
