mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 05:27:47 +00:00
tools: Update permutations generator for hidden/deprecated
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
ce882f8168
commit
14fe9c1525
@ -44,7 +44,7 @@ int main (int argc, char *argv[])
|
|||||||
cmd->string = strdup(argv[1]);
|
cmd->string = strdup(argv[1]);
|
||||||
|
|
||||||
struct graph *graph = graph_new();
|
struct graph *graph = graph_new();
|
||||||
struct cmd_token *token = new_cmd_token (START_TKN, NULL, NULL);
|
struct cmd_token *token = new_cmd_token (START_TKN, cmd->attr, NULL, NULL);
|
||||||
graph_new_node (graph, token, NULL);
|
graph_new_node (graph, token, NULL);
|
||||||
command_parse_format (graph, cmd);
|
command_parse_format (graph, cmd);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user