diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2018-05-22 09:42:55 +0200 |
---|---|---|
committer | Philippe Guibert <philippe.guibert@6wind.com> | 2018-05-25 15:49:38 +0200 |
commit | 77151b6f016c31a921b74c8244c3489dcfb7e447 (patch) | |
tree | 2dc904735e8f2996c0b00bd5dd2a08f93e3b1182 /zebra/debug.h | |
parent | zebra: PBR config and monitor IPSET/IPTABLE hooks declared (diff) | |
download | frr-77151b6f016c31a921b74c8244c3489dcfb7e447.tar.xz frr-77151b6f016c31a921b74c8244c3489dcfb7e447.zip |
zebra: PBR show debugging IPSET/IPTABLE hooks declared
This hook can be used if the plugin module wrap_script is used.
This hook is called to dump the debugging status of this module, on the
vty.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'zebra/debug.h')
-rw-r--r-- | zebra/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/debug.h b/zebra/debug.h index 987f9d012..1c08459e2 100644 --- a/zebra/debug.h +++ b/zebra/debug.h @@ -82,4 +82,6 @@ extern unsigned long zebra_debug_pw; extern void zebra_debug_init(void); +DECLARE_HOOK(zebra_debug_show_debugging, (struct vty *vty), (vty)); + #endif /* _ZEBRA_DEBUG_H */ |