mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
igmpproxy: fix init script indentation
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43658
This commit is contained in:
parent
92cf73cf11
commit
b37dc7e7ce
@ -33,11 +33,11 @@ igmp_header() {
|
||||
}
|
||||
|
||||
igmp_add_phyint() {
|
||||
local network direction altnets device up
|
||||
local network direction altnets device up
|
||||
|
||||
config_get network $1 network
|
||||
config_get direction $1 direction
|
||||
config_get altnets $1 altnet
|
||||
config_get network $1 network
|
||||
config_get direction $1 direction
|
||||
config_get altnets $1 altnet
|
||||
|
||||
json_load "$(ifstatus $network)"
|
||||
json_get_var device l3_device
|
||||
|
Loading…
Reference in New Issue
Block a user