diff options
author | Roy Marples <roy@marples.name> | 2007-04-19 13:05:07 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-19 13:05:07 +0000 |
commit | 026926fc4f4ce686305762da6f84daae5692a33c (patch) | |
tree | c4362bd7f96099e5be611449b191101d6a35991f /conf.d.Linux/net.example | |
parent | 4768bd45f2a9135b23dd8a00543758888a707fab (diff) |
Revert commit as we now remove the dhcp default for ppp links
Diffstat (limited to 'conf.d.Linux/net.example')
-rw-r--r-- | conf.d.Linux/net.example | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf.d.Linux/net.example b/conf.d.Linux/net.example index 948acb8c..6d016bfc 100644 --- a/conf.d.Linux/net.example +++ b/conf.d.Linux/net.example @@ -629,9 +629,6 @@ #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 |