summaryrefslogtreecommitdiff
path: root/zebra/zebra_rib.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-08-11 13:59:12 -0400
committerGitHub <noreply@github.com>2020-08-11 13:59:12 -0400
commit659d56e13fc3703dfe58d1df38c9439dd0416b98 (patch)
treeb17b3208dd29935c3b53bfe926ed53d67be13bde /zebra/zebra_rib.c
parente2dbfc2b37ec8b729f0a998a35e25ad5861241be (diff)
parentac9123240d161ffb0317caa65d8230d95ab19386 (diff)
Merge pull request #6755 from xThaid/dplane_batching
zebra: dataplane batching
Diffstat (limited to 'zebra/zebra_rib.c')
-rw-r--r--zebra/zebra_rib.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c
index afae449e7c..55dccc4a12 100644
--- a/zebra/zebra_rib.c
+++ b/zebra/zebra_rib.c
@@ -497,9 +497,6 @@ void rib_install_kernel(struct route_node *rn, struct route_entry *re,
if (zvrf)
zvrf->installs++;
break;
- /* Should never happen */
- case ZEBRA_DPLANE_REQUEST_PENDING:
- break;
}
return;
@@ -544,9 +541,6 @@ void rib_uninstall_kernel(struct route_node *rn, struct route_entry *re)
if (zvrf)
zvrf->removals++;
break;
- /* Should never happen */
- case ZEBRA_DPLANE_REQUEST_PENDING:
- break;
}
return;