X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=lib%2Fcommand_graph.h;h=c20c9874c2736d236548da954ff5252f68782856;hb=7f906926c77f59d07f45967908f62482a6d2c571;hp=2754dca67d788e64f443b82dabdbc634fec40d2f;hpb=cb39b2d4aa37d2068ffc842695b312c09b1e0d37;p=mirror_frr.git diff --git a/lib/command_graph.h b/lib/command_graph.h index 2754dca67..c20c9874c 100644 --- a/lib/command_graph.h +++ b/lib/command_graph.h @@ -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, };