Rewrite NTS Framework.
[sim/o1-interface.git] / ntsimulator / scripts / stock_config.xml
diff --git a/ntsimulator/scripts/stock_config.xml b/ntsimulator/scripts/stock_config.xml
deleted file mode 100644 (file)
index 014c840..0000000
+++ /dev/null
@@ -1,95 +0,0 @@
-<netconf-server xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-server">
-  <listen>
-    <endpoint>
-      <name>MNG0</name>
-      <ssh>
-        <address>0.0.0.0</address>
-        <port>830</port>
-        <host-keys>
-          <host-key>
-            <name>imported SSH key</name>
-            <public-key>ssh_host_rsa_key</public-key>
-          </host-key>
-        </host-keys>
-      </ssh>
-    </endpoint>
-    <endpoint>
-      <name>MNG1</name>
-      <ssh>
-        <address>0.0.0.0</address>
-        <port>831</port>
-        <host-keys>
-          <host-key>
-            <name>imported SSH key</name>
-            <public-key>ssh_host_rsa_key</public-key>
-          </host-key>
-        </host-keys>
-      </ssh>
-    </endpoint>
-    <endpoint>
-      <name>MNG2</name>
-      <ssh>
-        <address>0.0.0.0</address>
-        <port>832</port>
-        <host-keys>
-          <host-key>
-            <name>imported SSH key</name>
-            <public-key>ssh_host_rsa_key</public-key>
-          </host-key>
-        </host-keys>
-      </ssh>
-    </endpoint>
-    <endpoint>
-      <name>MNG3</name>
-      <ssh>
-        <address>0.0.0.0</address>
-        <port>833</port>
-        <host-keys>
-          <host-key>
-            <name>imported SSH key</name>
-            <public-key>ssh_host_rsa_key</public-key>
-          </host-key>
-        </host-keys>
-      </ssh>
-    </endpoint>
-    <endpoint>
-      <name>MNG4</name>
-      <ssh>
-        <address>0.0.0.0</address>
-        <port>834</port>
-        <host-keys>
-          <host-key>
-            <name>imported SSH key</name>
-            <public-key>ssh_host_rsa_key</public-key>
-          </host-key>
-        </host-keys>
-      </ssh>
-    </endpoint>
-    <endpoint>
-      <name>MNG5</name>
-      <ssh>
-        <address>0.0.0.0</address>
-        <port>835</port>
-        <host-keys>
-          <host-key>
-            <name>imported SSH key</name>
-            <public-key>ssh_host_rsa_key</public-key>
-          </host-key>
-        </host-keys>
-      </ssh>
-    </endpoint>
-    <endpoint>
-      <name>MNG6</name>
-      <ssh>
-        <address>0.0.0.0</address>
-        <port>836</port>
-        <host-keys>
-          <host-key>
-            <name>imported SSH key</name>
-            <public-key>ssh_host_rsa_key</public-key>
-          </host-key>
-        </host-keys>
-      </ssh>
-    </endpoint>
-  </listen>
-</netconf-server>