Grobe Patchidee: im configurehood: json_get_var protocol protocol <-- mit dazu nehmen: #Check for the Routingprotocol if [ $protocol == "BATMAN_V" ]; then echo "We use Batman V" uci set network.ethmesh.routing_algo='BATMAN_V' uci commit network elif [ $protocol == "batman-adv-v15" ]; then echo "We use batman-adv-v15" #we do nothing, default is Batman-adv-15 else echo "uncorrect Data, please configure the hood manual" fi