]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/command_graph.h
lib: add `![...]` syntax for easy "no" forms
[mirror_frr.git] / lib / command_graph.h
index 2754dca67d788e64f443b82dabdbc634fec40d2f..c20c9874c2736d236548da954ff5252f68782856 100644 (file)
@@ -64,6 +64,7 @@ enum cmd_token_type {
        JOIN_TKN,  // marks subgraph end
        START_TKN, // first token in line
        END_TKN,   // last token in line
+       NEG_ONLY_TKN,    // filter token, match if "no ..." command
 
        SPECIAL_TKN = FORK_TKN,
 };