mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 09:01:06 +02:00
[PATCH] Allow UCI interface names in /etc/config/dhcp
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22487 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
caec700c9a
commit
8b5fd9705c
@ -42,11 +42,13 @@ append_server() {
|
||||
}
|
||||
|
||||
append_interface() {
|
||||
append args "-i $1"
|
||||
local ifname=$(uci_get_state network "$1" ifname "$1")
|
||||
append args "-i $ifname"
|
||||
}
|
||||
|
||||
append_notinterface() {
|
||||
append args "-I $1"
|
||||
local ifname=$(uci_get_state network "$1" ifname "$1")
|
||||
append args "-I $ifname"
|
||||
}
|
||||
|
||||
append_addnhosts() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user