Updated all templates to use instance variables
This commit is contained in:
parent
a0c854d3c0
commit
dc51af1ca2
113 changed files with 527 additions and 522 deletions
|
@ -1,4 +1,4 @@
|
|||
inet 0.0.0.0 255.255.255.255 NONE pppoedev <%= device -%> authproto <%= authtype -%> authname '<%= username -%>' authkey '<%= password %>' up
|
||||
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 -qn delete default
|
||||
!/sbin/route add default -ifp pppoe0 0.0.0.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue