summaryrefslogtreecommitdiff
path: root/testsuites/samples/pppd/ppp.conf
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-02-26 16:19:20 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-04-07 16:15:39 -0600
commitdf6d765c3aa13d7f83b602127cb9aa97c592c7cf (patch)
tree48b19f766610da7ca99bd40920f816fb1a4a0215 /testsuites/samples/pppd/ppp.conf
parent633526d2a2d1e01df43c369b892a8c91cac8a10a (diff)
testsuites: Remove all legacy networking tests
Update #3850
Diffstat (limited to 'testsuites/samples/pppd/ppp.conf')
-rw-r--r--testsuites/samples/pppd/ppp.conf27
1 files changed, 0 insertions, 27 deletions
diff --git a/testsuites/samples/pppd/ppp.conf b/testsuites/samples/pppd/ppp.conf
deleted file mode 100644
index 094b1946a8..0000000000
--- a/testsuites/samples/pppd/ppp.conf
+++ /dev/null
@@ -1,27 +0,0 @@
-
-#
-# Example configuration file for setting up a ppp server
-# using a null-modem serial cable:
-#
-# Tested using ppp on OpenBSD 2.9
-# - just follow instructions in man page for accepting
-# ppp connections over the serial port
-# - if pap and/or chap is enabled, you must have a ppp.secret
-# file which will be used for user authentication
-# - found useful to turn on syslog for ppp
-#
-
-default:
- set log Phase Chat LQM LCP IPCP CCP command
- set device /dev/cua00
- set speed 57600
- set ctsrts on
- set dial ""
-
-openbsd-server:
- set timeout 0
- set ifaddr 192.168.2.100 192.168.2.123
- enable dns
- allow users
- enable chap
- enable pap