]> git.proxmox.com Git - mirror_frr.git/blobdiff - vrrpd/vrrp_vty.h
Merge pull request #5793 from ton31337/fix/formatting_show_bgp_summary_failed
[mirror_frr.git] / vrrpd / vrrp_vty.h
index 377321ec4a383156165bb4a476b5c5d0d54acd09..6c6eef03274a80795c39c60a6bead3704424f504 100644 (file)
 #ifndef __VRRP_VTY_H__
 #define __VRRP_VTY_H__
 
+#include "lib/northbound.h"
+
 void vrrp_vty_init(void);
 
+/* Northbound callbacks */
+void cli_show_vrrp(struct vty *vty, struct lyd_node *dnode, bool show_defaults);
+void cli_show_shutdown(struct vty *vty, struct lyd_node *dnode,
+                      bool show_defaults);
+void cli_show_priority(struct vty *vty, struct lyd_node *dnode,
+                      bool show_defaults);
+void cli_show_advertisement_interval(struct vty *vty, struct lyd_node *dnode,
+                                    bool show_defaults);
+void cli_show_ip(struct vty *vty, struct lyd_node *dnode, bool show_defaults);
+void cli_show_ipv6(struct vty *vty, struct lyd_node *dnode, bool show_defaults);
+void cli_show_preempt(struct vty *vty, struct lyd_node *dnode,
+                     bool show_defaults);
+
 #endif /* __VRRP_VTY_H__ */