Commit Graph

19457 Commits

Author SHA1 Message Date
Ermal
ae17d2e983 Actually do not try to reload everything during bootup since it will be done by bootup code 2012-06-07 09:59:58 +00:00
Ermal
76231e6398 Bye, bye olsrd back to packages. 2012-06-07 09:25:27 +00:00
Ermal
3e662cb0b2 Get rid of carpdev, it will never be 2012-06-07 08:51:16 +00:00
Ermal
98aea4c3a5 Detour through check_reload_status and only when the settings get applied not when the gateway has been changed. 2012-06-07 08:36:02 +00:00
Ermal
915089b7cd Catch up with multiple events sending. Also do not blindly startup check_reload_status check first 2012-06-07 08:27:47 +00:00
Ermal
30fb05274e Surely this cannot work a fit
Revert "This script update the Dynamic DNS registration when called by apinger if a gateway from a group is down."

This reverts commit b013b81e5d.
2012-06-07 07:45:03 +00:00
Ermal
514123f851 Someone needs to ask before breaking stuff like this!
Revert "Eject duplicate script, we already have a script specifically for this."

This reverts commit 56a0c7373a.
2012-06-07 07:35:44 +00:00
jim-p
2d6f800a90 Fix exec bit for usr/local/sbin/openvpn.attributes.sh 2012-06-06 16:59:25 -04:00
jim-p
a1b9105b25 Only add openvpn acl script lines if it's a server mode that does user auth 2012-06-06 16:58:41 -04:00
smos
846c7b7727 Changeover to the new multiple command pfSctl 2012-06-06 20:20:54 +02:00
smos
8275ea2877 Reverse the arguments, i got them wrong.
Redmine ticket #1965
2012-06-06 19:21:15 +02:00
smos
83d807cbf0 Trigger dyndns and ipsecdns updates through check_reload_status. IpsecDNS already performs a filter_configure() too.
Redmine ticket #1965
2012-06-06 18:11:08 +02:00
smos
56a0c7373a Eject duplicate script, we already have a script specifically for this.
Redmine ticket #1965
2012-06-06 18:09:34 +02:00
smos
b013b81e5d This script update the Dynamic DNS registration when called by apinger if a gateway from a group is down.
redmine ticket #1965
2012-06-06 17:55:49 +02:00
smos
9a93330476 When advertising on a CARP vip, pick the CARP ipv6 address as the RDNSS address
Redmine ticket #1829
2012-06-06 10:34:31 +02:00
smos
e1f6761dca Make sure that both the Carp vip interface and the parent interface are in the list.
Redmine ticket #1829
2012-06-06 10:25:18 +02:00
smos
5078cd7642 Extra safetynet to prevent duplicate static entries with broken config.xml
Make sure to fil the array that we fill for configured interfaces with the real interface, not just the carp if.
Redmine ticket #1829
2012-06-06 10:25:18 +02:00
Ermal
6bee76d5bb Make lock files availble to all users for usage from php process 2012-06-06 08:19:04 +00:00
smos
fe838158d9 Change the DHCPv6 services page into a RA and DHCPv6 section, move some of the variables.
Add drop down to select carp vip for that interface for CARP advertisements
Allow setting the RA priority.
Redmine ticket #1829
2012-06-06 08:50:07 +02:00
Ermal
628306afe8 Correct upgrade code from report of http://forum.pfsense.org/index.php/topic,50182.0.html 2012-06-06 07:22:05 +00:00
smos
52a8cfeaa9 Always use the uppercase description 2012-06-05 21:49:06 +02:00
smos
7056e4edbf Use preg_match instead, we should probably make this a function so we can add proper device detection schemes and a known list of command ports.
That would also allow for resetting the 3g stick when it hangs.
We should consider storing the device and manufacturer in the ppp config
2012-06-05 21:39:34 +02:00
smos
8574d3516c Correct the variable to the modem device output. 2012-06-05 21:39:34 +02:00
Ermal
227a014082 Remove left-over from copy-pasto 2012-06-05 19:40:38 +00:00
Ermal
5b4ee05e58 Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100 2012-06-05 19:38:04 +00:00
Ermal
1492e02cb4 Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100 2012-06-05 19:37:45 +00:00
Warren Baker
ae5c8d0e05 Make sure the page does match as we trying to match the page to the url path and not the full url 2012-06-05 16:47:50 +02:00
smos
fbf0d4d3d4 Make sure to return the Null route gateways too for looking up a gateway entry 2012-06-05 07:45:39 +02:00
smos
36b2d82d68 Also include gwlb.inc in interfaces.inc 2012-06-04 19:48:04 +02:00
smos
9847b940a3 Enhance the gateways status widget. Show Pending when it's not ready yet, show unknown when it really isn't online. 2012-06-04 12:44:48 +02:00
smos
603f19f007 Some minor enhancements from renaming the Gathering Data to Pending.
When it doesn't exist in the array it's really unknown. Make that lightblue. show a ~
2012-06-04 12:37:15 +02:00
smos
4a67fc61ad Use "Pending" instead of gathering data, which is shorter 2012-06-04 12:12:15 +02:00
smos
7bfa645c95 Fix Typo, although the host might indeed be loca. We'll just keep it local instead. 2012-06-04 11:59:35 +02:00
smos
6fdea6a2b6 Allow for Null routes 2012-06-04 10:20:58 +02:00
smos
3d36f9d1ce Allow for /128 IPv6 route entries in static routes.
Redmine ticket #2470
2012-06-04 09:48:49 +02:00
smos
e90c833ade Always add a link-local of fe80::1:1 when the interface is set to track6. This allows webui access over IPv6 to a easy address.
Make a shortcut in the get_failover_interface() function to get_real_interface() if we find the interface in $config.
2012-06-04 08:21:07 +02:00
jim-p
4264284ed5 Teach rc.initial.ping at least a little bit about ipv6. 2012-06-03 20:43:52 -04:00
jim-p
42db9f7bb8 Change style of this jquery call, the method that was used did not work properly. 2012-06-03 19:54:54 -04:00
Jim P
f2f721e2ce Merge pull request #125 from marcelloc/patch-20
Include github changelog link to package version when $g['disablepackage...
2012-06-03 15:00:08 -07:00
Marcello Coutinho
8b19e1b32f Include github changelog link to package version when $g['disablepackagehistory'] is not set, domtt titles, remove package info column and move package info to description tab 2012-06-03 18:57:10 -03:00
Jim P
16aa29e41c Merge pull request #124 from marcelloc/patch-19
Include github changelog link to package version when $g['disablepackage...
2012-06-03 14:54:01 -07:00
Marcello Coutinho
36d82968af Include github changelog link to package version when $g['disablepackagehistory'] is not set , domtt titles, remove package info column and move package info to description tab 2012-06-03 18:52:19 -03:00
jim-p
c5e53ee63a Unbreak php errors on login form 2012-06-03 15:48:05 -04:00
Scott Ullrich
6a1ff0feb6 Merge pull request #120 from ccesario/master
Change jQuery function: attr() to prop()
2012-06-03 10:39:33 -07:00
ccesario
88dda5ed85 Change jQuery function attr() to prop() 2012-06-03 14:29:54 -03:00
smos
e3b14bbe73 Include the gateway functions in rc.banner to prevent throwing a error 2012-06-03 16:11:44 +02:00
smos
6dbffeda7b Add Gateway Group support to the IPsec interface drop down.
Edit of gateway group correctly reflects the new IP Address.
We need to make a blacklist for interface names in the gateway group edit page.
Redmine ticket #1965
2012-06-03 13:32:42 +02:00
smos
bf001dec38 Allow for failover DynDNS hostnames.
replace get_real_interface() calls with get_failover_interface. If it isn't a group we call get_real_interface() anyhow.
We can't put the logic inside get_real_interface() as this would create a recursion
Redmine ticket #1965
2012-06-03 13:00:23 +02:00
smos
3e1eec5850 Allow for selection of a gateway group as a interface to monitor
Redmine ticket #1965
2012-06-02 21:48:51 +02:00
smos
ab1112da4c The gateway groups array now knows about vips to be tied into that gateway group so we can tie the groups into services.
Redmine ticket #1965
2012-06-02 21:27:03 +02:00