diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-02-22 14:17:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-22 14:17:49 -0500 |
| commit | f9548f1b970882432ca724f16fb8e7ae87daa6d2 (patch) | |
| tree | ee6ae1c2e74ced68fb553b1c0a2bfcf37dec9469 /zebra/zebra_rib.c | |
| parent | 18ddc0f57d937b13e7eb3ecf0228455cd1a55402 (diff) | |
| parent | 888756b208edc7935705d95b83f9513acc21e78a (diff) | |
Merge pull request #3852 from mjstapp/fix_rnode_unlock_7.0
[7.0] zebra: unlock route-node when processing dplane results
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 5d6eac7533..ab94183c52 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -1860,6 +1860,8 @@ static void rib_process_after(struct zebra_dplane_ctx *ctx) goto done; } + route_unlock_node(rn); + srcdest_rnode_prefixes(rn, &dest_pfx, &src_pfx); op = dplane_ctx_get_op(ctx); |
