]> git.proxmox.com Git - mirror_frr.git/blobdiff - vtysh/vtysh.h
Merge pull request #8756 from volta-networks/ospfd_sr_blocks
[mirror_frr.git] / vtysh / vtysh.h
index 20e1e1b0e92618eba021dd9fe2056c3246763a69..87f1f67443302879d53219372276a9f0412dbd77 100644 (file)
@@ -22,7 +22,7 @@
 #define VTYSH_H
 
 #include "memory.h"
-DECLARE_MGROUP(MVTYSH)
+DECLARE_MGROUP(MVTYSH);
 
 #define VTYSH_ZEBRA     0x00001
 #define VTYSH_RIPD      0x00002
@@ -60,6 +60,7 @@ DECLARE_MGROUP(MVTYSH)
 #define VTYSH_KEYS        VTYSH_RIPD|VTYSH_EIGRPD
 /* Daemons who can process nexthop-group configs */
 #define VTYSH_NH_GROUP    VTYSH_PBRD|VTYSH_SHARPD
+#define VTYSH_SR          VTYSH_ZEBRA|VTYSH_PATHD
 
 enum vtysh_write_integrated {
        WRITE_INTEGRATED_UNSPECIFIED,