projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rewrite of the network scripts and configuration
[openwrt.git]
/
package
/
base-files
/
x86-2.6
/
etc
/
config
/
network
1
# Copyright (C) 2006 OpenWrt.org
2
3
config interface lan
4
option type bridge
5
option ifnames "eth1 eth2"
6
option proto static
7
option ipaddr 192.168.1.1
8
option netmask 255.255.255.0
9
10
config interface wan
11
option ifname eth0
12
option proto dhcp
13
This page took
0.058588 seconds
and
5
git commands to generate.