]> git.ipfire.org Git - people/ms/network.git/blobdiff - src/ppp/dialer
Rename all "config" to "settings"
[people/ms/network.git] / src / ppp / dialer
index ccec5a272833ad62611ed0740ae590de04f56f55..640ad74bccb73ce9a86743418c6243885ccf281c 100644 (file)
@@ -26,6 +26,9 @@ LOG_DISABLE_STDOUT="true"
 
 . /usr/lib/network/functions
 
+# Read network settings
+network_settings_read
+
 log DEBUG "dialer called with arguments: $@"
 
 # The zone is an optional argument.
@@ -35,7 +38,7 @@ assert isset ZONE
 # If we have the zone information, we will
 # load the zone configuration.
 if zone_exists ${ZONE}; then
-       zone_config_read ${ZONE}
+       zone_settings_read "${ZONE}"
 fi
 
 # The default speaker settings is on.