diff options
author | Roy Marples <roy@marples.name> | 2007-04-19 12:55:35 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-19 12:55:35 +0000 |
commit | 247dec818b881fcb40087846c46055bd2229db04 (patch) | |
tree | fc28a8c9ac311fbb7500a14f5ae72ac15ba6d8e5 /conf.d.Linux | |
parent | b9f75802b06b4dae605fc238f31b7552f8163f7d (diff) |
document config_ppp0=null
Diffstat (limited to 'conf.d.Linux')
-rw-r--r-- | conf.d.Linux/net.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d.Linux/net.example b/conf.d.Linux/net.example index 6d016bfc..948acb8c 100644 --- a/conf.d.Linux/net.example +++ b/conf.d.Linux/net.example @@ -629,6 +629,9 @@ #link_ppp0="/dev/null" # ISDN links should have this #link_ppp0="pty 'your_link_command'" # PPP links over ssh, rsh, etc # +#As PPP assigns the address itself we need to stop the assumption of DHCP +#config_ppp0="null" +# # Here you should specify what pppd plugins you want to use # Available plugins are: pppoe, pppoa, capi, dhcpc, minconn, radius, # radattr, radrealms and winbind |