]> git.proxmox.com Git - mirror_frr.git/blob - ripd/rip_nb.h
ripd: yang: extend nexthops functionality in YANG model - skeleton
[mirror_frr.git] / ripd / rip_nb.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * Copyright (C) 2018 NetDEF, Inc.
4 * Renato Westphal
5 */
6
7 #ifndef _FRR_RIP_NB_H_
8 #define _FRR_RIP_NB_H_
9
10 extern const struct frr_yang_module_info frr_ripd_info;
11
12 /* Mandatory callbacks. */
13 int ripd_instance_create(struct nb_cb_create_args *args);
14 int ripd_instance_destroy(struct nb_cb_destroy_args *args);
15 const void *ripd_instance_get_next(struct nb_cb_get_next_args *args);
16 int ripd_instance_get_keys(struct nb_cb_get_keys_args *args);
17 const void *ripd_instance_lookup_entry(struct nb_cb_lookup_entry_args *args);
18 int ripd_instance_allow_ecmp_modify(struct nb_cb_modify_args *args);
19 int ripd_instance_default_information_originate_modify(
20 struct nb_cb_modify_args *args);
21 int ripd_instance_default_metric_modify(struct nb_cb_modify_args *args);
22 int ripd_instance_distance_default_modify(struct nb_cb_modify_args *args);
23 int ripd_instance_distance_source_create(struct nb_cb_create_args *args);
24 int ripd_instance_distance_source_destroy(struct nb_cb_destroy_args *args);
25 int ripd_instance_distance_source_distance_modify(
26 struct nb_cb_modify_args *args);
27 int ripd_instance_distance_source_access_list_modify(
28 struct nb_cb_modify_args *args);
29 int ripd_instance_distance_source_access_list_destroy(
30 struct nb_cb_destroy_args *args);
31 int ripd_instance_explicit_neighbor_create(struct nb_cb_create_args *args);
32 int ripd_instance_explicit_neighbor_destroy(struct nb_cb_destroy_args *args);
33 int ripd_instance_network_create(struct nb_cb_create_args *args);
34 int ripd_instance_network_destroy(struct nb_cb_destroy_args *args);
35 int ripd_instance_interface_create(struct nb_cb_create_args *args);
36 int ripd_instance_interface_destroy(struct nb_cb_destroy_args *args);
37 int ripd_instance_offset_list_create(struct nb_cb_create_args *args);
38 int ripd_instance_offset_list_destroy(struct nb_cb_destroy_args *args);
39 int ripd_instance_offset_list_access_list_modify(
40 struct nb_cb_modify_args *args);
41 int ripd_instance_offset_list_metric_modify(struct nb_cb_modify_args *args);
42 int ripd_instance_passive_default_modify(struct nb_cb_modify_args *args);
43 int ripd_instance_passive_interface_create(struct nb_cb_create_args *args);
44 int ripd_instance_passive_interface_destroy(struct nb_cb_destroy_args *args);
45 int ripd_instance_non_passive_interface_create(struct nb_cb_create_args *args);
46 int ripd_instance_non_passive_interface_destroy(
47 struct nb_cb_destroy_args *args);
48 int ripd_instance_redistribute_create(struct nb_cb_create_args *args);
49 int ripd_instance_redistribute_destroy(struct nb_cb_destroy_args *args);
50 int ripd_instance_redistribute_route_map_modify(struct nb_cb_modify_args *args);
51 int ripd_instance_redistribute_route_map_destroy(
52 struct nb_cb_destroy_args *args);
53 int ripd_instance_redistribute_metric_modify(struct nb_cb_modify_args *args);
54 int ripd_instance_redistribute_metric_destroy(struct nb_cb_destroy_args *args);
55 int ripd_instance_static_route_create(struct nb_cb_create_args *args);
56 int ripd_instance_static_route_destroy(struct nb_cb_destroy_args *args);
57 int ripd_instance_timers_flush_interval_modify(struct nb_cb_modify_args *args);
58 int ripd_instance_timers_holddown_interval_modify(
59 struct nb_cb_modify_args *args);
60 int ripd_instance_timers_update_interval_modify(struct nb_cb_modify_args *args);
61 int ripd_instance_version_receive_modify(struct nb_cb_modify_args *args);
62 int ripd_instance_version_send_modify(struct nb_cb_modify_args *args);
63 const void *ripd_instance_state_neighbors_neighbor_get_next(
64 struct nb_cb_get_next_args *args);
65 int ripd_instance_state_neighbors_neighbor_get_keys(
66 struct nb_cb_get_keys_args *args);
67 const void *ripd_instance_state_neighbors_neighbor_lookup_entry(
68 struct nb_cb_lookup_entry_args *args);
69 struct yang_data *ripd_instance_state_neighbors_neighbor_address_get_elem(
70 struct nb_cb_get_elem_args *args);
71 struct yang_data *ripd_instance_state_neighbors_neighbor_last_update_get_elem(
72 struct nb_cb_get_elem_args *args);
73 struct yang_data *
74 ripd_instance_state_neighbors_neighbor_bad_packets_rcvd_get_elem(
75 struct nb_cb_get_elem_args *args);
76 struct yang_data *
77 ripd_instance_state_neighbors_neighbor_bad_routes_rcvd_get_elem(
78 struct nb_cb_get_elem_args *args);
79 const void *
80 ripd_instance_state_routes_route_get_next(struct nb_cb_get_next_args *args);
81 int ripd_instance_state_routes_route_get_keys(struct nb_cb_get_keys_args *args);
82 const void *ripd_instance_state_routes_route_lookup_entry(
83 struct nb_cb_lookup_entry_args *args);
84 struct yang_data *ripd_instance_state_routes_route_prefix_get_elem(
85 struct nb_cb_get_elem_args *args);
86 struct yang_data *ripd_instance_state_routes_route_next_hop_get_elem(
87 struct nb_cb_get_elem_args *args);
88 struct yang_data *ripd_instance_state_routes_route_interface_get_elem(
89 struct nb_cb_get_elem_args *args);
90 struct yang_data *ripd_instance_state_routes_route_metric_get_elem(
91 struct nb_cb_get_elem_args *args);
92 const void *ripd_instance_state_routes_route_nexthops_nexthop_get_next(
93 struct nb_cb_get_next_args *args);
94 struct yang_data *
95 ripd_instance_state_routes_route_nexthops_nexthop_nh_type_get_elem(
96 struct nb_cb_get_elem_args *args);
97 struct yang_data *
98 ripd_instance_state_routes_route_nexthops_nexthop_protocol_get_elem(
99 struct nb_cb_get_elem_args *args);
100 struct yang_data *
101 ripd_instance_state_routes_route_nexthops_nexthop_rip_type_get_elem(
102 struct nb_cb_get_elem_args *args);
103 struct yang_data *
104 ripd_instance_state_routes_route_nexthops_nexthop_gateway_get_elem(
105 struct nb_cb_get_elem_args *args);
106 struct yang_data *
107 ripd_instance_state_routes_route_nexthops_nexthop_interface_get_elem(
108 struct nb_cb_get_elem_args *args);
109 struct yang_data *
110 ripd_instance_state_routes_route_nexthops_nexthop_from_get_elem(
111 struct nb_cb_get_elem_args *args);
112 struct yang_data *
113 ripd_instance_state_routes_route_nexthops_nexthop_tag_get_elem(
114 struct nb_cb_get_elem_args *args);
115 struct yang_data *
116 ripd_instance_state_routes_route_nexthops_nexthop_external_metric_get_elem(
117 struct nb_cb_get_elem_args *args);
118 struct yang_data *
119 ripd_instance_state_routes_route_nexthops_nexthop_expire_time_get_elem(
120 struct nb_cb_get_elem_args *args);
121 struct yang_data *ripd_instance_state_routes_route_metric_get_elem(
122 struct nb_cb_get_elem_args *args);
123 int clear_rip_route_rpc(struct nb_cb_rpc_args *args);
124 int lib_interface_rip_split_horizon_modify(struct nb_cb_modify_args *args);
125 int lib_interface_rip_v2_broadcast_modify(struct nb_cb_modify_args *args);
126 int lib_interface_rip_version_receive_modify(struct nb_cb_modify_args *args);
127 int lib_interface_rip_version_send_modify(struct nb_cb_modify_args *args);
128 int lib_interface_rip_authentication_scheme_mode_modify(
129 struct nb_cb_modify_args *args);
130 int lib_interface_rip_authentication_scheme_md5_auth_length_modify(
131 struct nb_cb_modify_args *args);
132 int lib_interface_rip_authentication_scheme_md5_auth_length_destroy(
133 struct nb_cb_destroy_args *args);
134 int lib_interface_rip_authentication_password_modify(
135 struct nb_cb_modify_args *args);
136 int lib_interface_rip_authentication_password_destroy(
137 struct nb_cb_destroy_args *args);
138 int lib_interface_rip_authentication_key_chain_modify(
139 struct nb_cb_modify_args *args);
140 int lib_interface_rip_authentication_key_chain_destroy(
141 struct nb_cb_destroy_args *args);
142
143 /* Optional 'apply_finish' callbacks. */
144 void ripd_instance_redistribute_apply_finish(
145 struct nb_cb_apply_finish_args *args);
146 void ripd_instance_timers_apply_finish(struct nb_cb_apply_finish_args *args);
147
148 /* Optional 'cli_show' callbacks. */
149 void cli_show_router_rip(struct vty *vty, const struct lyd_node *dnode,
150 bool show_defaults);
151 void cli_show_rip_allow_ecmp(struct vty *vty, const struct lyd_node *dnode,
152 bool show_defaults);
153 void cli_show_rip_default_information_originate(struct vty *vty,
154 const struct lyd_node *dnode,
155 bool show_defaults);
156 void cli_show_rip_default_metric(struct vty *vty, const struct lyd_node *dnode,
157 bool show_defaults);
158 void cli_show_rip_distance(struct vty *vty, const struct lyd_node *dnode,
159 bool show_defaults);
160 void cli_show_rip_distance_source(struct vty *vty, const struct lyd_node *dnode,
161 bool show_defaults);
162 void cli_show_rip_neighbor(struct vty *vty, const struct lyd_node *dnode,
163 bool show_defaults);
164 void cli_show_rip_network_prefix(struct vty *vty, const struct lyd_node *dnode,
165 bool show_defaults);
166 void cli_show_rip_network_interface(struct vty *vty,
167 const struct lyd_node *dnode,
168 bool show_defaults);
169 void cli_show_rip_offset_list(struct vty *vty, const struct lyd_node *dnode,
170 bool show_defaults);
171 void cli_show_rip_passive_default(struct vty *vty, const struct lyd_node *dnode,
172 bool show_defaults);
173 void cli_show_rip_passive_interface(struct vty *vty,
174 const struct lyd_node *dnode,
175 bool show_defaults);
176 void cli_show_rip_non_passive_interface(struct vty *vty,
177 const struct lyd_node *dnode,
178 bool show_defaults);
179 void cli_show_rip_redistribute(struct vty *vty, const struct lyd_node *dnode,
180 bool show_defaults);
181 void cli_show_rip_route(struct vty *vty, const struct lyd_node *dnode,
182 bool show_defaults);
183 void cli_show_rip_timers(struct vty *vty, const struct lyd_node *dnode,
184 bool show_defaults);
185 void cli_show_rip_version(struct vty *vty, const struct lyd_node *dnode,
186 bool show_defaults);
187 void cli_show_ip_rip_split_horizon(struct vty *vty,
188 const struct lyd_node *dnode,
189 bool show_defaults);
190 void cli_show_ip_rip_v2_broadcast(struct vty *vty, const struct lyd_node *dnode,
191 bool show_defaults);
192 void cli_show_ip_rip_receive_version(struct vty *vty,
193 const struct lyd_node *dnode,
194 bool show_defaults);
195 void cli_show_ip_rip_send_version(struct vty *vty, const struct lyd_node *dnode,
196 bool show_defaults);
197 void cli_show_ip_rip_authentication_scheme(struct vty *vty,
198 const struct lyd_node *dnode,
199 bool show_defaults);
200 void cli_show_ip_rip_authentication_string(struct vty *vty,
201 const struct lyd_node *dnode,
202 bool show_defaults);
203 void cli_show_ip_rip_authentication_key_chain(struct vty *vty,
204 const struct lyd_node *dnode,
205 bool show_defaults);
206
207 /* Notifications. */
208 extern void ripd_notif_send_auth_type_failure(const char *ifname);
209 extern void ripd_notif_send_auth_failure(const char *ifname);
210
211 #endif /* _FRR_RIP_NB_H_ */