Initial version of network module.

This commit is contained in:
Timo Mkinen 2009-08-20 00:20:04 +03:00
parent 56ee9b1bd6
commit 02fa10f33c
5 changed files with 407 additions and 0 deletions

View file

@ -0,0 +1,3 @@
inet 0.0.0.0 255.255.255.255 NONE pppoedev <%= device -%> authproto <%= authtype -%> authname '<%= username -%>' authkey '<%= password %>' up
dest 0.0.0.1
!/sbin/route add default -ifp pppoe0 0.0.0.1