mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 08:01:08 +02:00
Fix ipv6 address assignment (#1622).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7116 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
69ce678e8c
commit
e24972ad73
@ -152,7 +152,7 @@ setup_interface() {
|
||||
config_get bcast "$config" broadcast
|
||||
|
||||
[ -z "$ipaddr" ] || $DEBUG ifconfig "$iface" "$ipaddr" netmask "$netmask"
|
||||
[ -z "$ip6addr" ] || $DEBUG ifconfig "$iface" inet6 add "$ip6addr"
|
||||
[ -z "$ip6addr" ] || $DEBUG ifconfig "$iface" add "$ip6addr"
|
||||
[ -z "$gateway" ] || $DEBUG route add default gw "$gateway"
|
||||
[ -z "$bcast" ] || $DEBUG ifconfig "$iface" broadcast "$bcast"
|
||||
[ -z "$dns" -o -f /tmp/resolv.conf.auto ] || {
|
||||
|
Loading…
Reference in New Issue
Block a user