]> git.proxmox.com Git - mirror_frr.git/blame - isisd/isis_cli.h
isisd: retrofit the 'isis network' command
[mirror_frr.git] / isisd / isis_cli.h
CommitLineData
20bd27e2
EDP
1/*
2 * Copyright (C) 2018 Volta Networks
3 * Emanuele Di Pascale
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the Free
7 * Software Foundation; either version 2 of the License, or (at your option)
8 * any later version.
9 *
10 * This program is distributed in the hope that it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * more details.
14 *
15 * You should have received a copy of the GNU General Public License along
16 * with this program; see the file COPYING; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18 */
19
20#ifndef ISISD_ISIS_CLI_H_
21#define ISISD_ISIS_CLI_H_
22
23/* add cli_show declarations here as externs */
aaf2fd21
EDP
24void cli_show_router_isis(struct vty *vty, struct lyd_node *dnode,
25 bool show_defaults);
26void cli_show_ip_isis_ipv4(struct vty *vty, struct lyd_node *dnode,
27 bool show_defaults);
28void cli_show_ip_isis_ipv6(struct vty *vty, struct lyd_node *dnode,
29 bool show_defaults);
f084ea55
EDP
30void cli_show_isis_area_address(struct vty *vty, struct lyd_node *dnode,
31 bool show_defaults);
e6bdae69
EDP
32void cli_show_isis_is_type(struct vty *vty, struct lyd_node *dnode,
33 bool show_defaults);
6bb043cd
EDP
34void cli_show_isis_dynamic_hostname(struct vty *vty, struct lyd_node *dnode,
35 bool show_defaults);
05a3f9f0
EDP
36void cli_show_isis_attached(struct vty *vty, struct lyd_node *dnode,
37 bool show_defaults);
38void cli_show_isis_overload(struct vty *vty, struct lyd_node *dnode,
39 bool show_defaults);
e0df3206
EDP
40void cli_show_isis_metric_style(struct vty *vty, struct lyd_node *dnode,
41 bool show_defaults);
933536e3
EDP
42void cli_show_isis_area_pwd(struct vty *vty, struct lyd_node *dnode,
43 bool show_defaults);
44void cli_show_isis_domain_pwd(struct vty *vty, struct lyd_node *dnode,
45 bool show_defaults);
1d6fe72e
EDP
46void cli_show_isis_lsp_gen_interval(struct vty *vty, struct lyd_node *dnode,
47 bool show_defaults);
7e869004
EDP
48void cli_show_isis_lsp_ref_interval(struct vty *vty, struct lyd_node *dnode,
49 bool show_defaults);
ea120aa0
EDP
50void cli_show_isis_lsp_max_lifetime(struct vty *vty, struct lyd_node *dnode,
51 bool show_defaults);
27a45d16
EDP
52void cli_show_isis_lsp_mtu(struct vty *vty, struct lyd_node *dnode,
53 bool show_defaults);
dcb1dcd6
EDP
54void cli_show_isis_spf_min_interval(struct vty *vty, struct lyd_node *dnode,
55 bool show_defaults);
5336ba30
EDP
56void cli_show_isis_spf_ietf_backoff(struct vty *vty, struct lyd_node *dnode,
57 bool show_defaults);
66e45e10
EDP
58void cli_show_isis_purge_origin(struct vty *vty, struct lyd_node *dnode,
59 bool show_defaults);
d1a80ef6
EDP
60void cli_show_isis_mpls_te(struct vty *vty, struct lyd_node *dnode,
61 bool show_defaults);
62void cli_show_isis_mpls_te_router_addr(struct vty *vty, struct lyd_node *dnode,
63 bool show_defaults);
8b104c10
EDP
64void cli_show_isis_def_origin_ipv4(struct vty *vty, struct lyd_node *dnode,
65 bool show_defaults);
66void cli_show_isis_def_origin_ipv6(struct vty *vty, struct lyd_node *dnode,
67 bool show_defaults);
a041ac8e
EDP
68void cli_show_isis_redistribute_ipv4(struct vty *vty, struct lyd_node *dnode,
69 bool show_defaults);
70void cli_show_isis_redistribute_ipv6(struct vty *vty, struct lyd_node *dnode,
71 bool show_defaults);
22af6a80
EDP
72void cli_show_isis_mt_ipv4_multicast(struct vty *vty, struct lyd_node *dnode,
73 bool show_defaults);
74void cli_show_isis_mt_ipv4_mgmt(struct vty *vty, struct lyd_node *dnode,
75 bool show_defaults);
76void cli_show_isis_mt_ipv6_unicast(struct vty *vty, struct lyd_node *dnode,
77 bool show_defaults);
78void cli_show_isis_mt_ipv6_multicast(struct vty *vty, struct lyd_node *dnode,
79 bool show_defaults);
80void cli_show_isis_mt_ipv6_mgmt(struct vty *vty, struct lyd_node *dnode,
81 bool show_defaults);
82void cli_show_isis_mt_ipv6_dstsrc(struct vty *vty, struct lyd_node *dnode,
83 bool show_defaults);
a6a36c41
EDP
84void cli_show_ip_isis_passive(struct vty *vty, struct lyd_node *dnode,
85 bool show_defaults);
3e20c83a
EDP
86void cli_show_ip_isis_password(struct vty *vty, struct lyd_node *dnode,
87 bool show_defaults);
be49219c
EDP
88void cli_show_ip_isis_metric(struct vty *vty, struct lyd_node *dnode,
89 bool show_defaults);
356a2e3c
EDP
90void cli_show_ip_isis_hello_interval(struct vty *vty, struct lyd_node *dnode,
91 bool show_defaults);
4e75a67d
EDP
92void cli_show_ip_isis_hello_multi(struct vty *vty, struct lyd_node *dnode,
93 bool show_defaults);
5f2ce446
EDP
94void cli_show_ip_isis_threeway_shake(struct vty *vty, struct lyd_node *dnode,
95 bool show_defaults);
7b6b75e5
EDP
96void cli_show_ip_isis_hello_padding(struct vty *vty, struct lyd_node *dnode,
97 bool show_defaults);
9ce808b9
EDP
98void cli_show_ip_isis_csnp_interval(struct vty *vty, struct lyd_node *dnode,
99 bool show_defaults);
100void cli_show_ip_isis_psnp_interval(struct vty *vty, struct lyd_node *dnode,
101 bool show_defaults);
83d043f6
EDP
102void cli_show_ip_isis_mt_ipv4_unicast(struct vty *vty, struct lyd_node *dnode,
103 bool show_defaults);
104void cli_show_ip_isis_mt_ipv4_multicast(struct vty *vty, struct lyd_node *dnode,
105 bool show_defaults);
106void cli_show_ip_isis_mt_ipv4_mgmt(struct vty *vty, struct lyd_node *dnode,
107 bool show_defaults);
108void cli_show_ip_isis_mt_ipv6_unicast(struct vty *vty, struct lyd_node *dnode,
109 bool show_defaults);
110void cli_show_ip_isis_mt_ipv6_multicast(struct vty *vty, struct lyd_node *dnode,
111 bool show_defaults);
112void cli_show_ip_isis_mt_ipv6_mgmt(struct vty *vty, struct lyd_node *dnode,
113 bool show_defaults);
114void cli_show_ip_isis_mt_ipv6_dstsrc(struct vty *vty, struct lyd_node *dnode,
115 bool show_defaults);
9302fbb6
EDP
116void cli_show_ip_isis_circ_type(struct vty *vty, struct lyd_node *dnode,
117 bool show_defaults);
d0820765
EDP
118void cli_show_ip_isis_network_type(struct vty *vty, struct lyd_node *dnode,
119 bool show_defaults);
20bd27e2
EDP
120
121#endif /* ISISD_ISIS_CLI_H_ */