diff options
author | Mark Stapp <mjs@voltanet.io> | 2018-07-20 20:43:32 +0200 |
---|---|---|
committer | Mark Stapp <mjs@voltanet.io> | 2018-10-25 14:34:30 +0200 |
commit | fe2c53d4ea87c63762547fdee42ae49e1577a681 (patch) | |
tree | 5f93d7fe32ff9777c254d2646900f8afa7553d13 /zebra/zebra_dplane.h | |
parent | zebra: ensure redist of system routes (diff) | |
download | frr-fe2c53d4ea87c63762547fdee42ae49e1577a681.tar.xz frr-fe2c53d4ea87c63762547fdee42ae49e1577a681.zip |
zebra: Fix style issues
Clean up a couple of checkstyle reports in the dataplane
commit.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'zebra/zebra_dplane.h')
-rw-r--r-- | zebra/zebra_dplane.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zebra/zebra_dplane.h b/zebra/zebra_dplane.h index 4cd75961a..2bcc85c36 100644 --- a/zebra/zebra_dplane.h +++ b/zebra/zebra_dplane.h @@ -180,8 +180,7 @@ enum zebra_dplane_result dplane_route_update(struct route_node *rn, enum zebra_dplane_result dplane_route_delete(struct route_node *rn, struct route_entry *re); -/* Opaque handle to a dataplane provider plugin */ - +/* Support string name for a dataplane provider */ #define DPLANE_PROVIDER_NAMELEN 64 /* Priority or ordering values for providers. The idea is that there may be |