aboutsummaryrefslogtreecommitdiff
path: root/net/Netopeer2/files/stock_config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'net/Netopeer2/files/stock_config.xml')
-rw-r--r--net/Netopeer2/files/stock_config.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/Netopeer2/files/stock_config.xml b/net/Netopeer2/files/stock_config.xml
deleted file mode 100644
index 45766846a..000000000
--- a/net/Netopeer2/files/stock_config.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<netconf-server xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-server">
- <listen>
- <endpoint>
- <name>test_ssh_listen_endpt</name>
- <ssh>
- <address>::</address>
- <port>830</port>
- <host-keys>
- <host-key>
- <name>test_ssh_listen_key</name>
- <public-key>ssh_host_rsa_key</public-key>
- </host-key>
- </host-keys>
- </ssh>
- </endpoint>
- </listen>
-</netconf-server>