1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-20 07:38:29 +02:00

Merge pull request #472 from yogo1212/batmand_whitespace

batmand: whitespace
This commit is contained in:
elektra42 2019-05-27 09:04:38 +02:00 committed by GitHub
commit bf475d6493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 18 deletions

View File

@ -9,4 +9,3 @@ config batmand general
option policy_routing_script
option disable_client_nat
option disable_aggregation

View File

@ -18,8 +18,7 @@ start () {
disable_aggregation=$(uci get batmand.general.disable_aggregation)
batman_args=""
for hna in $hnas
do
for hna in $hnas; do
batman_args=${batman_args}'-a '$hna' '
done
@ -62,5 +61,3 @@ start () {
stop () {
killall batmand
}