diff options
author | Mark Stapp <mjs@voltanet.io> | 2019-09-25 20:05:50 +0200 |
---|---|---|
committer | Mark Stapp <mjs@voltanet.io> | 2019-09-25 20:05:50 +0200 |
commit | f26730e17eab452c5e111d237be6536cf89a49fb (patch) | |
tree | 14fb13973df007c932db6aa7110337877e6b9927 /zebra/zebra_dplane.h | |
parent | Merge pull request #4731 from mjstapp/fix_redist_update (diff) | |
download | frr-f26730e17eab452c5e111d237be6536cf89a49fb.tar.xz frr-f26730e17eab452c5e111d237be6536cf89a49fb.zip |
zebra: handle config write for dataplane values
Add the (single) dataplane config value to the output of
config write, 'show run' - missed this during dplane development.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'zebra/zebra_dplane.h')
-rw-r--r-- | zebra/zebra_dplane.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_dplane.h b/zebra/zebra_dplane.h index 30dfdafdf..be945632c 100644 --- a/zebra/zebra_dplane.h +++ b/zebra/zebra_dplane.h @@ -455,6 +455,7 @@ uint32_t dplane_get_in_queue_len(void); */ int dplane_show_helper(struct vty *vty, bool detailed); int dplane_show_provs_helper(struct vty *vty, bool detailed); +int dplane_config_write_helper(struct vty *vty); /* * Dataplane providers: modules that process or consume dataplane events. |