projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c583b9
)
use the dummy pptp proto handler script for testing
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 5 May 2012 12:43:25 +0000
(14:43 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 5 May 2012 12:43:25 +0000
(14:43 +0200)
config/network
patch
|
blob
|
history
diff --git
a/config/network
b/config/network
index 782557b01346cad439eef7a91ad89478fef8d8c9..97032084e14b407ee387a1fdc3086eb2b866b61c 100644
(file)
--- a/
config/network
+++ b/
config/network
@@
-47,14
+47,13
@@
config interface wlan
option ipaddr 192.168.2.1
option netmask 255.255.255.0
-config interface test
- option ifname @test
- option proto static
- option ipaddr 192.168.5.1
- option netmask 255.255.255.0
+config interface pptp
+ option proto pptp
+ option server 1.1.1.1
config route
option target 192.168.0.1
option netmask 24
option gateway 192.168.5.2
option interface wan
+