]> git.proxmox.com Git - mirror_frr.git/blobdiff - vtysh/vtysh.h
vrrpd: initial commit
[mirror_frr.git] / vtysh / vtysh.h
index 430b117c50a68b45c64ce54135873dd057b4e801..50b0ef484416c7d4b9b5e77c3d0864df66bb8f0c 100644 (file)
@@ -42,6 +42,7 @@ DECLARE_MGROUP(MVTYSH)
 #define VTYSH_STATICD   0x08000
 #define VTYSH_BFDD      0x10000
 #define VTYSH_FABRICD   0x20000
+#define VTYSH_VRRPD     0x40000
 
 #define VTYSH_WAS_ACTIVE (-2)
 
@@ -98,8 +99,6 @@ void vtysh_config_dump(void);
 
 void vtysh_config_init(void);
 
-void vtysh_pager_init(void);
-
 void suid_on(void);
 void suid_off(void);