@@ -184,67 +184,67 @@ static inline int register_rpc(sr_session_ctx_t *session, const char *xpath,
184184
185185
186186/* interfaces.c */
187- int ietf_interfaces_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
188- int ietf_interfaces_cand_init (struct confd * confd );
187+ int interfaces_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
188+ int interfaces_cand_init (struct confd * confd );
189189
190190/* syslog.c */
191- int ietf_syslog_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
191+ int syslog_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
192192
193193/* system.c */
194- int ietf_system_rpc_init (struct confd * confd );
194+ int system_rpc_init (struct confd * confd );
195195int hostnamefmt (struct confd * confd , const char * fmt , char * hostnm , size_t hostlen , char * domain , size_t domlen );
196- int ietf_system_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
196+ int system_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
197197
198198/* containers.c */
199199#ifdef CONTAINERS
200- int infix_containers_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
201- int infix_containers_rpc_init (struct confd * confd );
200+ int containers_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
201+ int containers_rpc_init (struct confd * confd );
202202#else
203- static inline int infix_containers_rpc_init (struct confd * confd ) { return 0 ; }
204- static inline int infix_containers_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd ) { return 0 ; }
203+ static inline int containers_rpc_init (struct confd * confd ) { return 0 ; }
204+ static inline int containers_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd ) { return 0 ; }
205205#endif
206206
207207/* dhcp-client.c */
208- int infix_dhcp_client_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
208+ int dhcp_client_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
209209
210210/* dhcpv6-client.c */
211- int infix_dhcpv6_client_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
211+ int dhcpv6_client_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
212212
213213/* dhcp-server.c */
214- int infix_dhcp_server_candidate_init (struct confd * confd );
215- int infix_dhcp_server_rpc_init (struct confd * confd );
216- int infix_dhcp_server_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
214+ int dhcp_server_candidate_init (struct confd * confd );
215+ int dhcp_server_rpc_init (struct confd * confd );
216+ int dhcp_server_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
217217
218218/* ietf-routing */
219- int ietf_routing_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
219+ int routing_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
220220
221221/* factory.c */
222- int infix_factory_rpc_init (struct confd * confd );
222+ int factory_rpc_init (struct confd * confd );
223223
224224/* ietf-factory-default */
225- int ietf_factory_default_rpc_init (struct confd * confd );
225+ int factory_default_rpc_init (struct confd * confd );
226226
227227/* meta.c */
228- int infix_meta_change_cb (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
228+ int meta_change_cb (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
229229
230230/* system-software.c */
231- int infix_system_sw_rpc_init (struct confd * confd );
231+ int system_sw_rpc_init (struct confd * confd );
232232
233233/* services.c */
234- int infix_services_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
234+ int services_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
235235
236236/* hardware.c */
237- int ietf_hardware_candidate_init (struct confd * confd );
238- int ietf_hardware_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
237+ int hardware_candidate_init (struct confd * confd );
238+ int hardware_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
239239
240240/* keystore.c */
241241#define SSH_HOSTKEYS "/etc/ssh/hostkeys"
242242#define SSH_HOSTKEYS_NEXT SSH_HOSTKEYS"+"
243- int ietf_keystore_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
243+ int keystore_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
244244
245245/* firewall.c */
246- int infix_firewall_rpc_init (struct confd * confd );
247- int infix_firewall_candidate_init (struct confd * confd );
248- int infix_firewall_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
246+ int firewall_rpc_init (struct confd * confd );
247+ int firewall_candidate_init (struct confd * confd );
248+ int firewall_change (sr_session_ctx_t * session , struct lyd_node * config , struct lyd_node * diff , sr_event_t event , struct confd * confd );
249249
250250#endif /* CONFD_CORE_H_ */
0 commit comments