]> git.proxmox.com Git - mirror_frr.git/blob - lib/command.c
Merge pull request #2875 from opensourcerouting/fabricd
[mirror_frr.git] / lib / command.c
1 /*
2 * CLI backend interface.
3 *
4 * --
5 * Copyright (C) 2016 Cumulus Networks, Inc.
6 * Copyright (C) 1997, 98, 99 Kunihiro Ishiguro
7 * Copyright (C) 2013 by Open Source Routing.
8 * Copyright (C) 2013 by Internet Systems Consortium, Inc. ("ISC")
9 *
10 * This file is part of GNU Zebra.
11 *
12 * GNU Zebra is free software; you can redistribute it and/or modify it
13 * under the terms of the GNU General Public License as published by the
14 * Free Software Foundation; either version 2, or (at your option) any
15 * later version.
16 *
17 * GNU Zebra is distributed in the hope that it will be useful, but
18 * WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 * General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License along
23 * with this program; see the file COPYING; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25 */
26
27 #include <zebra.h>
28 #include <lib/version.h>
29
30 #include "command.h"
31 #include "frrstr.h"
32 #include "memory.h"
33 #include "log.h"
34 #include "log_int.h"
35 #include "thread.h"
36 #include "vector.h"
37 #include "linklist.h"
38 #include "vty.h"
39 #include "workqueue.h"
40 #include "vrf.h"
41 #include "command_match.h"
42 #include "command_graph.h"
43 #include "qobj.h"
44 #include "defaults.h"
45 #include "libfrr.h"
46 #include "jhash.h"
47 #include "hook.h"
48 #include "lib_errors.h"
49
50 DEFINE_MTYPE(LIB, HOST, "Host config")
51 DEFINE_MTYPE(LIB, COMPLETION, "Completion item")
52
53 #define item(x) \
54 { \
55 x, #x \
56 }
57
58 /* clang-format off */
59 const struct message tokennames[] = {
60 item(WORD_TKN),
61 item(VARIABLE_TKN),
62 item(RANGE_TKN),
63 item(IPV4_TKN),
64 item(IPV4_PREFIX_TKN),
65 item(IPV6_TKN),
66 item(IPV6_PREFIX_TKN),
67 item(MAC_TKN),
68 item(MAC_PREFIX_TKN),
69 item(FORK_TKN),
70 item(JOIN_TKN),
71 item(START_TKN),
72 item(END_TKN),
73 {0},
74 };
75
76 const char *node_names[] = {
77 "auth", // AUTH_NODE,
78 "view", // VIEW_NODE,
79 "auth enable", // AUTH_ENABLE_NODE,
80 "enable", // ENABLE_NODE,
81 "config", // CONFIG_NODE,
82 "debug", // DEBUG_NODE,
83 "vrf debug", // VRF_DEBUG_NODE,
84 "vnc debug", // DEBUG_VNC_NODE,
85 "aaa", // AAA_NODE,
86 "keychain", // KEYCHAIN_NODE,
87 "keychain key", // KEYCHAIN_KEY_NODE,
88 "logical-router", // LOGICALROUTER_NODE,
89 "static ip", // IP_NODE,
90 "vrf", // VRF_NODE,
91 "interface", // INTERFACE_NODE,
92 "nexthop-group", // NH_GROUP_NODE,
93 "zebra", // ZEBRA_NODE,
94 "table", // TABLE_NODE,
95 "rip", // RIP_NODE,
96 "ripng", // RIPNG_NODE,
97 "babel", // BABEL_NODE,
98 "eigrp", // EIGRP_NODE,
99 "bgp", // BGP_NODE,
100 "bgp vpnv4", // BGP_VPNV4_NODE,
101 "bgp vpnv6", // BGP_VPNV6_NODE,
102 "bgp ipv4 unicast", // BGP_IPV4_NODE,
103 "bgp ipv4 multicast", // BGP_IPV4M_NODE,
104 "bgp ipv4 labeled unicast", // BGP_IPV4L_NODE,
105 "bgp ipv6", // BGP_IPV6_NODE,
106 "bgp ipv6 multicast", // BGP_IPV6M_NODE,
107 "bgp ipv6 labeled unicast", // BGP_IPV6L_NODE,
108 "bgp vrf policy", // BGP_VRF_POLICY_NODE,
109 "bgp vnc defaults", // BGP_VNC_DEFAULTS_NODE,
110 "bgp vnc nve", // BGP_VNC_NVE_GROUP_NODE,
111 "bgp vnc l2", // BGP_VNC_L2_GROUP_NODE,
112 "rfp defaults", // RFP_DEFAULTS_NODE,
113 "bgp evpn", // BGP_EVPN_NODE,
114 "ospf", // OSPF_NODE,
115 "ospf6", // OSPF6_NODE,
116 "ldp", // LDP_NODE,
117 "ldp ipv4", // LDP_IPV4_NODE,
118 "ldp ipv6", // LDP_IPV6_NODE,
119 "ldp ipv4 interface", // LDP_IPV4_IFACE_NODE,
120 "ldp ipv6 interface", // LDP_IPV6_IFACE_NODE,
121 "ldp l2vpn", // LDP_L2VPN_NODE,
122 "ldp", // LDP_PSEUDOWIRE_NODE,
123 "isis", // ISIS_NODE,
124 "ipv4 access list", // ACCESS_NODE,
125 "ipv4 prefix list", // PREFIX_NODE,
126 "ipv6 access list", // ACCESS_IPV6_NODE,
127 "MAC access list", // ACCESS_MAC_NODE,
128 "ipv6 prefix list", // PREFIX_IPV6_NODE,
129 "as list", // AS_LIST_NODE,
130 "community list", // COMMUNITY_LIST_NODE,
131 "routemap", // RMAP_NODE,
132 "pbr-map", // PBRMAP_NODE,
133 "smux", // SMUX_NODE,
134 "dump", // DUMP_NODE,
135 "forwarding", // FORWARDING_NODE,
136 "protocol", // PROTOCOL_NODE,
137 "mpls", // MPLS_NODE,
138 "pw", // PW_NODE,
139 "vty", // VTY_NODE,
140 "link-params", // LINK_PARAMS_NODE,
141 "bgp evpn vni", // BGP_EVPN_VNI_NODE,
142 "rpki", // RPKI_NODE
143 "bgp ipv4 flowspec", /* BGP_FLOWSPECV4_NODE
144 */
145 "bgp ipv6 flowspec", /* BGP_FLOWSPECV6_NODE
146 */
147 "bfd", /* BFD_NODE */
148 "bfd peer", /* BFD_PEER_NODE */
149 "openfabric", // OPENFABRIC_NODE
150 };
151 /* clang-format on */
152
153 /* Command vector which includes some level of command lists. Normally
154 each daemon maintains each own cmdvec. */
155 vector cmdvec = NULL;
156
157 /* Host information structure. */
158 struct host host;
159
160 /*
161 * Returns host.name if any, otherwise
162 * it returns the system hostname.
163 */
164 const char *cmd_hostname_get(void)
165 {
166 return host.name;
167 }
168
169 /*
170 * Returns unix domainname
171 */
172 const char *cmd_domainname_get(void)
173 {
174 return host.domainname;
175 }
176
177 /* Standard command node structures. */
178 static struct cmd_node auth_node = {
179 AUTH_NODE, "Password: ",
180 };
181
182 static struct cmd_node view_node = {
183 VIEW_NODE, "%s> ",
184 };
185
186 static struct cmd_node auth_enable_node = {
187 AUTH_ENABLE_NODE, "Password: ",
188 };
189
190 static struct cmd_node enable_node = {
191 ENABLE_NODE, "%s# ",
192 };
193
194 static struct cmd_node config_node = {CONFIG_NODE, "%s(config)# ", 1};
195
196 /* Default motd string. */
197 static const char *default_motd = FRR_DEFAULT_MOTD;
198
199 static const struct facility_map {
200 int facility;
201 const char *name;
202 size_t match;
203 } syslog_facilities[] = {
204 {LOG_KERN, "kern", 1},
205 {LOG_USER, "user", 2},
206 {LOG_MAIL, "mail", 1},
207 {LOG_DAEMON, "daemon", 1},
208 {LOG_AUTH, "auth", 1},
209 {LOG_SYSLOG, "syslog", 1},
210 {LOG_LPR, "lpr", 2},
211 {LOG_NEWS, "news", 1},
212 {LOG_UUCP, "uucp", 2},
213 {LOG_CRON, "cron", 1},
214 #ifdef LOG_FTP
215 {LOG_FTP, "ftp", 1},
216 #endif
217 {LOG_LOCAL0, "local0", 6},
218 {LOG_LOCAL1, "local1", 6},
219 {LOG_LOCAL2, "local2", 6},
220 {LOG_LOCAL3, "local3", 6},
221 {LOG_LOCAL4, "local4", 6},
222 {LOG_LOCAL5, "local5", 6},
223 {LOG_LOCAL6, "local6", 6},
224 {LOG_LOCAL7, "local7", 6},
225 {0, NULL, 0},
226 };
227
228 static const char *facility_name(int facility)
229 {
230 const struct facility_map *fm;
231
232 for (fm = syslog_facilities; fm->name; fm++)
233 if (fm->facility == facility)
234 return fm->name;
235 return "";
236 }
237
238 static int facility_match(const char *str)
239 {
240 const struct facility_map *fm;
241
242 for (fm = syslog_facilities; fm->name; fm++)
243 if (!strncmp(str, fm->name, fm->match))
244 return fm->facility;
245 return -1;
246 }
247
248 static int level_match(const char *s)
249 {
250 int level;
251
252 for (level = 0; zlog_priority[level] != NULL; level++)
253 if (!strncmp(s, zlog_priority[level], 2))
254 return level;
255 return ZLOG_DISABLED;
256 }
257
258 /* This is called from main when a daemon is invoked with -v or --version. */
259 void print_version(const char *progname)
260 {
261 printf("%s version %s\n", progname, FRR_VERSION);
262 printf("%s\n", FRR_COPYRIGHT);
263 printf("configured with:\n\t%s\n", FRR_CONFIG_ARGS);
264 }
265
266 char *argv_concat(struct cmd_token **argv, int argc, int shift)
267 {
268 int cnt = MAX(argc - shift, 0);
269 const char *argstr[cnt + 1];
270
271 if (!cnt)
272 return NULL;
273
274 for (int i = 0; i < cnt; i++)
275 argstr[i] = argv[i + shift]->arg;
276
277 return frrstr_join(argstr, cnt, " ");
278 }
279
280 vector cmd_make_strvec(const char *string)
281 {
282 if (!string)
283 return NULL;
284
285 const char *copy = string;
286
287 /* skip leading whitespace */
288 while (isspace((int)*copy) && *copy != '\0')
289 copy++;
290
291 /* if the entire string was whitespace or a comment, return */
292 if (*copy == '\0' || *copy == '!' || *copy == '#')
293 return NULL;
294
295 vector result = frrstr_split_vec(copy, "\n\r\t ");
296
297 for (unsigned int i = 0; i < vector_active(result); i++) {
298 if (strlen(vector_slot(result, i)) == 0) {
299 XFREE(MTYPE_TMP, vector_slot(result, i));
300 vector_unset(result, i);
301 }
302 }
303
304 vector_compact(result);
305
306 return result;
307 }
308
309 void cmd_free_strvec(vector v)
310 {
311 frrstr_strvec_free(v);
312 }
313
314 /**
315 * Convenience function for accessing argv data.
316 *
317 * @param argc
318 * @param argv
319 * @param text definition snippet of the desired token
320 * @param index the starting index, and where to store the
321 * index of the found token if it exists
322 * @return 1 if found, 0 otherwise
323 */
324 int argv_find(struct cmd_token **argv, int argc, const char *text, int *index)
325 {
326 int found = 0;
327 for (int i = *index; i < argc && found == 0; i++)
328 if ((found = strmatch(text, argv[i]->text)))
329 *index = i;
330 return found;
331 }
332
333 static unsigned int cmd_hash_key(void *p)
334 {
335 int size = sizeof(p);
336
337 return jhash(p, size, 0);
338 }
339
340 static int cmd_hash_cmp(const void *a, const void *b)
341 {
342 return a == b;
343 }
344
345 /* Install top node of command vector. */
346 void install_node(struct cmd_node *node, int (*func)(struct vty *))
347 {
348 vector_set_index(cmdvec, node->node, node);
349 node->func = func;
350 node->cmdgraph = graph_new();
351 node->cmd_vector = vector_init(VECTOR_MIN_SIZE);
352 // add start node
353 struct cmd_token *token =
354 cmd_token_new(START_TKN, CMD_ATTR_NORMAL, NULL, NULL);
355 graph_new_node(node->cmdgraph, token,
356 (void (*)(void *)) & cmd_token_del);
357 node->cmd_hash = hash_create_size(16, cmd_hash_key, cmd_hash_cmp,
358 "Command Hash");
359 }
360
361 /* Return prompt character of specified node. */
362 const char *cmd_prompt(enum node_type node)
363 {
364 struct cmd_node *cnode;
365
366 cnode = vector_slot(cmdvec, node);
367 return cnode->prompt;
368 }
369
370 /* Install a command into a node. */
371 void install_element(enum node_type ntype, struct cmd_element *cmd)
372 {
373 struct cmd_node *cnode;
374
375 /* cmd_init hasn't been called */
376 if (!cmdvec) {
377 fprintf(stderr, "%s called before cmd_init, breakage likely\n",
378 __func__);
379 return;
380 }
381
382 cnode = vector_lookup(cmdvec, ntype);
383
384 if (cnode == NULL) {
385 fprintf(stderr,
386 "%s[%s]:\n"
387 "\tnode %d (%s) does not exist.\n"
388 "\tplease call install_node() before install_element()\n",
389 cmd->name, cmd->string, ntype, node_names[ntype]);
390 exit(EXIT_FAILURE);
391 }
392
393 if (hash_lookup(cnode->cmd_hash, cmd) != NULL) {
394 fprintf(stderr,
395 "%s[%s]:\n"
396 "\tnode %d (%s) already has this command installed.\n"
397 "\tduplicate install_element call?\n",
398 cmd->name, cmd->string, ntype, node_names[ntype]);
399 return;
400 }
401
402 assert(hash_get(cnode->cmd_hash, cmd, hash_alloc_intern));
403
404 struct graph *graph = graph_new();
405 struct cmd_token *token =
406 cmd_token_new(START_TKN, CMD_ATTR_NORMAL, NULL, NULL);
407 graph_new_node(graph, token, (void (*)(void *)) & cmd_token_del);
408
409 cmd_graph_parse(graph, cmd);
410 cmd_graph_names(graph);
411 cmd_graph_merge(cnode->cmdgraph, graph, +1);
412 graph_delete_graph(graph);
413
414 vector_set(cnode->cmd_vector, cmd);
415
416 if (ntype == VIEW_NODE)
417 install_element(ENABLE_NODE, cmd);
418 }
419
420 void uninstall_element(enum node_type ntype, struct cmd_element *cmd)
421 {
422 struct cmd_node *cnode;
423
424 /* cmd_init hasn't been called */
425 if (!cmdvec) {
426 fprintf(stderr, "%s called before cmd_init, breakage likely\n",
427 __func__);
428 return;
429 }
430
431 cnode = vector_lookup(cmdvec, ntype);
432
433 if (cnode == NULL) {
434 fprintf(stderr,
435 "%s[%s]:\n"
436 "\tnode %d (%s) does not exist.\n"
437 "\tplease call install_node() before uninstall_element()\n",
438 cmd->name, cmd->string, ntype, node_names[ntype]);
439 exit(EXIT_FAILURE);
440 }
441
442 if (hash_release(cnode->cmd_hash, cmd) == NULL) {
443 fprintf(stderr,
444 "%s[%s]:\n"
445 "\tnode %d (%s) does not have this command installed.\n"
446 "\tduplicate uninstall_element call?\n",
447 cmd->name, cmd->string, ntype, node_names[ntype]);
448 return;
449 }
450
451 vector_unset_value(cnode->cmd_vector, cmd);
452
453 struct graph *graph = graph_new();
454 struct cmd_token *token =
455 cmd_token_new(START_TKN, CMD_ATTR_NORMAL, NULL, NULL);
456 graph_new_node(graph, token, (void (*)(void *)) & cmd_token_del);
457
458 cmd_graph_parse(graph, cmd);
459 cmd_graph_names(graph);
460 cmd_graph_merge(cnode->cmdgraph, graph, -1);
461 graph_delete_graph(graph);
462
463 if (ntype == VIEW_NODE)
464 uninstall_element(ENABLE_NODE, cmd);
465 }
466
467
468 static const unsigned char itoa64[] =
469 "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
470
471 static void to64(char *s, long v, int n)
472 {
473 while (--n >= 0) {
474 *s++ = itoa64[v & 0x3f];
475 v >>= 6;
476 }
477 }
478
479 static char *zencrypt(const char *passwd)
480 {
481 char salt[6];
482 struct timeval tv;
483 char *crypt(const char *, const char *);
484
485 gettimeofday(&tv, 0);
486
487 to64(&salt[0], random(), 3);
488 to64(&salt[3], tv.tv_usec, 3);
489 salt[5] = '\0';
490
491 return crypt(passwd, salt);
492 }
493
494 /* This function write configuration of this host. */
495 static int config_write_host(struct vty *vty)
496 {
497 if (cmd_hostname_get())
498 vty_out(vty, "hostname %s\n", cmd_hostname_get());
499
500 if (cmd_domainname_get())
501 vty_out(vty, "domainname %s\n", cmd_domainname_get());
502
503 /* The following are all configuration commands that are not sent to
504 * watchfrr. For instance watchfrr is hardcoded to log to syslog so
505 * we would always display 'log syslog informational' in the config
506 * which would cause other daemons to then switch to syslog when they
507 * parse frr.conf.
508 */
509 if (strcmp(zlog_default->protoname, "WATCHFRR")) {
510 if (host.encrypt) {
511 if (host.password_encrypt)
512 vty_out(vty, "password 8 %s\n",
513 host.password_encrypt);
514 if (host.enable_encrypt)
515 vty_out(vty, "enable password 8 %s\n",
516 host.enable_encrypt);
517 } else {
518 if (host.password)
519 vty_out(vty, "password %s\n", host.password);
520 if (host.enable)
521 vty_out(vty, "enable password %s\n",
522 host.enable);
523 }
524
525 if (host.logfile
526 && (zlog_default->maxlvl[ZLOG_DEST_FILE]
527 != ZLOG_DISABLED)) {
528 vty_out(vty, "log file %s", host.logfile);
529 if (zlog_default->maxlvl[ZLOG_DEST_FILE]
530 != zlog_default->default_lvl)
531 vty_out(vty, " %s",
532 zlog_priority
533 [zlog_default->maxlvl
534 [ZLOG_DEST_FILE]]);
535 vty_out(vty, "\n");
536 }
537
538 if (zlog_default->maxlvl[ZLOG_DEST_STDOUT] != ZLOG_DISABLED) {
539 vty_out(vty, "log stdout");
540 if (zlog_default->maxlvl[ZLOG_DEST_STDOUT]
541 != zlog_default->default_lvl)
542 vty_out(vty, " %s",
543 zlog_priority
544 [zlog_default->maxlvl
545 [ZLOG_DEST_STDOUT]]);
546 vty_out(vty, "\n");
547 }
548
549 if (zlog_default->maxlvl[ZLOG_DEST_MONITOR] == ZLOG_DISABLED)
550 vty_out(vty, "no log monitor\n");
551 else if (zlog_default->maxlvl[ZLOG_DEST_MONITOR]
552 != zlog_default->default_lvl)
553 vty_out(vty, "log monitor %s\n",
554 zlog_priority[zlog_default->maxlvl
555 [ZLOG_DEST_MONITOR]]);
556
557 if (zlog_default->maxlvl[ZLOG_DEST_SYSLOG] != ZLOG_DISABLED) {
558 vty_out(vty, "log syslog");
559 if (zlog_default->maxlvl[ZLOG_DEST_SYSLOG]
560 != zlog_default->default_lvl)
561 vty_out(vty, " %s",
562 zlog_priority[zlog_default->maxlvl
563 [ZLOG_DEST_SYSLOG]]);
564 vty_out(vty, "\n");
565 }
566
567 if (zlog_default->facility != LOG_DAEMON)
568 vty_out(vty, "log facility %s\n",
569 facility_name(zlog_default->facility));
570
571 if (zlog_default->record_priority == 1)
572 vty_out(vty, "log record-priority\n");
573
574 if (zlog_default->timestamp_precision > 0)
575 vty_out(vty, "log timestamp precision %d\n",
576 zlog_default->timestamp_precision);
577
578 if (host.advanced)
579 vty_out(vty, "service advanced-vty\n");
580
581 if (host.encrypt)
582 vty_out(vty, "service password-encryption\n");
583
584 if (host.lines >= 0)
585 vty_out(vty, "service terminal-length %d\n",
586 host.lines);
587
588 if (host.motdfile)
589 vty_out(vty, "banner motd file %s\n", host.motdfile);
590 else if (!host.motd)
591 vty_out(vty, "no banner motd\n");
592 }
593
594 if (debug_memstats_at_exit)
595 vty_out(vty, "!\ndebug memstats-at-exit\n");
596
597 return 1;
598 }
599
600 /* Utility function for getting command graph. */
601 static struct graph *cmd_node_graph(vector v, enum node_type ntype)
602 {
603 struct cmd_node *cnode = vector_slot(v, ntype);
604 return cnode->cmdgraph;
605 }
606
607 static int cmd_try_do_shortcut(enum node_type node, char *first_word)
608 {
609 if (first_word != NULL && node != AUTH_NODE && node != VIEW_NODE
610 && node != AUTH_ENABLE_NODE && 0 == strcmp("do", first_word))
611 return 1;
612 return 0;
613 }
614
615 /**
616 * Compare function for cmd_token.
617 * Used with qsort to sort command completions.
618 */
619 static int compare_completions(const void *fst, const void *snd)
620 {
621 struct cmd_token *first = *(struct cmd_token **)fst,
622 *secnd = *(struct cmd_token **)snd;
623 return strcmp(first->text, secnd->text);
624 }
625
626 /**
627 * Takes a list of completions returned by command_complete,
628 * dedeuplicates them based on both text and description,
629 * sorts them, and returns them as a vector.
630 *
631 * @param completions linked list of cmd_token
632 * @return deduplicated and sorted vector with
633 */
634 vector completions_to_vec(struct list *completions)
635 {
636 vector comps = vector_init(VECTOR_MIN_SIZE);
637
638 struct listnode *ln;
639 struct cmd_token *token, *cr = NULL;
640 unsigned int i, exists;
641 for (ALL_LIST_ELEMENTS_RO(completions, ln, token)) {
642 if (token->type == END_TKN && (cr = token))
643 continue;
644
645 // linear search for token in completions vector
646 exists = 0;
647 for (i = 0; i < vector_active(comps) && !exists; i++) {
648 struct cmd_token *curr = vector_slot(comps, i);
649 #ifdef VTYSH_DEBUG
650 exists = !strcmp(curr->text, token->text)
651 && !strcmp(curr->desc, token->desc);
652 #else
653 exists = !strcmp(curr->text, token->text);
654 #endif /* VTYSH_DEBUG */
655 }
656
657 if (!exists)
658 vector_set(comps, token);
659 }
660
661 // sort completions
662 qsort(comps->index, vector_active(comps), sizeof(void *),
663 &compare_completions);
664
665 // make <cr> the first element, if it is present
666 if (cr) {
667 vector_set_index(comps, vector_active(comps), NULL);
668 memmove(comps->index + 1, comps->index,
669 (comps->alloced - 1) * sizeof(void *));
670 vector_set_index(comps, 0, cr);
671 }
672
673 return comps;
674 }
675 /**
676 * Generates a vector of cmd_token representing possible completions
677 * on the current input.
678 *
679 * @param vline the vectorized input line
680 * @param vty the vty with the node to match on
681 * @param status pointer to matcher status code
682 * @return vector of struct cmd_token * with possible completions
683 */
684 static vector cmd_complete_command_real(vector vline, struct vty *vty,
685 int *status)
686 {
687 struct list *completions;
688 struct graph *cmdgraph = cmd_node_graph(cmdvec, vty->node);
689
690 enum matcher_rv rv = command_complete(cmdgraph, vline, &completions);
691
692 if (MATCHER_ERROR(rv)) {
693 *status = CMD_ERR_NO_MATCH;
694 return NULL;
695 }
696
697 vector comps = completions_to_vec(completions);
698 list_delete_and_null(&completions);
699
700 // set status code appropriately
701 switch (vector_active(comps)) {
702 case 0:
703 *status = CMD_ERR_NO_MATCH;
704 break;
705 case 1:
706 *status = CMD_COMPLETE_FULL_MATCH;
707 break;
708 default:
709 *status = CMD_COMPLETE_LIST_MATCH;
710 }
711
712 return comps;
713 }
714
715 vector cmd_describe_command(vector vline, struct vty *vty, int *status)
716 {
717 vector ret;
718
719 if (cmd_try_do_shortcut(vty->node, vector_slot(vline, 0))) {
720 enum node_type onode;
721 vector shifted_vline;
722 unsigned int index;
723
724 onode = vty->node;
725 vty->node = ENABLE_NODE;
726 /* We can try it on enable node, cos' the vty is authenticated
727 */
728
729 shifted_vline = vector_init(vector_count(vline));
730 /* use memcpy? */
731 for (index = 1; index < vector_active(vline); index++) {
732 vector_set_index(shifted_vline, index - 1,
733 vector_lookup(vline, index));
734 }
735
736 ret = cmd_complete_command_real(shifted_vline, vty, status);
737
738 vector_free(shifted_vline);
739 vty->node = onode;
740 return ret;
741 }
742
743 return cmd_complete_command_real(vline, vty, status);
744 }
745
746 static struct list *varhandlers = NULL;
747
748 void cmd_variable_complete(struct cmd_token *token, const char *arg,
749 vector comps)
750 {
751 struct listnode *ln;
752 const struct cmd_variable_handler *cvh;
753 size_t i, argsz;
754 vector tmpcomps;
755
756 tmpcomps = arg ? vector_init(VECTOR_MIN_SIZE) : comps;
757
758 for (ALL_LIST_ELEMENTS_RO(varhandlers, ln, cvh)) {
759 if (cvh->tokenname && strcmp(cvh->tokenname, token->text))
760 continue;
761 if (cvh->varname && (!token->varname
762 || strcmp(cvh->varname, token->varname)))
763 continue;
764 cvh->completions(tmpcomps, token);
765 break;
766 }
767
768 if (!arg)
769 return;
770
771 argsz = strlen(arg);
772 for (i = vector_active(tmpcomps); i; i--) {
773 char *item = vector_slot(tmpcomps, i - 1);
774 if (strlen(item) >= argsz && !strncmp(item, arg, argsz))
775 vector_set(comps, item);
776 else
777 XFREE(MTYPE_COMPLETION, item);
778 }
779 vector_free(tmpcomps);
780 }
781
782 #define AUTOCOMP_INDENT 5
783
784 char *cmd_variable_comp2str(vector comps, unsigned short cols)
785 {
786 size_t bsz = 16;
787 char *buf = XCALLOC(MTYPE_TMP, bsz);
788 int lc = AUTOCOMP_INDENT;
789 size_t cs = AUTOCOMP_INDENT;
790 size_t itemlen;
791 snprintf(buf, bsz, "%*s", AUTOCOMP_INDENT, "");
792 for (size_t j = 0; j < vector_active(comps); j++) {
793 char *item = vector_slot(comps, j);
794 itemlen = strlen(item);
795
796 if (cs + itemlen + AUTOCOMP_INDENT + 3 >= bsz)
797 buf = XREALLOC(MTYPE_TMP, buf, (bsz *= 2));
798
799 if (lc + itemlen + 1 >= cols) {
800 cs += snprintf(&buf[cs], bsz - cs, "\n%*s",
801 AUTOCOMP_INDENT, "");
802 lc = AUTOCOMP_INDENT;
803 }
804
805 size_t written = snprintf(&buf[cs], bsz - cs, "%s ", item);
806 lc += written;
807 cs += written;
808 XFREE(MTYPE_COMPLETION, item);
809 vector_set_index(comps, j, NULL);
810 }
811 return buf;
812 }
813
814 void cmd_variable_handler_register(const struct cmd_variable_handler *cvh)
815 {
816 if (!varhandlers)
817 return;
818
819 for (; cvh->completions; cvh++)
820 listnode_add(varhandlers, (void *)cvh);
821 }
822
823 DEFUN_HIDDEN (autocomplete,
824 autocomplete_cmd,
825 "autocomplete TYPE TEXT VARNAME",
826 "Autocompletion handler (internal, for vtysh)\n"
827 "cmd_token->type\n"
828 "cmd_token->text\n"
829 "cmd_token->varname\n")
830 {
831 struct cmd_token tok;
832 vector comps = vector_init(32);
833 size_t i;
834
835 memset(&tok, 0, sizeof(tok));
836 tok.type = atoi(argv[1]->arg);
837 tok.text = argv[2]->arg;
838 tok.varname = argv[3]->arg;
839 if (!strcmp(tok.varname, "-"))
840 tok.varname = NULL;
841
842 cmd_variable_complete(&tok, NULL, comps);
843
844 for (i = 0; i < vector_active(comps); i++) {
845 char *text = vector_slot(comps, i);
846 vty_out(vty, "%s\n", text);
847 XFREE(MTYPE_COMPLETION, text);
848 }
849
850 vector_free(comps);
851 return CMD_SUCCESS;
852 }
853
854 /**
855 * Generate possible tab-completions for the given input. This function only
856 * returns results that would result in a valid command if used as Readline
857 * completions (as is the case in vtysh). For instance, if the passed vline ends
858 * with '4.3.2', the strings 'A.B.C.D' and 'A.B.C.D/M' will _not_ be returned.
859 *
860 * @param vline vectorized input line
861 * @param vty the vty
862 * @param status location to store matcher status code in
863 * @return set of valid strings for use with Readline as tab-completions.
864 */
865
866 char **cmd_complete_command(vector vline, struct vty *vty, int *status)
867 {
868 char **ret = NULL;
869 int original_node = vty->node;
870 vector input_line = vector_init(vector_count(vline));
871
872 // if the first token is 'do' we'll want to execute the command in the
873 // enable node
874 int do_shortcut = cmd_try_do_shortcut(vty->node, vector_slot(vline, 0));
875 vty->node = do_shortcut ? ENABLE_NODE : original_node;
876
877 // construct the input line we'll be matching on
878 unsigned int offset = (do_shortcut) ? 1 : 0;
879 for (unsigned index = 0; index + offset < vector_active(vline); index++)
880 vector_set_index(input_line, index,
881 vector_lookup(vline, index + offset));
882
883 // get token completions -- this is a copying operation
884 vector comps = NULL, initial_comps;
885 initial_comps = cmd_complete_command_real(input_line, vty, status);
886
887 if (!MATCHER_ERROR(*status)) {
888 assert(initial_comps);
889 // filter out everything that is not suitable for a
890 // tab-completion
891 comps = vector_init(VECTOR_MIN_SIZE);
892 for (unsigned int i = 0; i < vector_active(initial_comps);
893 i++) {
894 struct cmd_token *token = vector_slot(initial_comps, i);
895 if (token->type == WORD_TKN)
896 vector_set(comps, XSTRDUP(MTYPE_COMPLETION,
897 token->text));
898 else if (IS_VARYING_TOKEN(token->type)) {
899 const char *ref = vector_lookup(
900 vline, vector_active(vline) - 1);
901 cmd_variable_complete(token, ref, comps);
902 }
903 }
904 vector_free(initial_comps);
905
906 // since we filtered results, we need to re-set status code
907 switch (vector_active(comps)) {
908 case 0:
909 *status = CMD_ERR_NO_MATCH;
910 break;
911 case 1:
912 *status = CMD_COMPLETE_FULL_MATCH;
913 break;
914 default:
915 *status = CMD_COMPLETE_LIST_MATCH;
916 }
917
918 // copy completions text into an array of char*
919 ret = XMALLOC(MTYPE_TMP,
920 (vector_active(comps) + 1) * sizeof(char *));
921 unsigned int i;
922 for (i = 0; i < vector_active(comps); i++) {
923 ret[i] = vector_slot(comps, i);
924 }
925 // set the last element to NULL, because this array is used in
926 // a Readline completion_generator function which expects NULL
927 // as a sentinel value
928 ret[i] = NULL;
929 vector_free(comps);
930 comps = NULL;
931 } else if (initial_comps)
932 vector_free(initial_comps);
933
934 // comps should always be null here
935 assert(!comps);
936
937 // free the adjusted input line
938 vector_free(input_line);
939
940 // reset vty->node to its original value
941 vty->node = original_node;
942
943 return ret;
944 }
945
946 /* return parent node */
947 /* MUST eventually converge on CONFIG_NODE */
948 enum node_type node_parent(enum node_type node)
949 {
950 enum node_type ret;
951
952 assert(node > CONFIG_NODE);
953
954 switch (node) {
955 case BGP_VPNV4_NODE:
956 case BGP_VPNV6_NODE:
957 case BGP_FLOWSPECV4_NODE:
958 case BGP_FLOWSPECV6_NODE:
959 case BGP_VRF_POLICY_NODE:
960 case BGP_VNC_DEFAULTS_NODE:
961 case BGP_VNC_NVE_GROUP_NODE:
962 case BGP_VNC_L2_GROUP_NODE:
963 case BGP_IPV4_NODE:
964 case BGP_IPV4M_NODE:
965 case BGP_IPV4L_NODE:
966 case BGP_IPV6_NODE:
967 case BGP_IPV6M_NODE:
968 case BGP_EVPN_NODE:
969 case BGP_IPV6L_NODE:
970 ret = BGP_NODE;
971 break;
972 case BGP_EVPN_VNI_NODE:
973 ret = BGP_EVPN_NODE;
974 break;
975 case KEYCHAIN_KEY_NODE:
976 ret = KEYCHAIN_NODE;
977 break;
978 case LINK_PARAMS_NODE:
979 ret = INTERFACE_NODE;
980 break;
981 case LDP_IPV4_NODE:
982 case LDP_IPV6_NODE:
983 ret = LDP_NODE;
984 break;
985 case LDP_IPV4_IFACE_NODE:
986 ret = LDP_IPV4_NODE;
987 break;
988 case LDP_IPV6_IFACE_NODE:
989 ret = LDP_IPV6_NODE;
990 break;
991 case LDP_PSEUDOWIRE_NODE:
992 ret = LDP_L2VPN_NODE;
993 break;
994 case BFD_PEER_NODE:
995 ret = BFD_NODE;
996 break;
997 default:
998 ret = CONFIG_NODE;
999 break;
1000 }
1001
1002 return ret;
1003 }
1004
1005 /* Execute command by argument vline vector. */
1006 static int cmd_execute_command_real(vector vline, enum filter_type filter,
1007 struct vty *vty,
1008 const struct cmd_element **cmd)
1009 {
1010 struct list *argv_list;
1011 enum matcher_rv status;
1012 const struct cmd_element *matched_element = NULL;
1013
1014 struct graph *cmdgraph = cmd_node_graph(cmdvec, vty->node);
1015 status = command_match(cmdgraph, vline, &argv_list, &matched_element);
1016
1017 if (cmd)
1018 *cmd = matched_element;
1019
1020 // if matcher error, return corresponding CMD_ERR
1021 if (MATCHER_ERROR(status)) {
1022 if (argv_list)
1023 list_delete_and_null(&argv_list);
1024 switch (status) {
1025 case MATCHER_INCOMPLETE:
1026 return CMD_ERR_INCOMPLETE;
1027 case MATCHER_AMBIGUOUS:
1028 return CMD_ERR_AMBIGUOUS;
1029 default:
1030 return CMD_ERR_NO_MATCH;
1031 }
1032 }
1033
1034 // build argv array from argv list
1035 struct cmd_token **argv = XMALLOC(
1036 MTYPE_TMP, argv_list->count * sizeof(struct cmd_token *));
1037 struct listnode *ln;
1038 struct cmd_token *token;
1039 unsigned int i = 0;
1040 for (ALL_LIST_ELEMENTS_RO(argv_list, ln, token))
1041 argv[i++] = token;
1042
1043 int argc = argv_list->count;
1044
1045 int ret;
1046 if (matched_element->daemon)
1047 ret = CMD_SUCCESS_DAEMON;
1048 else
1049 ret = matched_element->func(matched_element, vty, argc, argv);
1050
1051 // delete list and cmd_token's in it
1052 list_delete_and_null(&argv_list);
1053 XFREE(MTYPE_TMP, argv);
1054
1055 return ret;
1056 }
1057
1058 /**
1059 * Execute a given command, handling things like "do ..." and checking
1060 * whether the given command might apply at a parent node if doesn't
1061 * apply for the current node.
1062 *
1063 * @param vline Command line input, vector of char* where each element is
1064 * one input token.
1065 * @param vty The vty context in which the command should be executed.
1066 * @param cmd Pointer where the struct cmd_element of the matched command
1067 * will be stored, if any. May be set to NULL if this info is
1068 * not needed.
1069 * @param vtysh If set != 0, don't lookup the command at parent nodes.
1070 * @return The status of the command that has been executed or an error code
1071 * as to why no command could be executed.
1072 */
1073 int cmd_execute_command(vector vline, struct vty *vty,
1074 const struct cmd_element **cmd, int vtysh)
1075 {
1076 int ret, saved_ret = 0;
1077 enum node_type onode, try_node;
1078
1079 onode = try_node = vty->node;
1080
1081 if (cmd_try_do_shortcut(vty->node, vector_slot(vline, 0))) {
1082 vector shifted_vline;
1083 unsigned int index;
1084
1085 vty->node = ENABLE_NODE;
1086 /* We can try it on enable node, cos' the vty is authenticated
1087 */
1088
1089 shifted_vline = vector_init(vector_count(vline));
1090 /* use memcpy? */
1091 for (index = 1; index < vector_active(vline); index++)
1092 vector_set_index(shifted_vline, index - 1,
1093 vector_lookup(vline, index));
1094
1095 ret = cmd_execute_command_real(shifted_vline, FILTER_RELAXED,
1096 vty, cmd);
1097
1098 vector_free(shifted_vline);
1099 vty->node = onode;
1100 return ret;
1101 }
1102
1103 saved_ret = ret =
1104 cmd_execute_command_real(vline, FILTER_RELAXED, vty, cmd);
1105
1106 if (vtysh)
1107 return saved_ret;
1108
1109 if (ret != CMD_SUCCESS && ret != CMD_WARNING
1110 && ret != CMD_NOT_MY_INSTANCE && ret != CMD_WARNING_CONFIG_FAILED) {
1111 /* This assumes all nodes above CONFIG_NODE are childs of
1112 * CONFIG_NODE */
1113 while (vty->node > CONFIG_NODE) {
1114 try_node = node_parent(try_node);
1115 vty->node = try_node;
1116 ret = cmd_execute_command_real(vline, FILTER_RELAXED,
1117 vty, cmd);
1118 if (ret == CMD_SUCCESS || ret == CMD_WARNING
1119 || ret == CMD_NOT_MY_INSTANCE
1120 || ret == CMD_WARNING_CONFIG_FAILED)
1121 return ret;
1122 }
1123 /* no command succeeded, reset the vty to the original node */
1124 vty->node = onode;
1125 }
1126
1127 /* return command status for original node */
1128 return saved_ret;
1129 }
1130
1131 /**
1132 * Execute a given command, matching it strictly against the current node.
1133 * This mode is used when reading config files.
1134 *
1135 * @param vline Command line input, vector of char* where each element is
1136 * one input token.
1137 * @param vty The vty context in which the command should be executed.
1138 * @param cmd Pointer where the struct cmd_element* of the matched command
1139 * will be stored, if any. May be set to NULL if this info is
1140 * not needed.
1141 * @return The status of the command that has been executed or an error code
1142 * as to why no command could be executed.
1143 */
1144 int cmd_execute_command_strict(vector vline, struct vty *vty,
1145 const struct cmd_element **cmd)
1146 {
1147 return cmd_execute_command_real(vline, FILTER_STRICT, vty, cmd);
1148 }
1149
1150 /*
1151 * Hook for preprocessing command string before executing.
1152 *
1153 * All subscribers are called with the raw command string that is to be
1154 * executed. If any changes are to be made, a new string should be allocated
1155 * with MTYPE_TMP and *cmd_out updated to point to this new string. The caller
1156 * is then responsible for freeing this string.
1157 *
1158 * All processing functions must be mutually exclusive in their action, i.e. if
1159 * one subscriber decides to modify the command, all others must not modify it
1160 * when called. Feeding the output of one processing command into a subsequent
1161 * one is not supported.
1162 *
1163 * This hook is intentionally internal to the command processing system.
1164 *
1165 * cmd_in
1166 * The raw command string.
1167 *
1168 * cmd_out
1169 * The result of any processing.
1170 */
1171 DECLARE_HOOK(cmd_execute,
1172 (struct vty *vty, const char *cmd_in, char **cmd_out),
1173 (vty, cmd_in, cmd_out));
1174 DEFINE_HOOK(cmd_execute, (struct vty *vty, const char *cmd_in, char **cmd_out),
1175 (vty, cmd_in, cmd_out));
1176
1177 /* Hook executed after a CLI command. */
1178 DECLARE_KOOH(cmd_execute_done, (struct vty *vty, const char *cmd_exec),
1179 (vty, cmd_exec));
1180 DEFINE_KOOH(cmd_execute_done, (struct vty *vty, const char *cmd_exec),
1181 (vty, cmd_exec));
1182
1183 /*
1184 * cmd_execute hook subscriber to handle `|` actions.
1185 */
1186 static int handle_pipe_action(struct vty *vty, const char *cmd_in,
1187 char **cmd_out)
1188 {
1189 /* look for `|` */
1190 char *orig, *working, *token, *u;
1191 char *pipe = strstr(cmd_in, "| ");
1192
1193 if (!pipe)
1194 return 0;
1195
1196 /* duplicate string for processing purposes, not including pipe */
1197 orig = working = XSTRDUP(MTYPE_TMP, pipe + 2);
1198
1199 /* retrieve action */
1200 token = strsep(&working, " ");
1201
1202 /* match result to known actions */
1203 if (strmatch(token, "include")) {
1204 /* the remaining text should be a regexp */
1205 char *regexp = working;
1206
1207 if (!regexp) {
1208 vty_out(vty, "%% Need a regexp to filter with\n");
1209 goto fail;
1210 }
1211
1212 bool succ = vty_set_include(vty, regexp);
1213
1214 if (!succ) {
1215 vty_out(vty, "%% Bad regexp '%s'\n", regexp);
1216 goto fail;
1217 }
1218 *cmd_out = XSTRDUP(MTYPE_TMP, cmd_in);
1219 u = *cmd_out;
1220 strsep(&u, "|");
1221 } else {
1222 vty_out(vty, "%% Unknown action '%s'\n", token);
1223 goto fail;
1224 }
1225
1226 fail:
1227 XFREE(MTYPE_TMP, orig);
1228 return 0;
1229 }
1230
1231 static int handle_pipe_action_done(struct vty *vty, const char *cmd_exec)
1232 {
1233 if (vty->filter)
1234 vty_set_include(vty, NULL);
1235
1236 return 0;
1237 }
1238
1239 int cmd_execute(struct vty *vty, const char *cmd,
1240 const struct cmd_element **matched, int vtysh)
1241 {
1242 int ret;
1243 char *cmd_out = NULL;
1244 const char *cmd_exec;
1245 vector vline;
1246
1247 hook_call(cmd_execute, vty, cmd, &cmd_out);
1248 cmd_exec = cmd_out ? (const char *)cmd_out : cmd;
1249
1250 vline = cmd_make_strvec(cmd_exec);
1251
1252 if (vline) {
1253 ret = cmd_execute_command(vline, vty, matched, vtysh);
1254 cmd_free_strvec(vline);
1255 } else {
1256 ret = CMD_SUCCESS;
1257 }
1258
1259 hook_call(cmd_execute_done, vty, cmd_exec);
1260
1261 if (cmd_out)
1262 XFREE(MTYPE_TMP, cmd_out);
1263
1264 return ret;
1265 }
1266
1267
1268 /**
1269 * Parse one line of config, walking up the parse tree attempting to find a
1270 * match
1271 *
1272 * @param vty The vty context in which the command should be executed.
1273 * @param cmd Pointer where the struct cmd_element* of the match command
1274 * will be stored, if any. May be set to NULL if this info is
1275 * not needed.
1276 * @param use_daemon Boolean to control whether or not we match on
1277 * CMD_SUCCESS_DAEMON
1278 * or not.
1279 * @return The status of the command that has been executed or an error code
1280 * as to why no command could be executed.
1281 */
1282 int command_config_read_one_line(struct vty *vty,
1283 const struct cmd_element **cmd, int use_daemon)
1284 {
1285 vector vline;
1286 int saved_node;
1287 int ret;
1288
1289 vline = cmd_make_strvec(vty->buf);
1290
1291 /* In case of comment line */
1292 if (vline == NULL)
1293 return CMD_SUCCESS;
1294
1295 /* Execute configuration command : this is strict match */
1296 ret = cmd_execute_command_strict(vline, vty, cmd);
1297
1298 // Climb the tree and try the command again at each node
1299 if (!(use_daemon && ret == CMD_SUCCESS_DAEMON)
1300 && !(!use_daemon && ret == CMD_ERR_NOTHING_TODO)
1301 && ret != CMD_SUCCESS && ret != CMD_WARNING
1302 && ret != CMD_NOT_MY_INSTANCE && ret != CMD_WARNING_CONFIG_FAILED
1303 && vty->node != CONFIG_NODE) {
1304
1305 saved_node = vty->node;
1306
1307 while (!(use_daemon && ret == CMD_SUCCESS_DAEMON)
1308 && !(!use_daemon && ret == CMD_ERR_NOTHING_TODO)
1309 && ret != CMD_SUCCESS && ret != CMD_WARNING
1310 && vty->node > CONFIG_NODE) {
1311 vty->node = node_parent(vty->node);
1312 ret = cmd_execute_command_strict(vline, vty, cmd);
1313 }
1314
1315 // If climbing the tree did not work then ignore the command and
1316 // stay at the same node
1317 if (!(use_daemon && ret == CMD_SUCCESS_DAEMON)
1318 && !(!use_daemon && ret == CMD_ERR_NOTHING_TODO)
1319 && ret != CMD_SUCCESS && ret != CMD_WARNING) {
1320 vty->node = saved_node;
1321 }
1322 }
1323
1324 if (ret != CMD_SUCCESS && ret != CMD_WARNING)
1325 memcpy(vty->error_buf, vty->buf, VTY_BUFSIZ);
1326
1327 cmd_free_strvec(vline);
1328
1329 return ret;
1330 }
1331
1332 /* Configuration make from file. */
1333 int config_from_file(struct vty *vty, FILE *fp, unsigned int *line_num)
1334 {
1335 int ret, error_ret = 0;
1336 *line_num = 0;
1337
1338 while (fgets(vty->buf, VTY_BUFSIZ, fp)) {
1339 if (!error_ret)
1340 ++(*line_num);
1341
1342 ret = command_config_read_one_line(vty, NULL, 0);
1343
1344 if (ret != CMD_SUCCESS && ret != CMD_WARNING
1345 && ret != CMD_ERR_NOTHING_TODO)
1346 error_ret = ret;
1347 }
1348
1349 if (error_ret) {
1350 return error_ret;
1351 }
1352
1353 return CMD_SUCCESS;
1354 }
1355
1356 /* Configuration from terminal */
1357 DEFUN (config_terminal,
1358 config_terminal_cmd,
1359 "configure terminal",
1360 "Configuration from vty interface\n"
1361 "Configuration terminal\n")
1362 {
1363 if (vty_config_lock(vty))
1364 vty->node = CONFIG_NODE;
1365 else {
1366 vty_out(vty, "VTY configuration is locked by other VTY\n");
1367 return CMD_WARNING_CONFIG_FAILED;
1368 }
1369 return CMD_SUCCESS;
1370 }
1371
1372 /* Enable command */
1373 DEFUN (enable,
1374 config_enable_cmd,
1375 "enable",
1376 "Turn on privileged mode command\n")
1377 {
1378 /* If enable password is NULL, change to ENABLE_NODE */
1379 if ((host.enable == NULL && host.enable_encrypt == NULL)
1380 || vty->type == VTY_SHELL_SERV)
1381 vty->node = ENABLE_NODE;
1382 else
1383 vty->node = AUTH_ENABLE_NODE;
1384
1385 return CMD_SUCCESS;
1386 }
1387
1388 /* Disable command */
1389 DEFUN (disable,
1390 config_disable_cmd,
1391 "disable",
1392 "Turn off privileged mode command\n")
1393 {
1394 if (vty->node == ENABLE_NODE)
1395 vty->node = VIEW_NODE;
1396 return CMD_SUCCESS;
1397 }
1398
1399 /* Down vty node level. */
1400 DEFUN (config_exit,
1401 config_exit_cmd,
1402 "exit",
1403 "Exit current mode and down to previous mode\n")
1404 {
1405 cmd_exit(vty);
1406 return CMD_SUCCESS;
1407 }
1408
1409 void cmd_exit(struct vty *vty)
1410 {
1411 switch (vty->node) {
1412 case VIEW_NODE:
1413 case ENABLE_NODE:
1414 if (vty_shell(vty))
1415 exit(0);
1416 else
1417 vty->status = VTY_CLOSE;
1418 break;
1419 case CONFIG_NODE:
1420 vty->node = ENABLE_NODE;
1421 vty_config_unlock(vty);
1422 break;
1423 case INTERFACE_NODE:
1424 case PW_NODE:
1425 case LOGICALROUTER_NODE:
1426 case VRF_NODE:
1427 case NH_GROUP_NODE:
1428 case ZEBRA_NODE:
1429 case BGP_NODE:
1430 case RIP_NODE:
1431 case EIGRP_NODE:
1432 case BABEL_NODE:
1433 case RIPNG_NODE:
1434 case OSPF_NODE:
1435 case OSPF6_NODE:
1436 case LDP_NODE:
1437 case LDP_L2VPN_NODE:
1438 case ISIS_NODE:
1439 case OPENFABRIC_NODE:
1440 case KEYCHAIN_NODE:
1441 case RMAP_NODE:
1442 case PBRMAP_NODE:
1443 case VTY_NODE:
1444 case BFD_NODE:
1445 vty->node = CONFIG_NODE;
1446 break;
1447 case BGP_IPV4_NODE:
1448 case BGP_IPV4M_NODE:
1449 case BGP_IPV4L_NODE:
1450 case BGP_VPNV4_NODE:
1451 case BGP_VPNV6_NODE:
1452 case BGP_FLOWSPECV4_NODE:
1453 case BGP_FLOWSPECV6_NODE:
1454 case BGP_VRF_POLICY_NODE:
1455 case BGP_VNC_DEFAULTS_NODE:
1456 case BGP_VNC_NVE_GROUP_NODE:
1457 case BGP_VNC_L2_GROUP_NODE:
1458 case BGP_IPV6_NODE:
1459 case BGP_IPV6M_NODE:
1460 case BGP_EVPN_NODE:
1461 case BGP_IPV6L_NODE:
1462 vty->node = BGP_NODE;
1463 break;
1464 case BGP_EVPN_VNI_NODE:
1465 vty->node = BGP_EVPN_NODE;
1466 break;
1467 case LDP_IPV4_NODE:
1468 case LDP_IPV6_NODE:
1469 vty->node = LDP_NODE;
1470 break;
1471 case LDP_IPV4_IFACE_NODE:
1472 vty->node = LDP_IPV4_NODE;
1473 break;
1474 case LDP_IPV6_IFACE_NODE:
1475 vty->node = LDP_IPV6_NODE;
1476 break;
1477 case LDP_PSEUDOWIRE_NODE:
1478 vty->node = LDP_L2VPN_NODE;
1479 break;
1480 case KEYCHAIN_KEY_NODE:
1481 vty->node = KEYCHAIN_NODE;
1482 break;
1483 case LINK_PARAMS_NODE:
1484 vty->node = INTERFACE_NODE;
1485 break;
1486 case BFD_PEER_NODE:
1487 vty->node = BFD_NODE;
1488 break;
1489 default:
1490 break;
1491 }
1492 }
1493
1494 /* ALIAS_FIXME */
1495 DEFUN (config_quit,
1496 config_quit_cmd,
1497 "quit",
1498 "Exit current mode and down to previous mode\n")
1499 {
1500 return config_exit(self, vty, argc, argv);
1501 }
1502
1503
1504 /* End of configuration. */
1505 DEFUN (config_end,
1506 config_end_cmd,
1507 "end",
1508 "End current mode and change to enable mode.\n")
1509 {
1510 switch (vty->node) {
1511 case VIEW_NODE:
1512 case ENABLE_NODE:
1513 /* Nothing to do. */
1514 break;
1515 case CONFIG_NODE:
1516 case INTERFACE_NODE:
1517 case PW_NODE:
1518 case LOGICALROUTER_NODE:
1519 case VRF_NODE:
1520 case NH_GROUP_NODE:
1521 case ZEBRA_NODE:
1522 case RIP_NODE:
1523 case RIPNG_NODE:
1524 case EIGRP_NODE:
1525 case BABEL_NODE:
1526 case BGP_NODE:
1527 case BGP_VRF_POLICY_NODE:
1528 case BGP_VNC_DEFAULTS_NODE:
1529 case BGP_VNC_NVE_GROUP_NODE:
1530 case BGP_VNC_L2_GROUP_NODE:
1531 case BGP_VPNV4_NODE:
1532 case BGP_VPNV6_NODE:
1533 case BGP_FLOWSPECV4_NODE:
1534 case BGP_FLOWSPECV6_NODE:
1535 case BGP_IPV4_NODE:
1536 case BGP_IPV4M_NODE:
1537 case BGP_IPV4L_NODE:
1538 case BGP_IPV6_NODE:
1539 case BGP_IPV6M_NODE:
1540 case BGP_EVPN_NODE:
1541 case BGP_EVPN_VNI_NODE:
1542 case BGP_IPV6L_NODE:
1543 case RMAP_NODE:
1544 case PBRMAP_NODE:
1545 case OSPF_NODE:
1546 case OSPF6_NODE:
1547 case LDP_NODE:
1548 case LDP_IPV4_NODE:
1549 case LDP_IPV6_NODE:
1550 case LDP_IPV4_IFACE_NODE:
1551 case LDP_IPV6_IFACE_NODE:
1552 case LDP_L2VPN_NODE:
1553 case LDP_PSEUDOWIRE_NODE:
1554 case ISIS_NODE:
1555 case OPENFABRIC_NODE:
1556 case KEYCHAIN_NODE:
1557 case KEYCHAIN_KEY_NODE:
1558 case VTY_NODE:
1559 case LINK_PARAMS_NODE:
1560 case BFD_NODE:
1561 case BFD_PEER_NODE:
1562 vty_config_unlock(vty);
1563 vty->node = ENABLE_NODE;
1564 break;
1565 default:
1566 break;
1567 }
1568 return CMD_SUCCESS;
1569 }
1570
1571 /* Show version. */
1572 DEFUN (show_version,
1573 show_version_cmd,
1574 "show version",
1575 SHOW_STR
1576 "Displays zebra version\n")
1577 {
1578 vty_out(vty, "%s %s (%s).\n", FRR_FULL_NAME, FRR_VERSION,
1579 cmd_hostname_get() ? cmd_hostname_get() : "");
1580 vty_out(vty, "%s%s\n", FRR_COPYRIGHT, GIT_INFO);
1581 vty_out(vty, "configured with:\n %s\n", FRR_CONFIG_ARGS);
1582
1583 return CMD_SUCCESS;
1584 }
1585
1586 /* "Set" version ... ignore version tags */
1587 DEFUN (frr_version_defaults,
1588 frr_version_defaults_cmd,
1589 "frr <version|defaults> LINE...",
1590 "FRRouting global parameters\n"
1591 "version configuration was written by\n"
1592 "set of configuration defaults used\n"
1593 "version string\n")
1594 {
1595 return CMD_SUCCESS;
1596 }
1597
1598 /* Help display function for all node. */
1599 DEFUN (config_help,
1600 config_help_cmd,
1601 "help",
1602 "Description of the interactive help system\n")
1603 {
1604 vty_out(vty,
1605 "Quagga VTY provides advanced help feature. When you need help,\n\
1606 anytime at the command line please press '?'.\n\
1607 \n\
1608 If nothing matches, the help list will be empty and you must backup\n\
1609 until entering a '?' shows the available options.\n\
1610 Two styles of help are provided:\n\
1611 1. Full help is available when you are ready to enter a\n\
1612 command argument (e.g. 'show ?') and describes each possible\n\
1613 argument.\n\
1614 2. Partial help is provided when an abbreviated argument is entered\n\
1615 and you want to know what arguments match the input\n\
1616 (e.g. 'show me?'.)\n\n");
1617 return CMD_SUCCESS;
1618 }
1619
1620 static void permute(struct graph_node *start, struct vty *vty)
1621 {
1622 static struct list *position = NULL;
1623 if (!position)
1624 position = list_new();
1625
1626 struct cmd_token *stok = start->data;
1627 struct graph_node *gnn;
1628 struct listnode *ln;
1629
1630 // recursive dfs
1631 listnode_add(position, start);
1632 for (unsigned int i = 0; i < vector_active(start->to); i++) {
1633 struct graph_node *gn = vector_slot(start->to, i);
1634 struct cmd_token *tok = gn->data;
1635 if (tok->attr == CMD_ATTR_HIDDEN
1636 || tok->attr == CMD_ATTR_DEPRECATED)
1637 continue;
1638 else if (tok->type == END_TKN || gn == start) {
1639 vty_out(vty, " ");
1640 for (ALL_LIST_ELEMENTS_RO(position, ln, gnn)) {
1641 struct cmd_token *tt = gnn->data;
1642 if (tt->type < SPECIAL_TKN)
1643 vty_out(vty, " %s", tt->text);
1644 }
1645 if (gn == start)
1646 vty_out(vty, "...");
1647 vty_out(vty, "\n");
1648 } else {
1649 bool skip = false;
1650 if (stok->type == FORK_TKN && tok->type != FORK_TKN)
1651 for (ALL_LIST_ELEMENTS_RO(position, ln, gnn))
1652 if (gnn == gn) {
1653 skip = true;
1654 break;
1655 }
1656 if (!skip)
1657 permute(gn, vty);
1658 }
1659 }
1660 list_delete_node(position, listtail(position));
1661 }
1662
1663 int cmd_list_cmds(struct vty *vty, int do_permute)
1664 {
1665 struct cmd_node *node = vector_slot(cmdvec, vty->node);
1666
1667 if (do_permute)
1668 permute(vector_slot(node->cmdgraph->nodes, 0), vty);
1669 else {
1670 /* loop over all commands at this node */
1671 struct cmd_element *element = NULL;
1672 for (unsigned int i = 0; i < vector_active(node->cmd_vector);
1673 i++)
1674 if ((element = vector_slot(node->cmd_vector, i))
1675 && element->attr != CMD_ATTR_DEPRECATED
1676 && element->attr != CMD_ATTR_HIDDEN)
1677 vty_out(vty, " %s\n", element->string);
1678 }
1679 return CMD_SUCCESS;
1680 }
1681
1682 /* Help display function for all node. */
1683 DEFUN (config_list,
1684 config_list_cmd,
1685 "list [permutations]",
1686 "Print command list\n"
1687 "Print all possible command permutations\n")
1688 {
1689 return cmd_list_cmds(vty, argc == 2);
1690 }
1691
1692 DEFUN (show_commandtree,
1693 show_commandtree_cmd,
1694 "show commandtree [permutations]",
1695 SHOW_STR
1696 "Show command tree\n"
1697 "Permutations that we are interested in\n")
1698 {
1699 return cmd_list_cmds(vty, argc == 3);
1700 }
1701
1702 DEFUN_HIDDEN(show_cli_graph,
1703 show_cli_graph_cmd,
1704 "show cli graph",
1705 SHOW_STR
1706 "CLI reflection\n"
1707 "Dump current command space as DOT graph\n")
1708 {
1709 struct cmd_node *cn = vector_slot(cmdvec, vty->node);
1710 char *dot = cmd_graph_dump_dot(cn->cmdgraph);
1711
1712 vty_out(vty, "%s\n", dot);
1713 XFREE(MTYPE_TMP, dot);
1714 return CMD_SUCCESS;
1715 }
1716
1717 static int vty_write_config(struct vty *vty)
1718 {
1719 size_t i;
1720 struct cmd_node *node;
1721
1722 if (host.noconfig)
1723 return CMD_SUCCESS;
1724
1725 if (vty->type == VTY_TERM) {
1726 vty_out(vty, "\nCurrent configuration:\n");
1727 vty_out(vty, "!\n");
1728 }
1729
1730 vty_out(vty, "frr version %s\n", FRR_VER_SHORT);
1731 vty_out(vty, "frr defaults %s\n", DFLT_NAME);
1732 vty_out(vty, "!\n");
1733
1734 for (i = 0; i < vector_active(cmdvec); i++)
1735 if ((node = vector_slot(cmdvec, i)) && node->func
1736 && (node->vtysh || vty->type != VTY_SHELL)) {
1737 if ((*node->func)(vty))
1738 vty_out(vty, "!\n");
1739 }
1740
1741 if (vty->type == VTY_TERM) {
1742 vty_out(vty, "end\n");
1743 }
1744
1745 return CMD_SUCCESS;
1746 }
1747
1748 static int file_write_config(struct vty *vty)
1749 {
1750 int fd, dirfd;
1751 char *config_file, *slash;
1752 char *config_file_tmp = NULL;
1753 char *config_file_sav = NULL;
1754 int ret = CMD_WARNING;
1755 struct vty *file_vty;
1756 struct stat conf_stat;
1757
1758 if (host.noconfig)
1759 return CMD_SUCCESS;
1760
1761 /* Check and see if we are operating under vtysh configuration */
1762 if (host.config == NULL) {
1763 vty_out(vty,
1764 "Can't save to configuration file, using vtysh.\n");
1765 return CMD_WARNING;
1766 }
1767
1768 /* Get filename. */
1769 config_file = host.config;
1770
1771 #ifndef O_DIRECTORY
1772 #define O_DIRECTORY 0
1773 #endif
1774 slash = strrchr(config_file, '/');
1775 if (slash) {
1776 char *config_dir = XSTRDUP(MTYPE_TMP, config_file);
1777 config_dir[slash - config_file] = '\0';
1778 dirfd = open(config_dir, O_DIRECTORY | O_RDONLY);
1779 XFREE(MTYPE_TMP, config_dir);
1780 } else
1781 dirfd = open(".", O_DIRECTORY | O_RDONLY);
1782 /* if dirfd is invalid, directory sync fails, but we're still OK */
1783
1784 config_file_sav = XMALLOC(
1785 MTYPE_TMP, strlen(config_file) + strlen(CONF_BACKUP_EXT) + 1);
1786 strcpy(config_file_sav, config_file);
1787 strcat(config_file_sav, CONF_BACKUP_EXT);
1788
1789
1790 config_file_tmp = XMALLOC(MTYPE_TMP, strlen(config_file) + 8);
1791 sprintf(config_file_tmp, "%s.XXXXXX", config_file);
1792
1793 /* Open file to configuration write. */
1794 fd = mkstemp(config_file_tmp);
1795 if (fd < 0) {
1796 vty_out(vty, "Can't open configuration file %s.\n",
1797 config_file_tmp);
1798 goto finished;
1799 }
1800 if (fchmod(fd, CONFIGFILE_MASK) != 0) {
1801 vty_out(vty, "Can't chmod configuration file %s: %s (%d).\n",
1802 config_file_tmp, safe_strerror(errno), errno);
1803 goto finished;
1804 }
1805
1806 /* Make vty for configuration file. */
1807 file_vty = vty_new();
1808 file_vty->wfd = fd;
1809 file_vty->type = VTY_FILE;
1810
1811 /* Config file header print. */
1812 vty_out(file_vty, "!\n! Zebra configuration saved from vty\n! ");
1813 vty_time_print(file_vty, 1);
1814 vty_out(file_vty, "!\n");
1815 vty_write_config(file_vty);
1816 vty_close(file_vty);
1817
1818 if (stat(config_file, &conf_stat) >= 0) {
1819 if (unlink(config_file_sav) != 0)
1820 if (errno != ENOENT) {
1821 vty_out(vty,
1822 "Can't unlink backup configuration file %s.\n",
1823 config_file_sav);
1824 goto finished;
1825 }
1826 if (link(config_file, config_file_sav) != 0) {
1827 vty_out(vty,
1828 "Can't backup old configuration file %s.\n",
1829 config_file_sav);
1830 goto finished;
1831 }
1832 if (dirfd >= 0)
1833 fsync(dirfd);
1834 }
1835 if (rename(config_file_tmp, config_file) != 0) {
1836 vty_out(vty, "Can't save configuration file %s.\n",
1837 config_file);
1838 goto finished;
1839 }
1840 if (dirfd >= 0)
1841 fsync(dirfd);
1842
1843 vty_out(vty, "Configuration saved to %s\n", config_file);
1844 ret = CMD_SUCCESS;
1845
1846 finished:
1847 if (ret != CMD_SUCCESS)
1848 unlink(config_file_tmp);
1849 if (dirfd >= 0)
1850 close(dirfd);
1851 XFREE(MTYPE_TMP, config_file_tmp);
1852 XFREE(MTYPE_TMP, config_file_sav);
1853 return ret;
1854 }
1855
1856 /* Write current configuration into file. */
1857
1858 DEFUN (config_write,
1859 config_write_cmd,
1860 "write [<file|memory|terminal>]",
1861 "Write running configuration to memory, network, or terminal\n"
1862 "Write to configuration file\n"
1863 "Write configuration currently in memory\n"
1864 "Write configuration to terminal\n")
1865 {
1866 const int idx_type = 1;
1867
1868 // if command was 'write terminal' or 'write memory'
1869 if (argc == 2 && (!strcmp(argv[idx_type]->text, "terminal"))) {
1870 return vty_write_config(vty);
1871 }
1872
1873 return file_write_config(vty);
1874 }
1875
1876 /* ALIAS_FIXME for 'write <terminal|memory>' */
1877 DEFUN (show_running_config,
1878 show_running_config_cmd,
1879 "show running-config",
1880 SHOW_STR
1881 "running configuration (same as write terminal)\n")
1882 {
1883 return vty_write_config(vty);
1884 }
1885
1886 /* ALIAS_FIXME for 'write file' */
1887 DEFUN (copy_runningconf_startupconf,
1888 copy_runningconf_startupconf_cmd,
1889 "copy running-config startup-config",
1890 "Copy configuration\n"
1891 "Copy running config to... \n"
1892 "Copy running config to startup config (same as write file/memory)\n")
1893 {
1894 return file_write_config(vty);
1895 }
1896 /** -- **/
1897
1898 /* Write startup configuration into the terminal. */
1899 DEFUN (show_startup_config,
1900 show_startup_config_cmd,
1901 "show startup-config",
1902 SHOW_STR
1903 "Contents of startup configuration\n")
1904 {
1905 char buf[BUFSIZ];
1906 FILE *confp;
1907
1908 if (host.noconfig)
1909 return CMD_SUCCESS;
1910 if (host.config == NULL)
1911 return CMD_WARNING;
1912
1913 confp = fopen(host.config, "r");
1914 if (confp == NULL) {
1915 vty_out(vty, "Can't open configuration file [%s] due to '%s'\n",
1916 host.config, safe_strerror(errno));
1917 return CMD_WARNING;
1918 }
1919
1920 while (fgets(buf, BUFSIZ, confp)) {
1921 char *cp = buf;
1922
1923 while (*cp != '\r' && *cp != '\n' && *cp != '\0')
1924 cp++;
1925 *cp = '\0';
1926
1927 vty_out(vty, "%s\n", buf);
1928 }
1929
1930 fclose(confp);
1931
1932 return CMD_SUCCESS;
1933 }
1934
1935 int cmd_domainname_set(const char *domainname)
1936 {
1937 XFREE(MTYPE_HOST, host.domainname);
1938 host.domainname = domainname ? XSTRDUP(MTYPE_HOST, domainname) : NULL;
1939 return CMD_SUCCESS;
1940 }
1941
1942 /* Hostname configuration */
1943 DEFUN(config_domainname,
1944 domainname_cmd,
1945 "domainname WORD",
1946 "Set system's domain name\n"
1947 "This system's domain name\n")
1948 {
1949 struct cmd_token *word = argv[1];
1950
1951 if (!isalpha((int)word->arg[0])) {
1952 vty_out(vty, "Please specify string starting with alphabet\n");
1953 return CMD_WARNING_CONFIG_FAILED;
1954 }
1955
1956 return cmd_domainname_set(word->arg);
1957 }
1958
1959 DEFUN(config_no_domainname,
1960 no_domainname_cmd,
1961 "no domainname [DOMAINNAME]",
1962 NO_STR
1963 "Reset system's domain name\n"
1964 "domain name of this router\n")
1965 {
1966 return cmd_domainname_set(NULL);
1967 }
1968
1969 int cmd_hostname_set(const char *hostname)
1970 {
1971 XFREE(MTYPE_HOST, host.name);
1972 host.name = hostname ? XSTRDUP(MTYPE_HOST, hostname) : NULL;
1973 return CMD_SUCCESS;
1974 }
1975
1976 /* Hostname configuration */
1977 DEFUN (config_hostname,
1978 hostname_cmd,
1979 "hostname WORD",
1980 "Set system's network name\n"
1981 "This system's network name\n")
1982 {
1983 struct cmd_token *word = argv[1];
1984
1985 if (!isalnum((int)word->arg[0])) {
1986 vty_out(vty, "Please specify string starting with alphabet\n");
1987 return CMD_WARNING_CONFIG_FAILED;
1988 }
1989
1990 return cmd_hostname_set(word->arg);
1991 }
1992
1993 DEFUN (config_no_hostname,
1994 no_hostname_cmd,
1995 "no hostname [HOSTNAME]",
1996 NO_STR
1997 "Reset system's network name\n"
1998 "Host name of this router\n")
1999 {
2000 return cmd_hostname_set(NULL);
2001 }
2002
2003 /* VTY interface password set. */
2004 DEFUN (config_password,
2005 password_cmd,
2006 "password [(8-8)] WORD",
2007 "Modify the terminal connection password\n"
2008 "Specifies a HIDDEN password will follow\n"
2009 "The password string\n")
2010 {
2011 int idx_8 = 1;
2012 int idx_word = 2;
2013 if (argc == 3) // '8' was specified
2014 {
2015 if (host.password)
2016 XFREE(MTYPE_HOST, host.password);
2017 host.password = NULL;
2018 if (host.password_encrypt)
2019 XFREE(MTYPE_HOST, host.password_encrypt);
2020 host.password_encrypt =
2021 XSTRDUP(MTYPE_HOST, argv[idx_word]->arg);
2022 return CMD_SUCCESS;
2023 }
2024
2025 if (!isalnum((int)argv[idx_8]->arg[0])) {
2026 vty_out(vty,
2027 "Please specify string starting with alphanumeric\n");
2028 return CMD_WARNING_CONFIG_FAILED;
2029 }
2030
2031 if (host.password)
2032 XFREE(MTYPE_HOST, host.password);
2033 host.password = NULL;
2034
2035 if (host.encrypt) {
2036 if (host.password_encrypt)
2037 XFREE(MTYPE_HOST, host.password_encrypt);
2038 host.password_encrypt =
2039 XSTRDUP(MTYPE_HOST, zencrypt(argv[idx_8]->arg));
2040 } else
2041 host.password = XSTRDUP(MTYPE_HOST, argv[idx_8]->arg);
2042
2043 return CMD_SUCCESS;
2044 }
2045
2046 /* VTY interface password delete. */
2047 DEFUN (no_config_password,
2048 no_password_cmd,
2049 "no password",
2050 NO_STR
2051 "Modify the terminal connection password\n")
2052 {
2053 bool warned = false;
2054
2055 if (host.password) {
2056 if (!vty_shell_serv(vty)) {
2057 vty_out(vty, NO_PASSWD_CMD_WARNING);
2058 warned = true;
2059 }
2060 XFREE(MTYPE_HOST, host.password);
2061 }
2062 host.password = NULL;
2063
2064 if (host.password_encrypt) {
2065 if (!warned && !vty_shell_serv(vty))
2066 vty_out(vty, NO_PASSWD_CMD_WARNING);
2067 XFREE(MTYPE_HOST, host.password_encrypt);
2068 }
2069 host.password_encrypt = NULL;
2070
2071 return CMD_SUCCESS;
2072 }
2073
2074 /* VTY enable password set. */
2075 DEFUN (config_enable_password,
2076 enable_password_cmd,
2077 "enable password [(8-8)] WORD",
2078 "Modify enable password parameters\n"
2079 "Assign the privileged level password\n"
2080 "Specifies a HIDDEN password will follow\n"
2081 "The HIDDEN 'enable' password string\n")
2082 {
2083 int idx_8 = 2;
2084 int idx_word = 3;
2085
2086 /* Crypt type is specified. */
2087 if (argc == 4) {
2088 if (argv[idx_8]->arg[0] == '8') {
2089 if (host.enable)
2090 XFREE(MTYPE_HOST, host.enable);
2091 host.enable = NULL;
2092
2093 if (host.enable_encrypt)
2094 XFREE(MTYPE_HOST, host.enable_encrypt);
2095 host.enable_encrypt =
2096 XSTRDUP(MTYPE_HOST, argv[idx_word]->arg);
2097
2098 return CMD_SUCCESS;
2099 } else {
2100 vty_out(vty, "Unknown encryption type.\n");
2101 return CMD_WARNING_CONFIG_FAILED;
2102 }
2103 }
2104
2105 if (!isalnum((int)argv[idx_8]->arg[0])) {
2106 vty_out(vty,
2107 "Please specify string starting with alphanumeric\n");
2108 return CMD_WARNING_CONFIG_FAILED;
2109 }
2110
2111 if (host.enable)
2112 XFREE(MTYPE_HOST, host.enable);
2113 host.enable = NULL;
2114
2115 /* Plain password input. */
2116 if (host.encrypt) {
2117 if (host.enable_encrypt)
2118 XFREE(MTYPE_HOST, host.enable_encrypt);
2119 host.enable_encrypt =
2120 XSTRDUP(MTYPE_HOST, zencrypt(argv[idx_8]->arg));
2121 } else
2122 host.enable = XSTRDUP(MTYPE_HOST, argv[idx_8]->arg);
2123
2124 return CMD_SUCCESS;
2125 }
2126
2127 /* VTY enable password delete. */
2128 DEFUN (no_config_enable_password,
2129 no_enable_password_cmd,
2130 "no enable password",
2131 NO_STR
2132 "Modify enable password parameters\n"
2133 "Assign the privileged level password\n")
2134 {
2135 bool warned = false;
2136
2137 if (host.enable) {
2138 if (!vty_shell_serv(vty)) {
2139 vty_out(vty, NO_PASSWD_CMD_WARNING);
2140 warned = true;
2141 }
2142 XFREE(MTYPE_HOST, host.enable);
2143 }
2144 host.enable = NULL;
2145
2146 if (host.enable_encrypt) {
2147 if (!warned && !vty_shell_serv(vty))
2148 vty_out(vty, NO_PASSWD_CMD_WARNING);
2149 XFREE(MTYPE_HOST, host.enable_encrypt);
2150 }
2151 host.enable_encrypt = NULL;
2152
2153 return CMD_SUCCESS;
2154 }
2155
2156 DEFUN (service_password_encrypt,
2157 service_password_encrypt_cmd,
2158 "service password-encryption",
2159 "Set up miscellaneous service\n"
2160 "Enable encrypted passwords\n")
2161 {
2162 if (host.encrypt)
2163 return CMD_SUCCESS;
2164
2165 host.encrypt = 1;
2166
2167 if (host.password) {
2168 if (host.password_encrypt)
2169 XFREE(MTYPE_HOST, host.password_encrypt);
2170 host.password_encrypt =
2171 XSTRDUP(MTYPE_HOST, zencrypt(host.password));
2172 }
2173 if (host.enable) {
2174 if (host.enable_encrypt)
2175 XFREE(MTYPE_HOST, host.enable_encrypt);
2176 host.enable_encrypt =
2177 XSTRDUP(MTYPE_HOST, zencrypt(host.enable));
2178 }
2179
2180 return CMD_SUCCESS;
2181 }
2182
2183 DEFUN (no_service_password_encrypt,
2184 no_service_password_encrypt_cmd,
2185 "no service password-encryption",
2186 NO_STR
2187 "Set up miscellaneous service\n"
2188 "Enable encrypted passwords\n")
2189 {
2190 if (!host.encrypt)
2191 return CMD_SUCCESS;
2192
2193 host.encrypt = 0;
2194
2195 if (host.password_encrypt)
2196 XFREE(MTYPE_HOST, host.password_encrypt);
2197 host.password_encrypt = NULL;
2198
2199 if (host.enable_encrypt)
2200 XFREE(MTYPE_HOST, host.enable_encrypt);
2201 host.enable_encrypt = NULL;
2202
2203 return CMD_SUCCESS;
2204 }
2205
2206 DEFUN (config_terminal_length,
2207 config_terminal_length_cmd,
2208 "terminal length (0-512)",
2209 "Set terminal line parameters\n"
2210 "Set number of lines on a screen\n"
2211 "Number of lines on screen (0 for no pausing)\n")
2212 {
2213 int idx_number = 2;
2214
2215 vty->lines = atoi(argv[idx_number]->arg);
2216
2217 return CMD_SUCCESS;
2218 }
2219
2220 DEFUN (config_terminal_no_length,
2221 config_terminal_no_length_cmd,
2222 "terminal no length",
2223 "Set terminal line parameters\n"
2224 NO_STR
2225 "Set number of lines on a screen\n")
2226 {
2227 vty->lines = -1;
2228 return CMD_SUCCESS;
2229 }
2230
2231 DEFUN (service_terminal_length,
2232 service_terminal_length_cmd,
2233 "service terminal-length (0-512)",
2234 "Set up miscellaneous service\n"
2235 "System wide terminal length configuration\n"
2236 "Number of lines of VTY (0 means no line control)\n")
2237 {
2238 int idx_number = 2;
2239
2240 host.lines = atoi(argv[idx_number]->arg);
2241
2242 return CMD_SUCCESS;
2243 }
2244
2245 DEFUN (no_service_terminal_length,
2246 no_service_terminal_length_cmd,
2247 "no service terminal-length [(0-512)]",
2248 NO_STR
2249 "Set up miscellaneous service\n"
2250 "System wide terminal length configuration\n"
2251 "Number of lines of VTY (0 means no line control)\n")
2252 {
2253 host.lines = -1;
2254 return CMD_SUCCESS;
2255 }
2256
2257 DEFUN_HIDDEN (do_echo,
2258 echo_cmd,
2259 "echo MESSAGE...",
2260 "Echo a message back to the vty\n"
2261 "The message to echo\n")
2262 {
2263 char *message;
2264
2265 vty_out(vty, "%s\n",
2266 ((message = argv_concat(argv, argc, 1)) ? message : ""));
2267 if (message)
2268 XFREE(MTYPE_TMP, message);
2269 return CMD_SUCCESS;
2270 }
2271
2272 DEFUN (config_logmsg,
2273 config_logmsg_cmd,
2274 "logmsg <emergencies|alerts|critical|errors|warnings|notifications|informational|debugging> MESSAGE...",
2275 "Send a message to enabled logging destinations\n"
2276 LOG_LEVEL_DESC
2277 "The message to send\n")
2278 {
2279 int idx_log_level = 1;
2280 int idx_message = 2;
2281 int level;
2282 char *message;
2283
2284 if ((level = level_match(argv[idx_log_level]->arg)) == ZLOG_DISABLED)
2285 return CMD_ERR_NO_MATCH;
2286
2287 zlog(level, "%s",
2288 ((message = argv_concat(argv, argc, idx_message)) ? message : ""));
2289 if (message)
2290 XFREE(MTYPE_TMP, message);
2291
2292 return CMD_SUCCESS;
2293 }
2294
2295 DEFUN (show_logging,
2296 show_logging_cmd,
2297 "show logging",
2298 SHOW_STR
2299 "Show current logging configuration\n")
2300 {
2301 struct zlog *zl = zlog_default;
2302
2303 vty_out(vty, "Syslog logging: ");
2304 if (zl->maxlvl[ZLOG_DEST_SYSLOG] == ZLOG_DISABLED)
2305 vty_out(vty, "disabled");
2306 else
2307 vty_out(vty, "level %s, facility %s, ident %s",
2308 zlog_priority[zl->maxlvl[ZLOG_DEST_SYSLOG]],
2309 facility_name(zl->facility), zl->ident);
2310 vty_out(vty, "\n");
2311
2312 vty_out(vty, "Stdout logging: ");
2313 if (zl->maxlvl[ZLOG_DEST_STDOUT] == ZLOG_DISABLED)
2314 vty_out(vty, "disabled");
2315 else
2316 vty_out(vty, "level %s",
2317 zlog_priority[zl->maxlvl[ZLOG_DEST_STDOUT]]);
2318 vty_out(vty, "\n");
2319
2320 vty_out(vty, "Monitor logging: ");
2321 if (zl->maxlvl[ZLOG_DEST_MONITOR] == ZLOG_DISABLED)
2322 vty_out(vty, "disabled");
2323 else
2324 vty_out(vty, "level %s",
2325 zlog_priority[zl->maxlvl[ZLOG_DEST_MONITOR]]);
2326 vty_out(vty, "\n");
2327
2328 vty_out(vty, "File logging: ");
2329 if ((zl->maxlvl[ZLOG_DEST_FILE] == ZLOG_DISABLED) || !zl->fp)
2330 vty_out(vty, "disabled");
2331 else
2332 vty_out(vty, "level %s, filename %s",
2333 zlog_priority[zl->maxlvl[ZLOG_DEST_FILE]],
2334 zl->filename);
2335 vty_out(vty, "\n");
2336
2337 vty_out(vty, "Protocol name: %s\n", zl->protoname);
2338 vty_out(vty, "Record priority: %s\n",
2339 (zl->record_priority ? "enabled" : "disabled"));
2340 vty_out(vty, "Timestamp precision: %d\n", zl->timestamp_precision);
2341
2342 return CMD_SUCCESS;
2343 }
2344
2345 DEFUN (config_log_stdout,
2346 config_log_stdout_cmd,
2347 "log stdout [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>]",
2348 "Logging control\n"
2349 "Set stdout logging level\n"
2350 LOG_LEVEL_DESC)
2351 {
2352 int idx_log_level = 2;
2353
2354 if (argc == idx_log_level) {
2355 zlog_set_level(ZLOG_DEST_STDOUT, zlog_default->default_lvl);
2356 return CMD_SUCCESS;
2357 }
2358 int level;
2359
2360 if ((level = level_match(argv[idx_log_level]->arg)) == ZLOG_DISABLED)
2361 return CMD_ERR_NO_MATCH;
2362 zlog_set_level(ZLOG_DEST_STDOUT, level);
2363 return CMD_SUCCESS;
2364 }
2365
2366 DEFUN (no_config_log_stdout,
2367 no_config_log_stdout_cmd,
2368 "no log stdout [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>]",
2369 NO_STR
2370 "Logging control\n"
2371 "Cancel logging to stdout\n"
2372 LOG_LEVEL_DESC)
2373 {
2374 zlog_set_level(ZLOG_DEST_STDOUT, ZLOG_DISABLED);
2375 return CMD_SUCCESS;
2376 }
2377
2378 DEFUN (config_log_monitor,
2379 config_log_monitor_cmd,
2380 "log monitor [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>]",
2381 "Logging control\n"
2382 "Set terminal line (monitor) logging level\n"
2383 LOG_LEVEL_DESC)
2384 {
2385 int idx_log_level = 2;
2386
2387 if (argc == idx_log_level) {
2388 zlog_set_level(ZLOG_DEST_MONITOR, zlog_default->default_lvl);
2389 return CMD_SUCCESS;
2390 }
2391 int level;
2392
2393 if ((level = level_match(argv[idx_log_level]->arg)) == ZLOG_DISABLED)
2394 return CMD_ERR_NO_MATCH;
2395 zlog_set_level(ZLOG_DEST_MONITOR, level);
2396 return CMD_SUCCESS;
2397 }
2398
2399 DEFUN (no_config_log_monitor,
2400 no_config_log_monitor_cmd,
2401 "no log monitor [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>]",
2402 NO_STR
2403 "Logging control\n"
2404 "Disable terminal line (monitor) logging\n"
2405 LOG_LEVEL_DESC)
2406 {
2407 zlog_set_level(ZLOG_DEST_MONITOR, ZLOG_DISABLED);
2408 return CMD_SUCCESS;
2409 }
2410
2411 static int set_log_file(struct vty *vty, const char *fname, int loglevel)
2412 {
2413 int ret;
2414 char *p = NULL;
2415 const char *fullpath;
2416
2417 /* Path detection. */
2418 if (!IS_DIRECTORY_SEP(*fname)) {
2419 char cwd[MAXPATHLEN + 1];
2420 cwd[MAXPATHLEN] = '\0';
2421
2422 if (getcwd(cwd, MAXPATHLEN) == NULL) {
2423 flog_err_sys(LIB_ERR_SYSTEM_CALL,
2424 "config_log_file: Unable to alloc mem!");
2425 return CMD_WARNING_CONFIG_FAILED;
2426 }
2427
2428 p = XMALLOC(MTYPE_TMP, strlen(cwd) + strlen(fname) + 2);
2429 sprintf(p, "%s/%s", cwd, fname);
2430 fullpath = p;
2431 } else
2432 fullpath = fname;
2433
2434 ret = zlog_set_file(fullpath, loglevel);
2435
2436 if (p)
2437 XFREE(MTYPE_TMP, p);
2438
2439 if (!ret) {
2440 if (vty)
2441 vty_out(vty, "can't open logfile %s\n", fname);
2442 return CMD_WARNING_CONFIG_FAILED;
2443 }
2444
2445 if (host.logfile)
2446 XFREE(MTYPE_HOST, host.logfile);
2447
2448 host.logfile = XSTRDUP(MTYPE_HOST, fname);
2449
2450 #if defined(HAVE_CUMULUS)
2451 if (zlog_default->maxlvl[ZLOG_DEST_SYSLOG] != ZLOG_DISABLED)
2452 zlog_set_level(ZLOG_DEST_SYSLOG, ZLOG_DISABLED);
2453 #endif
2454 return CMD_SUCCESS;
2455 }
2456
2457 void command_setup_early_logging(const char *dest, const char *level)
2458 {
2459 char *token;
2460
2461 if (level) {
2462 int nlevel = level_match(level);
2463
2464 if (nlevel != ZLOG_DISABLED)
2465 zlog_default->default_lvl = nlevel;
2466 }
2467
2468 if (!dest)
2469 return;
2470
2471 if (strcmp(dest, "stdout") == 0) {
2472 zlog_set_level(ZLOG_DEST_STDOUT, zlog_default->default_lvl);
2473 return;
2474 }
2475
2476 if (strcmp(dest, "syslog") == 0) {
2477 zlog_set_level(ZLOG_DEST_SYSLOG, zlog_default->default_lvl);
2478 return;
2479 }
2480
2481 token = strstr(dest, ":");
2482 if (token == NULL)
2483 return;
2484
2485 token++;
2486
2487 set_log_file(NULL, token, zlog_default->default_lvl);
2488 }
2489
2490 DEFUN (config_log_file,
2491 config_log_file_cmd,
2492 "log file FILENAME [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>]",
2493 "Logging control\n"
2494 "Logging to file\n"
2495 "Logging filename\n"
2496 LOG_LEVEL_DESC)
2497 {
2498 int idx_filename = 2;
2499 int idx_log_levels = 3;
2500 if (argc == 4) {
2501 int level;
2502 if ((level = level_match(argv[idx_log_levels]->arg))
2503 == ZLOG_DISABLED)
2504 return CMD_ERR_NO_MATCH;
2505 return set_log_file(vty, argv[idx_filename]->arg, level);
2506 } else
2507 return set_log_file(vty, argv[idx_filename]->arg,
2508 zlog_default->default_lvl);
2509 }
2510
2511 static void disable_log_file(void)
2512 {
2513 zlog_reset_file();
2514
2515 if (host.logfile)
2516 XFREE(MTYPE_HOST, host.logfile);
2517
2518 host.logfile = NULL;
2519 }
2520
2521 DEFUN (no_config_log_file,
2522 no_config_log_file_cmd,
2523 "no log file [FILENAME [LEVEL]]",
2524 NO_STR
2525 "Logging control\n"
2526 "Cancel logging to file\n"
2527 "Logging file name\n"
2528 "Logging level\n")
2529 {
2530 disable_log_file();
2531 return CMD_SUCCESS;
2532 }
2533
2534 DEFUN (config_log_syslog,
2535 config_log_syslog_cmd,
2536 "log syslog [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>]",
2537 "Logging control\n"
2538 "Set syslog logging level\n"
2539 LOG_LEVEL_DESC)
2540 {
2541 int idx_log_levels = 2;
2542
2543 disable_log_file();
2544
2545 if (argc == 3) {
2546 int level;
2547 if ((level = level_match(argv[idx_log_levels]->arg))
2548 == ZLOG_DISABLED)
2549 return CMD_ERR_NO_MATCH;
2550 zlog_set_level(ZLOG_DEST_SYSLOG, level);
2551 return CMD_SUCCESS;
2552 } else {
2553 zlog_set_level(ZLOG_DEST_SYSLOG, zlog_default->default_lvl);
2554 return CMD_SUCCESS;
2555 }
2556 }
2557
2558 DEFUN (no_config_log_syslog,
2559 no_config_log_syslog_cmd,
2560 "no log syslog [<kern|user|mail|daemon|auth|syslog|lpr|news|uucp|cron|local0|local1|local2|local3|local4|local5|local6|local7>] [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>]",
2561 NO_STR
2562 "Logging control\n"
2563 "Cancel logging to syslog\n"
2564 LOG_FACILITY_DESC
2565 LOG_LEVEL_DESC)
2566 {
2567 zlog_set_level(ZLOG_DEST_SYSLOG, ZLOG_DISABLED);
2568 return CMD_SUCCESS;
2569 }
2570
2571 DEFUN (config_log_facility,
2572 config_log_facility_cmd,
2573 "log facility <kern|user|mail|daemon|auth|syslog|lpr|news|uucp|cron|local0|local1|local2|local3|local4|local5|local6|local7>",
2574 "Logging control\n"
2575 "Facility parameter for syslog messages\n"
2576 LOG_FACILITY_DESC)
2577 {
2578 int idx_target = 2;
2579 int facility = facility_match(argv[idx_target]->arg);
2580
2581 zlog_default->facility = facility;
2582 return CMD_SUCCESS;
2583 }
2584
2585 DEFUN (no_config_log_facility,
2586 no_config_log_facility_cmd,
2587 "no log facility [<kern|user|mail|daemon|auth|syslog|lpr|news|uucp|cron|local0|local1|local2|local3|local4|local5|local6|local7>]",
2588 NO_STR
2589 "Logging control\n"
2590 "Reset syslog facility to default (daemon)\n"
2591 LOG_FACILITY_DESC)
2592 {
2593 zlog_default->facility = LOG_DAEMON;
2594 return CMD_SUCCESS;
2595 }
2596
2597 DEFUN (config_log_record_priority,
2598 config_log_record_priority_cmd,
2599 "log record-priority",
2600 "Logging control\n"
2601 "Log the priority of the message within the message\n")
2602 {
2603 zlog_default->record_priority = 1;
2604 return CMD_SUCCESS;
2605 }
2606
2607 DEFUN (no_config_log_record_priority,
2608 no_config_log_record_priority_cmd,
2609 "no log record-priority",
2610 NO_STR
2611 "Logging control\n"
2612 "Do not log the priority of the message within the message\n")
2613 {
2614 zlog_default->record_priority = 0;
2615 return CMD_SUCCESS;
2616 }
2617
2618 DEFUN (config_log_timestamp_precision,
2619 config_log_timestamp_precision_cmd,
2620 "log timestamp precision (0-6)",
2621 "Logging control\n"
2622 "Timestamp configuration\n"
2623 "Set the timestamp precision\n"
2624 "Number of subsecond digits\n")
2625 {
2626 int idx_number = 3;
2627 zlog_default->timestamp_precision =
2628 strtoul(argv[idx_number]->arg, NULL, 10);
2629 return CMD_SUCCESS;
2630 }
2631
2632 DEFUN (no_config_log_timestamp_precision,
2633 no_config_log_timestamp_precision_cmd,
2634 "no log timestamp precision",
2635 NO_STR
2636 "Logging control\n"
2637 "Timestamp configuration\n"
2638 "Reset the timestamp precision to the default value of 0\n")
2639 {
2640 zlog_default->timestamp_precision = 0;
2641 return CMD_SUCCESS;
2642 }
2643
2644 DEFUN (debug_memstats,
2645 debug_memstats_cmd,
2646 "[no] debug memstats-at-exit",
2647 NO_STR
2648 DEBUG_STR
2649 "Print memory type statistics at exit\n")
2650 {
2651 debug_memstats_at_exit = !!strcmp(argv[0]->text, "no");
2652 return CMD_SUCCESS;
2653 }
2654
2655 int cmd_banner_motd_file(const char *file)
2656 {
2657 int success = CMD_SUCCESS;
2658 char p[PATH_MAX];
2659 char *rpath;
2660 char *in;
2661
2662 rpath = realpath(file, p);
2663 if (!rpath)
2664 return CMD_ERR_NO_FILE;
2665 in = strstr(rpath, SYSCONFDIR);
2666 if (in == rpath) {
2667 if (host.motdfile)
2668 XFREE(MTYPE_HOST, host.motdfile);
2669 host.motdfile = XSTRDUP(MTYPE_HOST, file);
2670 } else
2671 success = CMD_WARNING_CONFIG_FAILED;
2672
2673 return success;
2674 }
2675
2676 DEFUN (banner_motd_file,
2677 banner_motd_file_cmd,
2678 "banner motd file FILE",
2679 "Set banner\n"
2680 "Banner for motd\n"
2681 "Banner from a file\n"
2682 "Filename\n")
2683 {
2684 int idx_file = 3;
2685 const char *filename = argv[idx_file]->arg;
2686 int cmd = cmd_banner_motd_file(filename);
2687
2688 if (cmd == CMD_ERR_NO_FILE)
2689 vty_out(vty, "%s does not exist", filename);
2690 else if (cmd == CMD_WARNING_CONFIG_FAILED)
2691 vty_out(vty, "%s must be in %s", filename, SYSCONFDIR);
2692
2693 return cmd;
2694 }
2695
2696 DEFUN (banner_motd_default,
2697 banner_motd_default_cmd,
2698 "banner motd default",
2699 "Set banner string\n"
2700 "Strings for motd\n"
2701 "Default string\n")
2702 {
2703 host.motd = default_motd;
2704 return CMD_SUCCESS;
2705 }
2706
2707 DEFUN (no_banner_motd,
2708 no_banner_motd_cmd,
2709 "no banner motd",
2710 NO_STR
2711 "Set banner string\n"
2712 "Strings for motd\n")
2713 {
2714 host.motd = NULL;
2715 if (host.motdfile)
2716 XFREE(MTYPE_HOST, host.motdfile);
2717 host.motdfile = NULL;
2718 return CMD_SUCCESS;
2719 }
2720
2721 DEFUN(find,
2722 find_cmd,
2723 "find COMMAND...",
2724 "Find CLI command containing text\n"
2725 "Text to search for\n")
2726 {
2727 char *text = argv_concat(argv, argc, 1);
2728 const struct cmd_node *node;
2729 const struct cmd_element *cli;
2730 vector clis;
2731
2732 for (unsigned int i = 0; i < vector_active(cmdvec); i++) {
2733 node = vector_slot(cmdvec, i);
2734 if (!node)
2735 continue;
2736 clis = node->cmd_vector;
2737 for (unsigned int j = 0; j < vector_active(clis); j++) {
2738 cli = vector_slot(clis, j);
2739 if (strcasestr(cli->string, text))
2740 vty_out(vty, " (%s) %s\n",
2741 node_names[node->node], cli->string);
2742 }
2743 }
2744
2745 XFREE(MTYPE_TMP, text);
2746
2747 return CMD_SUCCESS;
2748 }
2749
2750 /* Set config filename. Called from vty.c */
2751 void host_config_set(const char *filename)
2752 {
2753 if (host.config)
2754 XFREE(MTYPE_HOST, host.config);
2755 host.config = XSTRDUP(MTYPE_HOST, filename);
2756 }
2757
2758 const char *host_config_get(void)
2759 {
2760 return host.config;
2761 }
2762
2763 void install_default(enum node_type node)
2764 {
2765 install_element(node, &config_exit_cmd);
2766 install_element(node, &config_quit_cmd);
2767 install_element(node, &config_end_cmd);
2768 install_element(node, &config_help_cmd);
2769 install_element(node, &config_list_cmd);
2770 install_element(node, &show_cli_graph_cmd);
2771 install_element(node, &find_cmd);
2772
2773 install_element(node, &config_write_cmd);
2774 install_element(node, &show_running_config_cmd);
2775
2776 install_element(node, &autocomplete_cmd);
2777 }
2778
2779 /* Initialize command interface. Install basic nodes and commands.
2780 *
2781 * terminal = 0 -- vtysh / no logging, no config control
2782 * terminal = 1 -- normal daemon
2783 * terminal = -1 -- watchfrr / no logging, but minimal config control */
2784 void cmd_init(int terminal)
2785 {
2786 struct utsname names;
2787
2788 if (array_size(node_names) != NODE_TYPE_MAX)
2789 assert(!"Update the CLI node description array!");
2790
2791 uname(&names);
2792 qobj_init();
2793
2794 /* register command preprocessors */
2795 hook_register(cmd_execute, handle_pipe_action);
2796 hook_register(cmd_execute_done, handle_pipe_action_done);
2797
2798 varhandlers = list_new();
2799
2800 /* Allocate initial top vector of commands. */
2801 cmdvec = vector_init(VECTOR_MIN_SIZE);
2802
2803 /* Default host value settings. */
2804 host.name = XSTRDUP(MTYPE_HOST, names.nodename);
2805 #ifdef HAVE_STRUCT_UTSNAME_DOMAINNAME
2806 if ((strcmp(names.domainname, "(none)") == 0))
2807 host.domainname = NULL;
2808 else
2809 host.domainname = XSTRDUP(MTYPE_HOST, names.domainname);
2810 #else
2811 host.domainname = NULL;
2812 #endif
2813 host.password = NULL;
2814 host.enable = NULL;
2815 host.logfile = NULL;
2816 host.config = NULL;
2817 host.noconfig = (terminal < 0);
2818 host.lines = -1;
2819 host.motd = default_motd;
2820 host.motdfile = NULL;
2821
2822 /* Install top nodes. */
2823 install_node(&view_node, NULL);
2824 install_node(&enable_node, NULL);
2825 install_node(&auth_node, NULL);
2826 install_node(&auth_enable_node, NULL);
2827 install_node(&config_node, config_write_host);
2828
2829 /* Each node's basic commands. */
2830 install_element(VIEW_NODE, &show_version_cmd);
2831 install_element(ENABLE_NODE, &show_startup_config_cmd);
2832 install_element(ENABLE_NODE, &debug_memstats_cmd);
2833
2834 if (terminal) {
2835 install_element(VIEW_NODE, &config_list_cmd);
2836 install_element(VIEW_NODE, &config_exit_cmd);
2837 install_element(VIEW_NODE, &config_quit_cmd);
2838 install_element(VIEW_NODE, &config_help_cmd);
2839 install_element(VIEW_NODE, &config_enable_cmd);
2840 install_element(VIEW_NODE, &config_terminal_length_cmd);
2841 install_element(VIEW_NODE, &config_terminal_no_length_cmd);
2842 install_element(VIEW_NODE, &show_logging_cmd);
2843 install_element(VIEW_NODE, &show_commandtree_cmd);
2844 install_element(VIEW_NODE, &echo_cmd);
2845 install_element(VIEW_NODE, &autocomplete_cmd);
2846 install_element(VIEW_NODE, &find_cmd);
2847
2848 install_element(ENABLE_NODE, &config_end_cmd);
2849 install_element(ENABLE_NODE, &config_disable_cmd);
2850 install_element(ENABLE_NODE, &config_terminal_cmd);
2851 install_element(ENABLE_NODE, &copy_runningconf_startupconf_cmd);
2852 install_element(ENABLE_NODE, &config_write_cmd);
2853 install_element(ENABLE_NODE, &show_running_config_cmd);
2854 install_element(ENABLE_NODE, &config_logmsg_cmd);
2855
2856 install_default(CONFIG_NODE);
2857
2858 thread_cmd_init();
2859 workqueue_cmd_init();
2860 hash_cmd_init();
2861 }
2862
2863 install_element(CONFIG_NODE, &hostname_cmd);
2864 install_element(CONFIG_NODE, &no_hostname_cmd);
2865 install_element(CONFIG_NODE, &domainname_cmd);
2866 install_element(CONFIG_NODE, &no_domainname_cmd);
2867 install_element(CONFIG_NODE, &frr_version_defaults_cmd);
2868 install_element(CONFIG_NODE, &debug_memstats_cmd);
2869
2870 if (terminal > 0) {
2871 install_element(CONFIG_NODE, &password_cmd);
2872 install_element(CONFIG_NODE, &no_password_cmd);
2873 install_element(CONFIG_NODE, &enable_password_cmd);
2874 install_element(CONFIG_NODE, &no_enable_password_cmd);
2875
2876 install_element(CONFIG_NODE, &config_log_stdout_cmd);
2877 install_element(CONFIG_NODE, &no_config_log_stdout_cmd);
2878 install_element(CONFIG_NODE, &config_log_monitor_cmd);
2879 install_element(CONFIG_NODE, &no_config_log_monitor_cmd);
2880 install_element(CONFIG_NODE, &config_log_file_cmd);
2881 install_element(CONFIG_NODE, &no_config_log_file_cmd);
2882 install_element(CONFIG_NODE, &config_log_syslog_cmd);
2883 install_element(CONFIG_NODE, &no_config_log_syslog_cmd);
2884 install_element(CONFIG_NODE, &config_log_facility_cmd);
2885 install_element(CONFIG_NODE, &no_config_log_facility_cmd);
2886 install_element(CONFIG_NODE, &config_log_record_priority_cmd);
2887 install_element(CONFIG_NODE,
2888 &no_config_log_record_priority_cmd);
2889 install_element(CONFIG_NODE,
2890 &config_log_timestamp_precision_cmd);
2891 install_element(CONFIG_NODE,
2892 &no_config_log_timestamp_precision_cmd);
2893 install_element(CONFIG_NODE, &service_password_encrypt_cmd);
2894 install_element(CONFIG_NODE, &no_service_password_encrypt_cmd);
2895 install_element(CONFIG_NODE, &banner_motd_default_cmd);
2896 install_element(CONFIG_NODE, &banner_motd_file_cmd);
2897 install_element(CONFIG_NODE, &no_banner_motd_cmd);
2898 install_element(CONFIG_NODE, &service_terminal_length_cmd);
2899 install_element(CONFIG_NODE, &no_service_terminal_length_cmd);
2900
2901 vrf_install_commands();
2902 }
2903
2904 #ifdef DEV_BUILD
2905 grammar_sandbox_init();
2906 #endif
2907 }
2908
2909 void cmd_terminate()
2910 {
2911 struct cmd_node *cmd_node;
2912
2913 hook_unregister(cmd_execute, handle_pipe_action);
2914 hook_unregister(cmd_execute_done, handle_pipe_action_done);
2915
2916 if (cmdvec) {
2917 for (unsigned int i = 0; i < vector_active(cmdvec); i++)
2918 if ((cmd_node = vector_slot(cmdvec, i)) != NULL) {
2919 // deleting the graph delets the cmd_element as
2920 // well
2921 graph_delete_graph(cmd_node->cmdgraph);
2922 vector_free(cmd_node->cmd_vector);
2923 hash_clean(cmd_node->cmd_hash, NULL);
2924 hash_free(cmd_node->cmd_hash);
2925 cmd_node->cmd_hash = NULL;
2926 }
2927
2928 vector_free(cmdvec);
2929 cmdvec = NULL;
2930 }
2931
2932 if (host.name)
2933 XFREE(MTYPE_HOST, host.name);
2934 if (host.domainname)
2935 XFREE(MTYPE_HOST, host.domainname);
2936 if (host.password)
2937 XFREE(MTYPE_HOST, host.password);
2938 if (host.password_encrypt)
2939 XFREE(MTYPE_HOST, host.password_encrypt);
2940 if (host.enable)
2941 XFREE(MTYPE_HOST, host.enable);
2942 if (host.enable_encrypt)
2943 XFREE(MTYPE_HOST, host.enable_encrypt);
2944 if (host.logfile)
2945 XFREE(MTYPE_HOST, host.logfile);
2946 if (host.motdfile)
2947 XFREE(MTYPE_HOST, host.motdfile);
2948 if (host.config)
2949 XFREE(MTYPE_HOST, host.config);
2950
2951 list_delete_and_null(&varhandlers);
2952 qobj_finish();
2953 }