blob: 58f248fef25157b793c243313f22526e58bd7d04 [file] [log] [blame]
Neels Hofmeyr17518fe2017-06-20 04:35:06 +02001/*! \file command.h
2 * Zebra configuration command interface routine. */
Harald Welte3fb0b6f2010-05-19 19:02:52 +02003/*
Harald Welte3fb0b6f2010-05-19 19:02:52 +02004 * Copyright (C) 1997, 98 Kunihiro Ishiguro
5 *
6 * This file is part of GNU Zebra.
7 *
8 * GNU Zebra is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published
10 * by the Free Software Foundation; either version 2, or (at your
11 * option) any later version.
12 *
13 * GNU Zebra is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with GNU Zebra; see the file COPYING. If not, write to the
Jaroslav Škarvada2b82c1c2015-11-11 16:02:54 +010020 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 * Boston, MA 02110-1301, USA.
Harald Welte3fb0b6f2010-05-19 19:02:52 +020022 */
23
Sylvain Munaut12ba7782014-06-16 10:13:40 +020024#pragma once
Harald Welte3fb0b6f2010-05-19 19:02:52 +020025
26#include <stdio.h>
27#include <sys/types.h>
28#include "vector.h"
Harald Welte3fb0b6f2010-05-19 19:02:52 +020029
Harald Weltee881b1b2011-08-17 18:52:30 +020030/*! \defgroup command VTY Command
Harald Welte7acb30c2011-08-17 17:13:48 +020031 * @{
Neels Hofmeyr17518fe2017-06-20 04:35:06 +020032 * \file command.h */
Harald Welte7acb30c2011-08-17 17:13:48 +020033
Neels Hofmeyr87e45502017-06-20 00:17:59 +020034/*! Host configuration variable */
Harald Welte3fb0b6f2010-05-19 19:02:52 +020035struct host {
Neels Hofmeyr87e45502017-06-20 00:17:59 +020036 /*! Host name of this router. */
Harald Welte3fb0b6f2010-05-19 19:02:52 +020037 char *name;
38
Neels Hofmeyr87e45502017-06-20 00:17:59 +020039 /*! Password for vty interface. */
Harald Welte3fb0b6f2010-05-19 19:02:52 +020040 char *password;
41 char *password_encrypt;
42
Neels Hofmeyr87e45502017-06-20 00:17:59 +020043 /*! Enable password */
Harald Welte3fb0b6f2010-05-19 19:02:52 +020044 char *enable;
45 char *enable_encrypt;
46
Neels Hofmeyr87e45502017-06-20 00:17:59 +020047 /*! System wide terminal lines. */
Harald Welte3fb0b6f2010-05-19 19:02:52 +020048 int lines;
49
Neels Hofmeyr87e45502017-06-20 00:17:59 +020050 /*! Log filename. */
Harald Welte3fb0b6f2010-05-19 19:02:52 +020051 char *logfile;
52
Neels Hofmeyr87e45502017-06-20 00:17:59 +020053 /*! config file name of this host */
Harald Welte3fb0b6f2010-05-19 19:02:52 +020054 char *config;
55
Neels Hofmeyr87e45502017-06-20 00:17:59 +020056 /*! Flags for services */
Harald Welte3fb0b6f2010-05-19 19:02:52 +020057 int advanced;
58 int encrypt;
59
Neels Hofmeyr87e45502017-06-20 00:17:59 +020060 /*! Banner configuration. */
Harald Welte3fb0b6f2010-05-19 19:02:52 +020061 const char *motd;
62 char *motdfile;
63
Neels Hofmeyr87e45502017-06-20 00:17:59 +020064 /*! VTY application information */
Harald Welte237f6242010-05-25 23:00:45 +020065 const struct vty_app_info *app_info;
Harald Welte3fb0b6f2010-05-19 19:02:52 +020066};
67
Neels Hofmeyr87e45502017-06-20 00:17:59 +020068/*! There are some command levels which called from command node. */
Harald Welte3fb0b6f2010-05-19 19:02:52 +020069enum node_type {
Neels Hofmeyr87e45502017-06-20 00:17:59 +020070 AUTH_NODE, /*!< Authentication mode of vty interface. */
71 VIEW_NODE, /*!< View node. Default mode of vty interface. */
72 AUTH_ENABLE_NODE, /*!< Authentication mode for change enable. */
73 ENABLE_NODE, /*!< Enable node. */
74 CONFIG_NODE, /*!< Config node. Default mode of config file. */
75 SERVICE_NODE, /*!< Service node. */
76 DEBUG_NODE, /*!< Debug node. */
77 CFG_LOG_NODE, /*!< Configure the logging */
78 CFG_STATS_NODE, /*!< Configure the statistics */
Harald Welte4c053012010-05-31 16:01:59 +020079
Neels Hofmeyr87e45502017-06-20 00:17:59 +020080 VTY_NODE, /*!< Vty node. */
Harald Welte3fb0b6f2010-05-19 19:02:52 +020081
Neels Hofmeyr87e45502017-06-20 00:17:59 +020082 L_E1INP_NODE, /*!< E1 line in libosmo-abis. */
83 L_IPA_NODE, /*!< IPA proxying commands in libosmo-abis. */
84 L_NS_NODE, /*!< NS node in libosmo-gb. */
85 L_BSSGP_NODE, /*!< BSSGP node in libosmo-gb. */
86 L_CTRL_NODE, /*!< Control interface node. */
Pablo Neira Ayuso2ade3a02011-07-07 19:46:50 +020087
Neels Hofmeyr87e45502017-06-20 00:17:59 +020088 L_CS7_NODE, /*!< SS7 root node */
89 L_CS7_AS_NODE, /*!< SS7 Application Server */
90 L_CS7_ASP_NODE, /*!< SS7 Application Server Process */
91 L_CS7_XUA_NODE, /*!< SS7 xUA Listener */
92 L_CS7_RTABLE_NODE, /*!< SS7 Routing Table */
93 L_CS7_LINK_NODE, /*!< SS7 Link */
94 L_CS7_LINKSET_NODE, /*!< SS7 Linkset */
95 L_CS7_SCCPADDR_NODE, /*!< SS7 SCCP Address */
96 L_CS7_SCCPADDR_GT_NODE, /*!< SS7 SCCP Global Title */
Harald Welteb5227402017-04-14 14:01:56 +020097
Jacob Erlbeck34eec7d2015-11-02 10:50:50 +010098 /*
99 * When adding new nodes to the libosmocore project, these nodes can be
100 * used to avoid ABI changes for unrelated projects.
101 */
Neels Hofmeyr87e45502017-06-20 00:17:59 +0200102 RESERVED3_NODE, /*!< Reserved for later extensions */
Jacob Erlbeck34eec7d2015-11-02 10:50:50 +0100103
Harald Welte4c053012010-05-31 16:01:59 +0200104 _LAST_OSMOVTY_NODE
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200105};
106
Andreas Eversberg3c6a2ce2012-07-12 09:22:56 +0200107#include "vty.h"
108
Neels Hofmeyr87e45502017-06-20 00:17:59 +0200109/*! Node which has some commands and prompt string and
Harald Welte7acb30c2011-08-17 17:13:48 +0200110 * configuration function pointer . */
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200111struct cmd_node {
Neels Hofmeyr87e45502017-06-20 00:17:59 +0200112 /*! Node index */
Holger Hans Peter Freythera9e52522015-08-02 02:14:07 +0000113 int node;
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200114
Neels Hofmeyr87e45502017-06-20 00:17:59 +0200115 /*! Prompt character at vty interface. */
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200116 const char *prompt;
117
Neels Hofmeyr87e45502017-06-20 00:17:59 +0200118 /*! Is this node's configuration goes to vtysh ? */
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200119 int vtysh;
120
Neels Hofmeyr87e45502017-06-20 00:17:59 +0200121 /*! Node's configuration write function */
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200122 int (*func) (struct vty *);
123
Neels Hofmeyr87e45502017-06-20 00:17:59 +0200124 /*! Vector of this node's command list. */
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200125 vector cmd_vector;
Neels Hofmeyr657c5b62017-09-18 16:42:06 +0200126
127 /*! Human-readable ID of this node. Should only contain alphanumeric
128 * plus '-' and '_' characters (is used as XML ID for 'show
129 * online-help'). If left NUL, this is derived from the prompt.*/
130 char name[64];
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200131};
132
133enum {
134 CMD_ATTR_DEPRECATED = 1,
135 CMD_ATTR_HIDDEN,
136};
137
Neels Hofmeyr87e45502017-06-20 00:17:59 +0200138/*! Structure of a command element */
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200139struct cmd_element {
Neels Hofmeyr87e45502017-06-20 00:17:59 +0200140 const char *string; /*!< Command specification by string. */
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200141 int (*func) (struct cmd_element *, struct vty *, int, const char *[]);
Neels Hofmeyr87e45502017-06-20 00:17:59 +0200142 const char *doc; /*!< Documentation of this command. */
143 int daemon; /*!< Daemon to which this command belong. */
144 vector strvec; /*!< Pointing out each description vector. */
145 unsigned int cmdsize; /*!< Command index count. */
146 char *config; /*!< Configuration string */
147 vector subconfig; /*!< Sub configuration string */
148 unsigned char attr; /*!< Command attributes */
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200149};
150
Neels Hofmeyr87e45502017-06-20 00:17:59 +0200151/*! Command description structure. */
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200152struct desc {
Neels Hofmeyr87e45502017-06-20 00:17:59 +0200153 const char *cmd; /*!< Command string. */
154 const char *str; /*!< Command's description. */
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200155};
156
Neels Hofmeyr87e45502017-06-20 00:17:59 +0200157/*! Return value of the commands. */
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200158#define CMD_SUCCESS 0
159#define CMD_WARNING 1
160#define CMD_ERR_NO_MATCH 2
161#define CMD_ERR_AMBIGUOUS 3
162#define CMD_ERR_INCOMPLETE 4
163#define CMD_ERR_EXEED_ARGC_MAX 5
164#define CMD_ERR_NOTHING_TODO 6
165#define CMD_COMPLETE_FULL_MATCH 7
166#define CMD_COMPLETE_MATCH 8
167#define CMD_COMPLETE_LIST_MATCH 9
168#define CMD_SUCCESS_DAEMON 10
Neels Hofmeyr4a31ffa2017-09-07 03:08:06 +0200169#define CMD_ERR_INVALID_INDENT 11
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200170
171/* Argc max counts. */
Holger Hans Peter Freytherc0dbe0b2011-07-24 19:58:06 +0200172#define CMD_ARGC_MAX 256
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200173
174/* Turn off these macros when uisng cpp with extract.pl */
175#ifndef VTYSH_EXTRACT_PL
176
177/* helper defines for end-user DEFUN* macros */
178#define DEFUN_CMD_ELEMENT(funcname, cmdname, cmdstr, helpstr, attrs, dnum) \
179 static struct cmd_element cmdname = \
180 { \
181 .string = cmdstr, \
182 .func = funcname, \
183 .doc = helpstr, \
184 .attr = attrs, \
185 .daemon = dnum, \
186 };
187
188/* global (non static) cmd_element */
189#define gDEFUN_CMD_ELEMENT(funcname, cmdname, cmdstr, helpstr, attrs, dnum) \
190 struct cmd_element cmdname = \
191 { \
192 .string = cmdstr, \
193 .func = funcname, \
194 .doc = helpstr, \
195 .attr = attrs, \
196 .daemon = dnum, \
197 };
198
199#define DEFUN_CMD_FUNC_DECL(funcname) \
200 static int funcname (struct cmd_element *, struct vty *, int, const char *[]); \
201
202#define DEFUN_CMD_FUNC_TEXT(funcname) \
203 static int funcname \
204 (struct cmd_element *self, struct vty *vty, int argc, const char *argv[])
205
Neels Hofmeyr87e45502017-06-20 00:17:59 +0200206/*! Macro for defining a VTY node and function
Harald Welte7acb30c2011-08-17 17:13:48 +0200207 * \param[in] funcname Name of the function implementing the node
208 * \param[in] cmdname Name of the command node
209 * \param[in] cmdstr String with syntax of node
210 * \param[in] helpstr String with help message of node
211 */
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200212#define DEFUN(funcname, cmdname, cmdstr, helpstr) \
213 DEFUN_CMD_FUNC_DECL(funcname) \
214 DEFUN_CMD_ELEMENT(funcname, cmdname, cmdstr, helpstr, 0, 0) \
215 DEFUN_CMD_FUNC_TEXT(funcname)
216
Neels Hofmeyr87e45502017-06-20 00:17:59 +0200217/*! Macro for defining a non-static (global) VTY node and function
Harald Welte7acb30c2011-08-17 17:13:48 +0200218 * \param[in] funcname Name of the function implementing the node
219 * \param[in] cmdname Name of the command node
220 * \param[in] cmdstr String with syntax of node
221 * \param[in] helpstr String with help message of node
222 */
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200223#define gDEFUN(funcname, cmdname, cmdstr, helpstr) \
224 DEFUN_CMD_FUNC_DECL(funcname) \
225 gDEFUN_CMD_ELEMENT(funcname, cmdname, cmdstr, helpstr, 0, 0) \
226 DEFUN_CMD_FUNC_TEXT(funcname)
227
228#define DEFUN_ATTR(funcname, cmdname, cmdstr, helpstr, attr) \
229 DEFUN_CMD_FUNC_DECL(funcname) \
230 DEFUN_CMD_ELEMENT(funcname, cmdname, cmdstr, helpstr, attr, 0) \
231 DEFUN_CMD_FUNC_TEXT(funcname)
232
233#define DEFUN_HIDDEN(funcname, cmdname, cmdstr, helpstr) \
234 DEFUN_ATTR (funcname, cmdname, cmdstr, helpstr, CMD_ATTR_HIDDEN)
235
236#define DEFUN_DEPRECATED(funcname, cmdname, cmdstr, helpstr) \
237 DEFUN_ATTR (funcname, cmdname, cmdstr, helpstr, CMD_ATTR_DEPRECATED) \
238
239/* DEFUN_NOSH for commands that vtysh should ignore */
240#define DEFUN_NOSH(funcname, cmdname, cmdstr, helpstr) \
241 DEFUN(funcname, cmdname, cmdstr, helpstr)
242
243/* DEFSH for vtysh. */
244#define DEFSH(daemon, cmdname, cmdstr, helpstr) \
245 DEFUN_CMD_ELEMENT(NULL, cmdname, cmdstr, helpstr, 0, daemon) \
246
247/* DEFUN + DEFSH */
248#define DEFUNSH(daemon, funcname, cmdname, cmdstr, helpstr) \
249 DEFUN_CMD_FUNC_DECL(funcname) \
250 DEFUN_CMD_ELEMENT(funcname, cmdname, cmdstr, helpstr, 0, daemon) \
251 DEFUN_CMD_FUNC_TEXT(funcname)
252
253/* DEFUN + DEFSH with attributes */
254#define DEFUNSH_ATTR(daemon, funcname, cmdname, cmdstr, helpstr, attr) \
255 DEFUN_CMD_FUNC_DECL(funcname) \
256 DEFUN_CMD_ELEMENT(funcname, cmdname, cmdstr, helpstr, attr, daemon) \
257 DEFUN_CMD_FUNC_TEXT(funcname)
258
259#define DEFUNSH_HIDDEN(daemon, funcname, cmdname, cmdstr, helpstr) \
260 DEFUNSH_ATTR (daemon, funcname, cmdname, cmdstr, helpstr, CMD_ATTR_HIDDEN)
261
262#define DEFUNSH_DEPRECATED(daemon, funcname, cmdname, cmdstr, helpstr) \
263 DEFUNSH_ATTR (daemon, funcname, cmdname, cmdstr, helpstr, CMD_ATTR_DEPRECATED)
264
265/* ALIAS macro which define existing command's alias. */
266#define ALIAS(funcname, cmdname, cmdstr, helpstr) \
267 DEFUN_CMD_ELEMENT(funcname, cmdname, cmdstr, helpstr, 0, 0)
268
269/* global (non static) cmd_element */
270#define gALIAS(funcname, cmdname, cmdstr, helpstr) \
271 gDEFUN_CMD_ELEMENT(funcname, cmdname, cmdstr, helpstr, 0, 0)
272
273#define ALIAS_ATTR(funcname, cmdname, cmdstr, helpstr, attr) \
274 DEFUN_CMD_ELEMENT(funcname, cmdname, cmdstr, helpstr, attr, 0)
275
276#define ALIAS_HIDDEN(funcname, cmdname, cmdstr, helpstr) \
277 DEFUN_CMD_ELEMENT(funcname, cmdname, cmdstr, helpstr, CMD_ATTR_HIDDEN, 0)
278
279#define ALIAS_DEPRECATED(funcname, cmdname, cmdstr, helpstr) \
280 DEFUN_CMD_ELEMENT(funcname, cmdname, cmdstr, helpstr, CMD_ATTR_DEPRECATED, 0)
281
282#define ALIAS_SH(daemon, funcname, cmdname, cmdstr, helpstr) \
283 DEFUN_CMD_ELEMENT(funcname, cmdname, cmdstr, helpstr, 0, daemon)
284
285#define ALIAS_SH_HIDDEN(daemon, funcname, cmdname, cmdstr, helpstr) \
286 DEFUN_CMD_ELEMENT(funcname, cmdname, cmdstr, helpstr, CMD_ATTR_HIDDEN, daemon)
287
288#define ALIAS_SH_DEPRECATED(daemon, funcname, cmdname, cmdstr, helpstr) \
289 DEFUN_CMD_ELEMENT(funcname, cmdname, cmdstr, helpstr, CMD_ATTR_DEPRECATED, daemon)
290
291#endif /* VTYSH_EXTRACT_PL */
292
293/* Some macroes */
294#define CMD_OPTION(S) ((S[0]) == '[')
295#define CMD_VARIABLE(S) (((S[0]) >= 'A' && (S[0]) <= 'Z') || ((S[0]) == '<'))
296#define CMD_VARARG(S) ((S[0]) == '.')
297#define CMD_RANGE(S) ((S[0] == '<'))
298
299#define CMD_IPV4(S) ((strcmp ((S), "A.B.C.D") == 0))
300#define CMD_IPV4_PREFIX(S) ((strcmp ((S), "A.B.C.D/M") == 0))
301#define CMD_IPV6(S) ((strcmp ((S), "X:X::X:X") == 0))
302#define CMD_IPV6_PREFIX(S) ((strcmp ((S), "X:X::X:X/M") == 0))
303
304/* Common descriptions. */
305#define SHOW_STR "Show running system information\n"
306#define IP_STR "IP information\n"
307#define IPV6_STR "IPv6 information\n"
308#define NO_STR "Negate a command or set its defaults\n"
309#define CLEAR_STR "Reset functions\n"
310#define RIP_STR "RIP information\n"
311#define BGP_STR "BGP information\n"
312#define OSPF_STR "OSPF information\n"
313#define NEIGHBOR_STR "Specify neighbor router\n"
314#define DEBUG_STR "Debugging functions (see also 'undebug')\n"
315#define UNDEBUG_STR "Disable debugging functions (see also 'debug')\n"
316#define ROUTER_STR "Enable a routing process\n"
317#define AS_STR "AS number\n"
318#define MBGP_STR "MBGP information\n"
319#define MATCH_STR "Match values from routing table\n"
320#define SET_STR "Set values in destination routing protocol\n"
321#define OUT_STR "Filter outgoing routing updates\n"
322#define IN_STR "Filter incoming routing updates\n"
323#define V4NOTATION_STR "specify by IPv4 address notation(e.g. 0.0.0.0)\n"
324#define OSPF6_NUMBER_STR "Specify by number\n"
325#define INTERFACE_STR "Interface infomation\n"
326#define IFNAME_STR "Interface name(e.g. ep0)\n"
327#define IP6_STR "IPv6 Information\n"
328#define OSPF6_STR "Open Shortest Path First (OSPF) for IPv6\n"
329#define OSPF6_ROUTER_STR "Enable a routing process\n"
330#define OSPF6_INSTANCE_STR "<1-65535> Instance ID\n"
331#define SECONDS_STR "<1-65535> Seconds\n"
332#define ROUTE_STR "Routing Table\n"
333#define PREFIX_LIST_STR "Build a prefix list\n"
334#define OSPF6_DUMP_TYPE_LIST \
335"(neighbor|interface|area|lsa|zebra|config|dbex|spf|route|lsdb|redistribute|hook|asbr|prefix|abr)"
336#define ISIS_STR "IS-IS information\n"
337#define AREA_TAG_STR "[area tag]\n"
338
339#define CONF_BACKUP_EXT ".sav"
340
341/* IPv4 only machine should not accept IPv6 address for peer's IP
342 address. So we replace VTY command string like below. */
343#ifdef HAVE_IPV6
344#define NEIGHBOR_CMD "neighbor (A.B.C.D|X:X::X:X) "
345#define NO_NEIGHBOR_CMD "no neighbor (A.B.C.D|X:X::X:X) "
346#define NEIGHBOR_ADDR_STR "Neighbor address\nIPv6 address\n"
347#define NEIGHBOR_CMD2 "neighbor (A.B.C.D|X:X::X:X|WORD) "
348#define NO_NEIGHBOR_CMD2 "no neighbor (A.B.C.D|X:X::X:X|WORD) "
349#define NEIGHBOR_ADDR_STR2 "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
350#else
351#define NEIGHBOR_CMD "neighbor A.B.C.D "
352#define NO_NEIGHBOR_CMD "no neighbor A.B.C.D "
353#define NEIGHBOR_ADDR_STR "Neighbor address\n"
354#define NEIGHBOR_CMD2 "neighbor (A.B.C.D|WORD) "
355#define NO_NEIGHBOR_CMD2 "no neighbor (A.B.C.D|WORD) "
356#define NEIGHBOR_ADDR_STR2 "Neighbor address\nNeighbor tag\n"
357#endif /* HAVE_IPV6 */
358
359/* Prototypes. */
360void install_node(struct cmd_node *, int (*)(struct vty *));
Holger Hans Peter Freythera9e52522015-08-02 02:14:07 +0000361void install_default(int node_type);
362void install_element(int node_type, struct cmd_element *);
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200363void install_element_ve(struct cmd_element *cmd);
Harald Welte95b2b472011-07-16 11:58:09 +0200364void sort_node(void);
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200365
Jacob Erlbeck0c987bd2013-09-06 16:52:00 +0200366/* This is similar to install_default() but it also creates
367 * 'exit' and 'end' commands.
368 */
Holger Hans Peter Freythera9e52522015-08-02 02:14:07 +0000369void vty_install_default(int node_type);
Jacob Erlbeck0c987bd2013-09-06 16:52:00 +0200370
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200371/* Concatenates argv[shift] through argv[argc-1] into a single NUL-terminated
372 string with a space between each element (allocated using
373 XMALLOC(MTYPE_TMP)). Returns NULL if shift >= argc. */
374char *argv_concat(const char **argv, int argc, int shift);
375
376vector cmd_make_strvec(const char *);
Neels Hofmeyr4a31ffa2017-09-07 03:08:06 +0200377int cmd_make_strvec2(const char *string, char **indent, vector *strvec_p);
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200378void cmd_free_strvec(vector);
379vector cmd_describe_command();
380char **cmd_complete_command();
381const char *cmd_prompt(enum node_type);
382int config_from_file(struct vty *, FILE *);
383enum node_type node_parent(enum node_type);
384int cmd_execute_command(vector, struct vty *, struct cmd_element **, int);
385int cmd_execute_command_strict(vector, struct vty *, struct cmd_element **);
386void config_replace_string(struct cmd_element *, char *, ...);
387void cmd_init(int);
388
389/* Export typical functions. */
390extern struct cmd_element config_exit_cmd;
391extern struct cmd_element config_help_cmd;
392extern struct cmd_element config_list_cmd;
Harald Welte8ec7f902012-10-22 19:43:26 +0200393extern struct cmd_element config_end_cmd;
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200394char *host_config_file();
395void host_config_set(const char *);
396
Alexander Couzensad580ba2016-05-16 16:01:45 +0200397char *osmo_asciidoc_escape(const char *inp);
398
Harald Welte3fb0b6f2010-05-19 19:02:52 +0200399/* This is called from main when a daemon is invoked with -v or --version. */
400void print_version(int print_copyright);
401
402extern void *tall_vty_cmd_ctx;
403
Sylvain Munautdca7d2c2012-04-18 21:53:23 +0200404/*! @} */