diff options
| author | Mark Stapp <mjs@voltanet.io> | 2018-07-11 11:08:47 -0400 |
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2018-10-25 08:34:30 -0400 |
| commit | 5709131cec0a3ebd9739b287b8cd2bb5c421357f (patch) | |
| tree | f4d92521abb1737b386d88a12aa23965978c4d5e /zebra/debug.c | |
| parent | b8e0423d91609f098eb7bce3f628e0cda7ebdd05 (diff) | |
zebra: resolve style issues in dplane commit
Resolve (most) style issues in the initial zebra dataplane
commit branch.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'zebra/debug.c')
| -rw-r--r-- | zebra/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/debug.c b/zebra/debug.c index 19582bb090..0eb06d7f25 100644 --- a/zebra/debug.c +++ b/zebra/debug.c @@ -275,6 +275,7 @@ DEFUN (debug_zebra_dplane, "Detailed debug information\n") { int idx = 0; + SET_FLAG(zebra_debug_dplane, ZEBRA_DEBUG_DPLANE); if (argv_find(argv, argc, "detailed", &idx)) |
