diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-02-13 19:56:40 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-17 00:27:08 +0000 | 
| commit | f828842a69edee4f43e7ef2a298fdb9f7fe48df4 (patch) | |
| tree | e78713c4bb44d97abbdaf7f2d88b1c4c0db2b965 /vrrpd/vrrp_debug.h | |
| parent | fc278f75f73da4f0f24653977d7e1470d7bed77e (diff) | |
vrrpd: add support for configuration writing
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'vrrpd/vrrp_debug.h')
| -rw-r--r-- | vrrpd/vrrp_debug.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/vrrpd/vrrp_debug.h b/vrrpd/vrrp_debug.h index c54b20e5b8..20f9930955 100644 --- a/vrrpd/vrrp_debug.h +++ b/vrrpd/vrrp_debug.h @@ -46,7 +46,7 @@ void vrrp_debug_init(void);   * vty   *    VTY to print debugging configuration to.   */ -int vrrp_debug_config_write(struct vty *vty); +int vrrp_config_write_debug(struct vty *vty);  /*   * Print VRRP debugging configuration, human readable form.  | 
