malta: make eth0 the wan interface by default
Many packages for OpenWrt currently assume that lan is the "internal" side of the network map, e.g. if installed, dnsmasq will hand out DHCP leases on lan, firewall will allow forwarding on lan. While at it, also configure a lan interface if eth1 exists. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 47326
This commit is contained in:
parent
8ddca59465
commit
faabe8e8e6
@ -3,4 +3,7 @@
|
||||
. /lib/functions/uci-defaults.sh
|
||||
|
||||
ucidef_set_interface_loopback
|
||||
ucidef_set_interface_raw "lan" "eth0" "dhcp"
|
||||
ucidef_set_interface_wan "eth0"
|
||||
if [ -d "/sys/class/net/eth1" ]; then
|
||||
ucidef_set_interface_lan "eth1"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user