File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1057,9 +1057,10 @@ server_data_subscribe(void)
10571057 sr_module_change_set_order (np2srv .sr_conn , "ietf-keystore" , SR_DS_RUNNING , 5 );
10581058 sr_module_change_set_order (np2srv .sr_conn , "ietf-truststore" , SR_DS_RUNNING , 5 );
10591059
1060- SR_CONFIG_SUBSCR ( "ietf-netconf- server" , NULL , np2srv_libnetconf2_config_cb );
1060+ /* create keys and certs subscriptions before server configuration, which may already reference them */
10611061 SR_CONFIG_SUBSCR ("ietf-keystore" , NULL , np2srv_libnetconf2_config_cb );
10621062 SR_CONFIG_SUBSCR ("ietf-truststore" , NULL , np2srv_libnetconf2_config_cb );
1063+ SR_CONFIG_SUBSCR ("ietf-netconf-server" , NULL , np2srv_libnetconf2_config_cb );
10631064 SR_CONFIG_SUBSCR ("libnetconf2-netconf-server" , NULL , np2srv_libnetconf2_config_cb );
10641065
10651066 /*
You can’t perform that action at this time.
0 commit comments