diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-12-09 13:26:38 -0500 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-12-09 16:05:01 -0500 | 
| commit | 534b98f9254dad9845492ba42fa93a0ea32aa5fb (patch) | |
| tree | 1f6065e80fec84c8d017f8743547dc5a4fc01e5c /vrrpd/vrrp.h | |
| parent | 0dad8e91b78c5840f52cf9cef438bc5299d43798 (diff) | |
vrrpd, yang: cleanup vrrp nb conversion
- Use correct units and conversions in model & code
- Fix incorrect CLI help string for V6 virtual addrs
- Fix nb get-entry callback for virtual router
- Fix a couple style nits
- Simplify some CLI code
- Remove unused code
- Remove unused YANG definitions
- Update sighup() to handle reloads
- Update interface level config writer to use NB callbacks
- Add simplified `no` forms for priority and advertisement-interval
  commands
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'vrrpd/vrrp.h')
| -rw-r--r-- | vrrpd/vrrp.h | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/vrrpd/vrrp.h b/vrrpd/vrrp.h index 7e3e493a26..502d7b82b6 100644 --- a/vrrpd/vrrp.h +++ b/vrrpd/vrrp.h @@ -550,17 +550,6 @@ void vrrp_if_address_del(struct interface *ifp);  /* Other ------------------------------------------------------------------- */  /* - * Write interface block-level configuration to vty. - * - * vty - *    vty to write config to - * - * Returns: - *    # of lines written - */ -int vrrp_config_write_interface(struct vty *vty); - -/*   * Write global level configuration to vty.   *   * vty  | 
