summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ppp.8
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-03-28 00:23:30 +0000
committerbrian <brian@FreeBSD.org>2001-03-28 00:23:30 +0000
commit5371255c583cba1af4f8885b5392bae96462e253 (patch)
tree79e1b1b2daaf3f919df135b3ab5ed3ba60f406d5 /usr.sbin/ppp/ppp.8
parentb3c7f151dc919c7483d83c1796430f22376a7ca9 (diff)
downloadFreeBSD-src-5371255c583cba1af4f8885b5392bae96462e253.zip
FreeBSD-src-5371255c583cba1af4f8885b5392bae96462e253.tar.gz
Add some comments to two examples and extend a ``set ifaddr''.
Diffstat (limited to 'usr.sbin/ppp/ppp.8')
-rw-r--r--usr.sbin/ppp/ppp.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8
index 26c8a09..d97884a 100644
--- a/usr.sbin/ppp/ppp.8
+++ b/usr.sbin/ppp/ppp.8
@@ -2467,13 +2467,13 @@ mp:
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \\"\\" ATZ \e
OK-AT-OK \\\\dATDT\\\\T TIMEOUT 45 CONNECT"
set login
- set ifaddr 10.0.0.1/0 10.0.0.2/0
+ set ifaddr 10.0.0.1/0 10.0.0.2/0 0.0.0.0 0.0.0.0
set authname ppp
set authkey ppppassword
set mrru 1500
- clone 1,2,3
- link deflink remove
+ clone 1,2,3 # Create 3 new links - duplicates of the default
+ link deflink remove # Delete the default link (called ``deflink'')
.Ed
.Pp
Note how all cloning is done at the end of the configuration.
OpenPOWER on IntegriCloud