projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix documented syntax for /etc/ethers in dnsmasq.conf (fixes #65)
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
base-files
/
files
/
x86-2.4
/
etc
/
config
/
network
1
# Network configuration file
2
3
## LAN configuration
4
lan_ifname="br0"
5
lan_ifnames="eth1 eth2"
6
lan_proto="static"
7
lan_ipaddr="192.168.1.1"
8
lan_netmask="255.255.255.0"
9
10
## WAN configuration
11
wan_ifname="eth0"
12
wan_proto="dhcp"
This page took
0.038369 seconds
and
5
git commands to generate.