]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/command_graph.h
*: introduce DEFPY_YANG & friends
[mirror_frr.git] / lib / command_graph.h
index 1efe8b1803f4e65e86803d357c3e36a2e1cbbf69..179e104a57e8fe271e13e88033b38b0444985bb4 100644 (file)
@@ -74,6 +74,7 @@ enum cmd_token_type {
 enum { CMD_ATTR_NORMAL,
        CMD_ATTR_DEPRECATED,
        CMD_ATTR_HIDDEN,
+       CMD_ATTR_YANG,
 };
 
 /* Comamand token struct. */