summaryrefslogtreecommitdiff
path: root/zebra/zebra_rib.c
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2018-08-06 16:19:45 -0400
committerMark Stapp <mjs@voltanet.io>2018-10-25 08:34:30 -0400
commit1bcea841b12f27b694da9b25c17c5a2d286404c3 (patch)
treea5efc64c231e2e0cc90174c1fcec2219dc4cbc07 /zebra/zebra_rib.c
parentfe2c53d4ea87c63762547fdee42ae49e1577a681 (diff)
zebra: netlink fuzzing path correction
Correct use of netlink_parse_info() in the netlink fuzzing path. Also clarify a couple of comments about pthreads. Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'zebra/zebra_rib.c')
-rw-r--r--zebra/zebra_rib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c
index b89d285118..964885f47e 100644
--- a/zebra/zebra_rib.c
+++ b/zebra/zebra_rib.c
@@ -3305,7 +3305,7 @@ static int rib_process_dplane_results(struct thread *thread)
/*
* Results are returned from the dataplane subsystem, in the context of
- * the dataplane thread. We enqueue the results here for processing by
+ * the dataplane pthread. We enqueue the results here for processing by
* the main thread later.
*/
static int rib_dplane_results(dplane_ctx_h ctx)