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