summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-27 17:09:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-27 17:09:22 +0000
commit8b8f104d15414843e2adef03c221436c1e7c84dc (patch)
tree7a5396c5891b4c8aae6c6cda470f7c433991bd5f
parenta199b93ed44ecf2795228db5430e5d41b2889c24 (diff)
downloadpfsense-8b8f104d15414843e2adef03c221436c1e7c84dc.zip
pfsense-8b8f104d15414843e2adef03c221436c1e7c84dc.tar.gz
Update OLSR to only call setup_wireless_olsr() once now that it sets up all interfaecs in one shot.
-rw-r--r--usr/local/pkg/olsrd.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/local/pkg/olsrd.xml b/usr/local/pkg/olsrd.xml
index 067bbb6..0e01cf6 100644
--- a/usr/local/pkg/olsrd.xml
+++ b/usr/local/pkg/olsrd.xml
@@ -121,12 +121,7 @@
$fd = fopen("/usr/local/etc/olsrkey.txt","w");
fwrite($fd, $_POST['securekey']);
fclose($fd);
- foreach($_POST['interface_array'] as $iface) {
- $if = convert_friendly_interface_to_real_interface_name($iface);
- if($if) {
- setup_wireless_olsr($if);
- }
- }
+ setup_wireless_olsr($if);
conf_mount_ro();
</custom_php_resync_config_command>
<custom_php_install_command>
OpenPOWER on IntegriCloud