]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/command.h
lib, pimd: Remove PIM_NODE as it is not needed
[mirror_frr.git] / lib / command.h
index e2d31decd44f5e5bd213e5167b645e5ed07f0342..760d40f505e800a5a40a5f1392af066ba5210fbd 100644 (file)
@@ -119,7 +119,6 @@ enum node_type {
        LDP_L2VPN_NODE,         /* LDP L2VPN node */
        LDP_PSEUDOWIRE_NODE,    /* LDP Pseudowire node */
        ISIS_NODE,              /* ISIS protocol mode */
-       PIM_NODE,               /* PIM protocol mode */
        MASC_NODE,              /* MASC for multicast.  */
        IRDP_NODE,              /* ICMP Router Discovery Protocol mode. */
        IP_NODE,                /* Static ip route node. */
@@ -140,6 +139,7 @@ enum node_type {
        VTY_NODE,               /* Vty node. */
        LINK_PARAMS_NODE,       /* Link-parameters node */
        BGP_EVPN_VNI_NODE,      /* BGP EVPN VNI */
+       RPKI_NODE,              /* RPKI node for configuration of RPKI cache server connections.*/
        NODE_TYPE_MAX,          /* maximum */
 };
 
@@ -189,7 +189,7 @@ struct cmd_node {
 #define CMD_NOT_MY_INSTANCE    14
 
 /* Argc max counts. */
-#define CMD_ARGC_MAX   25
+#define CMD_ARGC_MAX   256
 
 /* Turn off these macros when uisng cpp with extract.pl */
 #ifndef VTYSH_EXTRACT_PL
@@ -358,6 +358,7 @@ struct cmd_node {
 #define PCE_STR "PCE Router Information specific commands\n"
 #define MPLS_STR "MPLS information\n"
 #define WATCHFRR_STR "watchfrr information\n"
+#define ZEBRA_STR "Zebra information\n"
 
 #define CONF_BACKUP_EXT ".sav"