From 76231e63981ca201ca73b138d17316f11c8d3448 Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 7 Jun 2012 09:25:27 +0000 Subject: Bye, bye olsrd back to packages. --- usr/local/pkg/olsrd.xml | 145 ------------------------------------------------ 1 file changed, 145 deletions(-) delete mode 100644 usr/local/pkg/olsrd.xml (limited to 'usr/local/pkg/olsrd.xml') diff --git a/usr/local/pkg/olsrd.xml b/usr/local/pkg/olsrd.xml deleted file mode 100644 index 85c3e6b..0000000 --- a/usr/local/pkg/olsrd.xml +++ /dev/null @@ -1,145 +0,0 @@ - - - olsrd - 1.0 - OLSRD - - - OLSRD -
Services
- olsrd.xml -
- - OLSRD - /usr/local/sbin/olsrd -f /var/etc/olsr.conf - - - - OLSRD Settings - /pkg_edit.php?xml=olsrd.xml&id=0 - - - - - /usr/local/www/ - 0755 - http://www.pfsense.com/packages/config/OLSRD_rules.php - - - ['installedpackages']['OLSRD']['config'] - - - - Enable OLSR - enable - Enables the dynamic mesh linking daemon - checkbox - - - Link Quality Level - enablelqe - select - 1 - - - - - - - - Interfaces - iface_array - lan - true - 3 - interfaces_selection - Select the interfaces that OLSR will bind to. You can use the CTRL or COMMAND key to select multiple interfaces. - - - Enable HTTPInfo Plugin - enablehttpinfo - Enables the OLSR stats web server - checkbox - - - HTTPInfo Port - port - Port that HTTPInfo will listen on - input - - - Allowed host(s) - allowedhttpinfohost - Hosts that are allowed to access the HTTPInfo web service. - input - - - Allowed host(s) subnet - allowedhttpinfosubnet - Enter the subnet mask in form 255.255.255.0 - input - - - Enable Dynamic Gateway - enabledyngw - Enables the OLSR Dynamic Gateways feature - checkbox - - - Announce self as Dynamic Gateway - enableannounce - Enables the OLSR Dynamic Gateways Announcing feature - checkbox - - - Announce Dynamic local route - announcedynamicroute - Enter the IP/Netmask - textarea - 3 - 50 - - - Ping - ping - Pings this host to ensure connectivity - input - - - Poll - polling - How often to look for a inet gw, in seconds. - input - - - Enable Secure Mode - enabledsecure - Enables the secure mode - checkbox - - - Key - securekey - Paste the secure key information here. - textarea - 5 - 50 - - - - - - conf_mount_rw(); - $fd = fopen("/usr/local/etc/olsrkey.txt","w"); - fwrite($fd, $_POST['securekey']); - fclose($fd); - setup_wireless_olsr($if); - conf_mount_ro(); - - - - - -
-- cgit v1.1