diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-10-28 16:10:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-28 16:10:45 -0400 |
| commit | 69c19e1def9b96f5b1f11aa2a6e5321f208e7042 (patch) | |
| tree | e31191a9744f36bf59416dcfd19dd0ade78c2092 /zebra/debug.c | |
| parent | 221aa3d1150b2321be014b4072c4c6a4f8a3eb2d (diff) | |
| parent | ff2460d5972a21363dab55cf874fc740380e5e55 (diff) | |
Merge pull request #2946 from mjstapp/dplane_2
Zebra: async dataplane, phase 1
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)) |
