mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 19:56:27 +02:00
[package] netifd: localize internally used shell variables (#11567)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32192 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b766b6c9d5
commit
6ae19d404b
@ -18,6 +18,7 @@ proto_dhcp_setup() {
|
|||||||
local config="$1"
|
local config="$1"
|
||||||
local iface="$2"
|
local iface="$2"
|
||||||
|
|
||||||
|
local ipaddr hostname clientid vendorid broadcast reqopts
|
||||||
json_get_vars ipaddr hostname clientid vendorid broadcast reqopts
|
json_get_vars ipaddr hostname clientid vendorid broadcast reqopts
|
||||||
|
|
||||||
local opt dhcpopts
|
local opt dhcpopts
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
find_config() {
|
find_config() {
|
||||||
local device="$1"
|
local device="$1"
|
||||||
|
local ifdev ifl3dev ifobj
|
||||||
for ifobj in `ubus list network.interface.\*`; do
|
for ifobj in `ubus list network.interface.\*`; do
|
||||||
interface="${ifobj##network.interface.}"
|
interface="${ifobj##network.interface.}"
|
||||||
(
|
(
|
||||||
@ -36,7 +37,7 @@ ubus_call() {
|
|||||||
|
|
||||||
fixup_interface() {
|
fixup_interface() {
|
||||||
local config="$1"
|
local config="$1"
|
||||||
local ifname type
|
local ifname type device l3dev
|
||||||
|
|
||||||
config_get type "$config" type
|
config_get type "$config" type
|
||||||
config_get ifname "$config" ifname
|
config_get ifname "$config" ifname
|
||||||
|
Loading…
Reference in New Issue
Block a user