From 8bb22283f4968e7ae957a4b9821f9146774be5c7 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 1 Sep 2008 12:09:11 +0000 Subject: [PATCH] allow dund to grab ppp options gathered from the network scripts git-svn-id: svn://svn.openwrt.org/openwrt/packages@12457 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/bluez-utils/files/bluez-utils.init | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/utils/bluez-utils/files/bluez-utils.init b/utils/bluez-utils/files/bluez-utils.init index 43780f5e8..afd2294e7 100644 --- a/utils/bluez-utils/files/bluez-utils.init +++ b/utils/bluez-utils/files/bluez-utils.init @@ -61,6 +61,12 @@ dund_config() { append_bool "$cfg" cache "--cache" append_string "$cfg" pppdopts "" + config_get ifn "$cfg" interface + if [ -n "$ifn" ]; then + config_get unit "$ifn" unit + [ -z "$unit" ] || append args "unit $unit ipparam $ifn linkname $ifn" + fi + config_get_bool enabled "$cfg" "enabled" '1' [ "$enabled" -gt 0 ] && /usr/bin/dund $args } -- 2.11.0