Home
last modified time | relevance | path

Searched refs:vty (Results 1 – 25 of 1287) sorted by relevance

12345678910>>...52

/dports/net/quagga/quagga-1.2.4/lib/
H A Dvty.c110 vty->buf[vty->cp] = c; in vty_buf_put()
543 memmove (&vty->buf[vty->cp + 1], &vty->buf[vty->cp], length); in vty_self_insert()
607 vty_write (vty, &vty->buf[vty->cp], 1); in vty_forward_char()
717 vty_write (vty, vty->buf, vty->length); in vty_redraw_line()
727 while (vty->cp != vty->length && vty->buf[vty->cp] != ' ') in vty_forward_word()
730 while (vty->cp != vty->length && vty->buf[vty->cp] == ' ') in vty_forward_word()
834 memmove (&vty->buf[vty->cp], &vty->buf[vty->cp + 1], size - 1); in vty_delete_char()
892 while (vty->cp != vty->length && vty->buf[vty->cp] == ' ') in vty_forward_kill_word()
894 while (vty->cp != vty->length && vty->buf[vty->cp] != ' ') in vty_forward_kill_word()
1714 struct vty *vty; in vty_new_init() local
[all …]
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dvty.c587 memmove(&vty->buf[vty->cp + 1], &vty->buf[vty->cp], length); in vty_self_insert()
626 vty->length = MAX(vty->cp, vty->length); in vty_insert_word_overwrite()
635 vty_write(vty, &vty->buf[vty->cp], 1); in vty_forward_char()
730 vty_write(vty, vty->buf, vty->length); in vty_redraw_line()
737 while (vty->cp != vty->length && vty->buf[vty->cp] != ' ') in vty_forward_word()
740 while (vty->cp != vty->length && vty->buf[vty->cp] == ' ') in vty_forward_word()
802 memmove(&vty->buf[vty->cp], &vty->buf[vty->cp + 1], size - 1); in vty_delete_char()
855 while (vty->cp != vty->length && vty->buf[vty->cp] == ' ') in vty_forward_kill_word()
857 while (vty->cp != vty->length && vty->buf[vty->cp] != ' ') in vty_forward_kill_word()
1613 struct vty *vty; in vty_new_init() local
[all …]
H A Droutemap.h488 int (*no_match_interface)(struct vty *vty,
499 int (*no_match_ip_address)(struct vty *vty,
524 int (*no_match_ip_next_hop)(struct vty *vty,
544 int (*match_ip_next_hop_type)(struct vty *vty,
551 int (*no_match_ip_next_hop_type)(struct vty *vty,
558 int (*match_ipv6_address)(struct vty *vty,
564 int (*no_match_ipv6_address)(struct vty *vty,
585 int (*match_ipv6_next_hop_type)(struct vty *vty,
592 int (*no_match_ipv6_next_hop_type)(struct vty *vty,
634 int (*set_ipv6_nexthop_local)(struct vty *vty,
[all …]
H A Dnorthbound_cli.c56 static int nb_cli_classic_commit(struct vty *vty) in nb_cli_classic_commit() argument
101 struct vty *vty = THREAD_ARG(thread); in nb_cli_pending_commit_cb() local
109 void nb_cli_pending_commit_check(struct vty *vty) in nb_cli_pending_commit_check() argument
117 static bool nb_cli_backoff_start(struct vty *vty) in nb_cli_backoff_start() argument
137 static int nb_cli_schedule_command(struct vty *vty) in nb_cli_schedule_command() argument
153 vty->pending_cmds_bufpos = strlcat(vty->pending_cmds_buf, vty->buf, in nb_cli_schedule_command()
177 change = &vty->cfg_changes[vty->num_cfg_changes++]; in nb_cli_enqueue_change()
308 void nb_cli_confirmed_commit_clean(struct vty *vty) in nb_cli_confirmed_commit_clean() argument
347 struct vty *vty = THREAD_ARG(thread); in nb_cli_confirmed_commit_timeout() local
1008 vty, vty->candidate_config_base, vty->candidate_config,
[all …]
H A Droutemap_cli.c73 nb_cli_pending_commit_check(vty);
116 void route_map_instance_show(struct vty *vty, struct lyd_node *dnode, in route_map_instance_show() argument
178 void route_map_instance_show_end(struct vty *vty, struct lyd_node *dnode) in route_map_instance_show_end() argument
180 vty_out(vty, "!\n"); in route_map_instance_show_end()
572 void route_map_condition_show(struct vty *vty, struct lyd_node *dnode, in route_map_condition_show() argument
810 void route_map_action_show(struct vty *vty, struct lyd_node *dnode, in route_map_action_show() argument
921 void route_map_exit_policy_show(struct vty *vty, struct lyd_node *dnode, in route_map_exit_policy_show() argument
963 void route_map_call_show(struct vty *vty, struct lyd_node *dnode, in route_map_call_show() argument
997 void route_map_description_show(struct vty *vty, struct lyd_node *dnode, in route_map_description_show() argument
1003 static int route_map_config_write(struct vty *vty) in route_map_config_write() argument
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dvty.c587 memmove(&vty->buf[vty->cp + 1], &vty->buf[vty->cp], length); in vty_self_insert()
626 vty->length = MAX(vty->cp, vty->length); in vty_insert_word_overwrite()
635 vty_write(vty, &vty->buf[vty->cp], 1); in vty_forward_char()
730 vty_write(vty, vty->buf, vty->length); in vty_redraw_line()
737 while (vty->cp != vty->length && vty->buf[vty->cp] != ' ') in vty_forward_word()
740 while (vty->cp != vty->length && vty->buf[vty->cp] == ' ') in vty_forward_word()
802 memmove(&vty->buf[vty->cp], &vty->buf[vty->cp + 1], size - 1); in vty_delete_char()
855 while (vty->cp != vty->length && vty->buf[vty->cp] == ' ') in vty_forward_kill_word()
857 while (vty->cp != vty->length && vty->buf[vty->cp] != ' ') in vty_forward_kill_word()
1613 struct vty *vty; in vty_new_init() local
[all …]
H A Droutemap.h488 int (*no_match_interface)(struct vty *vty,
499 int (*no_match_ip_address)(struct vty *vty,
524 int (*no_match_ip_next_hop)(struct vty *vty,
544 int (*match_ip_next_hop_type)(struct vty *vty,
551 int (*no_match_ip_next_hop_type)(struct vty *vty,
558 int (*match_ipv6_address)(struct vty *vty,
564 int (*no_match_ipv6_address)(struct vty *vty,
585 int (*match_ipv6_next_hop_type)(struct vty *vty,
592 int (*no_match_ipv6_next_hop_type)(struct vty *vty,
634 int (*set_ipv6_nexthop_local)(struct vty *vty,
[all …]
H A Dnorthbound_cli.c56 static int nb_cli_classic_commit(struct vty *vty) in nb_cli_classic_commit() argument
101 struct vty *vty = THREAD_ARG(thread); in nb_cli_pending_commit_cb() local
109 void nb_cli_pending_commit_check(struct vty *vty) in nb_cli_pending_commit_check() argument
117 static bool nb_cli_backoff_start(struct vty *vty) in nb_cli_backoff_start() argument
137 static int nb_cli_schedule_command(struct vty *vty) in nb_cli_schedule_command() argument
153 vty->pending_cmds_bufpos = strlcat(vty->pending_cmds_buf, vty->buf, in nb_cli_schedule_command()
177 change = &vty->cfg_changes[vty->num_cfg_changes++]; in nb_cli_enqueue_change()
308 void nb_cli_confirmed_commit_clean(struct vty *vty) in nb_cli_confirmed_commit_clean() argument
347 struct vty *vty = THREAD_ARG(thread); in nb_cli_confirmed_commit_timeout() local
1008 vty, vty->candidate_config_base, vty->candidate_config,
[all …]
H A Droutemap_cli.c73 nb_cli_pending_commit_check(vty);
116 void route_map_instance_show(struct vty *vty, struct lyd_node *dnode, in route_map_instance_show() argument
178 void route_map_instance_show_end(struct vty *vty, struct lyd_node *dnode) in route_map_instance_show_end() argument
180 vty_out(vty, "!\n"); in route_map_instance_show_end()
572 void route_map_condition_show(struct vty *vty, struct lyd_node *dnode, in route_map_condition_show() argument
810 void route_map_action_show(struct vty *vty, struct lyd_node *dnode, in route_map_action_show() argument
921 void route_map_exit_policy_show(struct vty *vty, struct lyd_node *dnode, in route_map_exit_policy_show() argument
963 void route_map_call_show(struct vty *vty, struct lyd_node *dnode, in route_map_call_show() argument
997 void route_map_description_show(struct vty *vty, struct lyd_node *dnode, in route_map_description_show() argument
1003 static int route_map_config_write(struct vty *vty) in route_map_config_write() argument
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/isisd/
H A Disis_cli.c131 void cli_show_router_isis(struct vty *vty, struct lyd_node *dnode, in cli_show_router_isis() argument
143 vty_out(vty, "\n"); in cli_show_router_isis()
386 void cli_show_ip_isis_ipv4(struct vty *vty, struct lyd_node *dnode, in cli_show_ip_isis_ipv4() argument
402 void cli_show_ip_isis_ipv6(struct vty *vty, struct lyd_node *dnode, in cli_show_ip_isis_ipv6() argument
980 vty_out(vty, in cli_show_isis_lsp_timers()
984 vty_out(vty, in cli_show_isis_lsp_timers()
987 vty_out(vty, in cli_show_isis_lsp_timers()
1130 vty_out(vty, in cli_show_isis_spf_ietf_backoff()
1264 vty_out(vty,
1266 vty_out(vty,
[all …]
/dports/net/frr7/frr-frr-7.5.1/isisd/
H A Disis_cli.c131 void cli_show_router_isis(struct vty *vty, struct lyd_node *dnode, in cli_show_router_isis() argument
143 vty_out(vty, "\n"); in cli_show_router_isis()
386 void cli_show_ip_isis_ipv4(struct vty *vty, struct lyd_node *dnode, in cli_show_ip_isis_ipv4() argument
402 void cli_show_ip_isis_ipv6(struct vty *vty, struct lyd_node *dnode, in cli_show_ip_isis_ipv6() argument
980 vty_out(vty, in cli_show_isis_lsp_timers()
984 vty_out(vty, in cli_show_isis_lsp_timers()
987 vty_out(vty, in cli_show_isis_lsp_timers()
1130 vty_out(vty, in cli_show_isis_spf_ietf_backoff()
1264 vty_out(vty,
1266 vty_out(vty,
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripd/
H A Drip_cli.c86 void cli_show_router_rip(struct vty *vty, struct lyd_node *dnode, in cli_show_router_rip() argument
97 vty_out(vty, "\n"); in cli_show_router_rip()
115 void cli_show_rip_allow_ecmp(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_allow_ecmp() argument
140 void cli_show_rip_default_information_originate(struct vty *vty, in cli_show_rip_default_information_originate() argument
211 void cli_show_rip_distance(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_distance() argument
274 void cli_show_rip_neighbor(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_neighbor() argument
493 void cli_show_rip_route(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_route() argument
862 void cli_show_ip_rip_authentication_scheme(struct vty *vty, in cli_show_ip_rip_authentication_scheme() argument
901 vty_out(vty,
935 void cli_show_ip_rip_authentication_string(struct vty *vty, in cli_show_ip_rip_authentication_string() argument
[all …]
/dports/net/frr7/frr-frr-7.5.1/ripd/
H A Drip_cli.c86 void cli_show_router_rip(struct vty *vty, struct lyd_node *dnode, in cli_show_router_rip() argument
97 vty_out(vty, "\n"); in cli_show_router_rip()
115 void cli_show_rip_allow_ecmp(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_allow_ecmp() argument
140 void cli_show_rip_default_information_originate(struct vty *vty, in cli_show_rip_default_information_originate() argument
211 void cli_show_rip_distance(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_distance() argument
274 void cli_show_rip_neighbor(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_neighbor() argument
493 void cli_show_rip_route(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_route() argument
862 void cli_show_ip_rip_authentication_scheme(struct vty *vty, in cli_show_ip_rip_authentication_scheme() argument
901 vty_out(vty,
935 void cli_show_ip_rip_authentication_string(struct vty *vty, in cli_show_ip_rip_authentication_string() argument
[all …]
/dports/security/yersinia/yersinia-8c0d7c5/src/
H A Dterminal.c797 if (!vty->command_len && !vty->authing) in term_vty_do_command()
800 vty->buf_command[vty->command_len]=0; in term_vty_do_command()
1204 if ( !strcmp( vty->history[vty->index_history], vty->buf_command ) && !vty->index_history ) in term_vty_history_prev()
1215 …memcpy(vty->buf_command, vty->history[vty->index_history], strlen( vty->history[vty->index_history… in term_vty_history_prev()
1217 vty->command_len = strlen(vty->history[vty->index_history]); in term_vty_history_prev()
1218 vty->command_cursor = strlen(vty->history[vty->index_history]); in term_vty_history_prev()
1260 if ( !strcmp( vty->history[vty->index_history], vty->history[aux] ) ) in term_vty_history_next()
1415 vty->buf_command[vty->command_len] = 0; in term_vty_help_tab()
1423 vty->command_cursor = vty->command_len; in term_vty_help_tab()
1552 if (vty->buffer_tx == vty->more_tx) in term_vty_flush()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/eigrpd/
H A Deigrp_cli.c84 void eigrp_cli_show_header(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_header() argument
93 vty_out(vty, "\n"); in eigrp_cli_show_header()
96 void eigrp_cli_show_end_header(struct vty *vty, struct lyd_node *dnode) in eigrp_cli_show_end_header() argument
98 vty_out(vty, "!\n"); in eigrp_cli_show_end_header()
129 void eigrp_cli_show_router_id(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_router_id() argument
235 void eigrp_cli_show_variance(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_variance() argument
521 void eigrp_cli_show_delay(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_delay() argument
841 static int eigrp_config_write(struct vty *vty);
850 static int eigrp_config_write(struct vty *vty) in eigrp_config_write() argument
864 static int eigrp_write_interface(struct vty *vty);
[all …]
H A Deigrpd.h56 extern void eigrp_cli_show_header(struct vty *vty, struct lyd_node *dnode,
61 extern void eigrp_cli_show_passive_interface(struct vty *vty,
66 extern void eigrp_cli_show_variance(struct vty *vty, struct lyd_node *dnode,
68 extern void eigrp_cli_show_maximum_paths(struct vty *vty,
71 extern void eigrp_cli_show_metrics(struct vty *vty, struct lyd_node *dnode,
73 extern void eigrp_cli_show_network(struct vty *vty, struct lyd_node *dnode,
77 extern void eigrp_cli_show_redistribute(struct vty *vty,
80 extern void eigrp_cli_show_delay(struct vty *vty, struct lyd_node *dnode,
84 extern void eigrp_cli_show_hello_interval(struct vty *vty,
89 extern void eigrp_cli_show_summarize_address(struct vty *vty,
[all …]
/dports/net/frr7/frr-frr-7.5.1/eigrpd/
H A Deigrp_cli.c84 void eigrp_cli_show_header(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_header() argument
93 vty_out(vty, "\n"); in eigrp_cli_show_header()
96 void eigrp_cli_show_end_header(struct vty *vty, struct lyd_node *dnode) in eigrp_cli_show_end_header() argument
98 vty_out(vty, "!\n"); in eigrp_cli_show_end_header()
129 void eigrp_cli_show_router_id(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_router_id() argument
235 void eigrp_cli_show_variance(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_variance() argument
521 void eigrp_cli_show_delay(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_delay() argument
841 static int eigrp_config_write(struct vty *vty);
850 static int eigrp_config_write(struct vty *vty) in eigrp_config_write() argument
864 static int eigrp_write_interface(struct vty *vty);
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripngd/
H A Dripng_cli.c86 void cli_show_router_ripng(struct vty *vty, struct lyd_node *dnode, in cli_show_router_ripng() argument
93 vty_out(vty, "!\n"); in cli_show_router_ripng()
97 vty_out(vty, "\n"); in cli_show_router_ripng()
115 void cli_show_ripng_allow_ecmp(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_allow_ecmp() argument
119 vty_out(vty, " no"); in cli_show_ripng_allow_ecmp()
140 void cli_show_ripng_default_information_originate(struct vty *vty, in cli_show_ripng_default_information_originate() argument
145 vty_out(vty, " no"); in cli_show_ripng_default_information_originate()
268 vty_out(vty, "\n"); in cli_show_ripng_offset_list()
334 vty_out(vty, "\n"); in cli_show_ripng_redistribute()
353 void cli_show_ripng_route(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_route() argument
[all …]
/dports/net/frr7/frr-frr-7.5.1/ripngd/
H A Dripng_cli.c86 void cli_show_router_ripng(struct vty *vty, struct lyd_node *dnode, in cli_show_router_ripng() argument
93 vty_out(vty, "!\n"); in cli_show_router_ripng()
97 vty_out(vty, "\n"); in cli_show_router_ripng()
115 void cli_show_ripng_allow_ecmp(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_allow_ecmp() argument
119 vty_out(vty, " no"); in cli_show_ripng_allow_ecmp()
140 void cli_show_ripng_default_information_originate(struct vty *vty, in cli_show_ripng_default_information_originate() argument
145 vty_out(vty, " no"); in cli_show_ripng_default_information_originate()
268 vty_out(vty, "\n"); in cli_show_ripng_offset_list()
334 vty_out(vty, "\n"); in cli_show_ripng_redistribute()
353 void cli_show_ripng_route(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_route() argument
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ldpd/
H A Dldp_vty.h36 int ldp_vty_mpls_ldp (struct vty *, const char *);
50 int ldp_vty_ttl_security(struct vty *, const char *);
52 int ldp_vty_ordered_control(struct vty *, const char *);
53 int ldp_vty_ds_cisco_interop(struct vty *, const char *);
54 int ldp_vty_trans_pref_ipv4(struct vty *, const char *);
57 int ldp_vty_l2vpn(struct vty *, const char *, const char *);
59 int ldp_vty_l2vpn_mtu(struct vty *, const char *, long);
67 int ldp_vty_l2vpn_pw_pwstatus(struct vty *, const char *);
68 int ldp_vty_clear_nbr(struct vty *, const char *);
74 int ldp_vty_show_capabilities(struct vty *, const char *);
[all …]
/dports/net/frr7/frr-frr-7.5.1/ldpd/
H A Dldp_vty.h36 int ldp_vty_mpls_ldp (struct vty *, const char *);
50 int ldp_vty_ttl_security(struct vty *, const char *);
52 int ldp_vty_ordered_control(struct vty *, const char *);
53 int ldp_vty_ds_cisco_interop(struct vty *, const char *);
54 int ldp_vty_trans_pref_ipv4(struct vty *, const char *);
57 int ldp_vty_l2vpn(struct vty *, const char *, const char *);
59 int ldp_vty_l2vpn_mtu(struct vty *, const char *, long);
67 int ldp_vty_l2vpn_pw_pwstatus(struct vty *, const char *);
68 int ldp_vty_clear_nbr(struct vty *, const char *);
74 int ldp_vty_show_capabilities(struct vty *, const char *);
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/pimd/
H A Dpim_vty.c45 int pim_debug_config_write(struct vty *vty) in pim_debug_config_write() argument
226 vty_out(vty, in pim_global_config_write_worker()
230 vty_out(vty, in pim_global_config_write_worker()
265 int pim_interface_config_write(struct vty *vty) in pim_interface_config_write() argument
349 vty_out(vty, in pim_interface_config_write()
358 vty_out(vty, in pim_interface_config_write()
367 vty_out(vty, in pim_interface_config_write()
376 vty_out(vty, in pim_interface_config_write()
398 vty_out(vty, in pim_interface_config_write()
406 vty_out(vty, in pim_interface_config_write()
[all …]
/dports/net/frr7/frr-frr-7.5.1/pimd/
H A Dpim_vty.c45 int pim_debug_config_write(struct vty *vty) in pim_debug_config_write() argument
226 vty_out(vty, in pim_global_config_write_worker()
230 vty_out(vty, in pim_global_config_write_worker()
265 int pim_interface_config_write(struct vty *vty) in pim_interface_config_write() argument
349 vty_out(vty, in pim_interface_config_write()
358 vty_out(vty, in pim_interface_config_write()
367 vty_out(vty, in pim_interface_config_write()
376 vty_out(vty, in pim_interface_config_write()
398 vty_out(vty, in pim_interface_config_write()
406 vty_out(vty, in pim_interface_config_write()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/bfdd/
H A Dbfdd_cli.c83 void bfd_cli_show_header(struct vty *vty, in bfd_cli_show_header() argument
90 void bfd_cli_show_header_end(struct vty *vty, in bfd_cli_show_header_end() argument
227 void bfd_cli_show_single_hop_peer(struct vty *vty, in bfd_cli_show_single_hop_peer() argument
234 void bfd_cli_show_multi_hop_peer(struct vty *vty, in bfd_cli_show_multi_hop_peer() argument
241 void bfd_cli_show_peer_end(struct vty *vty, in bfd_cli_show_peer_end() argument
258 void bfd_cli_show_shutdown(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_shutdown() argument
279 void bfd_cli_show_passive(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_passive() argument
336 void bfd_cli_show_mult(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_mult() argument
362 void bfd_cli_show_rx(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_rx() argument
391 void bfd_cli_show_tx(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_tx() argument
[all …]
/dports/net/frr7/frr-frr-7.5.1/bfdd/
H A Dbfdd_cli.c83 void bfd_cli_show_header(struct vty *vty, in bfd_cli_show_header() argument
90 void bfd_cli_show_header_end(struct vty *vty, in bfd_cli_show_header_end() argument
227 void bfd_cli_show_single_hop_peer(struct vty *vty, in bfd_cli_show_single_hop_peer() argument
234 void bfd_cli_show_multi_hop_peer(struct vty *vty, in bfd_cli_show_multi_hop_peer() argument
241 void bfd_cli_show_peer_end(struct vty *vty, in bfd_cli_show_peer_end() argument
258 void bfd_cli_show_shutdown(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_shutdown() argument
279 void bfd_cli_show_passive(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_passive() argument
336 void bfd_cli_show_mult(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_mult() argument
362 void bfd_cli_show_rx(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_rx() argument
391 void bfd_cli_show_tx(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_tx() argument
[all …]

12345678910>>...52