Commit Graph

7950 Commits

Author SHA1 Message Date
Chris Buechler
ffcf81bbb7 correct the limiter, it reversed up/down before 2010-06-16 22:21:59 -04:00
Scott Ullrich
60e014fe99 Save log file and give better output of what is happening 2010-06-16 19:44:05 -04:00
gnhb
4a1779a90e Merge branch 'master' of rcs.pfsense.org:pfsense/mainline 2010-06-16 22:13:23 +07:00
Ermal
53824804f4 Fixes #665. Optimize and correctly check for the gateways on static routes to be included on $tonatsubnets macro. 2010-06-16 17:02:36 +00:00
Ermal
ca94282988 Actually it needs choparp_ prepended. 2010-06-16 16:36:32 +00:00
Ermal
962fd68551 Fixes #632. When bringing down a vip of proxyarp use the new pidfile introduced. Also teach about interface argument to proxyarp function so it can start only a instance of an interface. 2010-06-16 16:07:16 +00:00
gnhb
59db783acd Modify pfsense-utils and status_interfaces.php so Uptime is shown for all PPPx type links. 2010-06-16 22:11:31 +07:00
Ermal
096ee9c22d Make some non functional changes, mostly to keep up with latest gw changes. Related to Ticket #666 2010-06-16 11:24:00 +00:00
Ermal
a138f4fbc0 Fixes #667. Do not bring down mpd5 if the interface is configured for dial on-demand. 2010-06-16 11:01:24 +00:00
jim-p
1e357c00bd Add a safety check to prevent packets like those in #479 from breaking the filter log in the GUI. 2010-06-15 16:26:58 -04:00
Ermal
3bb6bfd2f2 Remove gif creation/deletion in ipsec code it seems unlikely and unused for a long time. This also removes the risk of doing damages on gifs configured through the GUI. 2010-06-15 19:27:04 +00:00
Ermal
0dc7b4aa54 Reduce XXX's. 2010-06-15 17:16:56 +00:00
jim-p
e52ba50c58 Remove stray ). Fixes #661. 2010-06-15 09:17:21 -04:00
gnhb
765664a41c Fix comments to work better. 2010-06-15 12:53:52 +07:00
gnhb
3de9ca1ccf Merge branch 'master' of rcs.pfsense.org:pfsense/mainline 2010-06-15 12:30:47 +07:00
gnhb
5d9d443a41 Comment out log suppression. No front end control implemented yet. 2010-06-15 12:29:30 +07:00
jim-p
bd414316c1 Fix typo. Ticket #632 2010-06-14 19:45:42 -04:00
Ermal
2f92b34db0 Give apinger the new srcip dircetive so it does not struggle anymore with the routing table. 2010-06-14 19:26:32 +00:00
Ermal
ea5f6c955b Ticket #88. Add checks to disable txcsum when needed for wirless interfaces so it does not break bridging when teh interface itself is reconfigured. 2010-06-14 12:26:06 +00:00
Ermal
7de83e0304 Simplify/optimize code for carp [re]configuration. This is possibly related to Ticket #601. Also this speedups vip creation on large number of interfaces. 2010-06-14 12:11:47 +00:00
Ermal
e03b0a03fb Fixes #632. Use the correct function to handle vip destory. 2010-06-14 11:29:31 +00:00
Ermal
aceedad449 Fixes #652. Correct typo. 2010-06-14 11:11:02 +00:00
Chris Buechler
b9546722a1 this page is status, not diag. 2010-06-14 00:08:50 -04:00
Chris Buechler
f0e730e50e Merge branch 'master' of git://rcs.pfsense.org/pfsense/text-proofing into review/master 2010-06-13 23:42:00 -04:00
gnhb
8af6c46d7f Remove extra code that isn't needed any more in interfaces.inc.
creating pppoe reset file is now handled directly in interfaces_ppps_configure function.
2010-06-13 20:55:10 +07:00
gnhb
69c1b04365 Fix empty data shown in interfaces_ppps when dislaying modem interfaces.
Also, clean up interfaces_ppps_configure. For PPtP/L2tP if Local IP field is
left empty, try to get the IP from the physical interface if it has one. If not
just log error and abort.
2010-06-13 20:35:11 +07:00
Larry Gilbert
22a11a582f Fix some errors in spelling, punctuation, grammar, etc. 2010-06-12 17:07:52 -07:00
Scott Ullrich
574b56bd9e Time for 2.0-BETA3. 2010-06-12 19:06:14 -04:00
jim-p
0d90fcaff2 Add array_merge_recursive_unique which was called in xmlrpc.php but did not yet exist. Fixes #645 2010-06-11 16:07:03 -04:00
jim-p
7869c580b4 Properly sync CA/Certs when syncing OpenVPN (might need to be its own option, but forced on for OpenVPN). Also adds capability (though not enabled) to sync users. That will need more thought. Ticket #645 2010-06-11 16:01:10 -04:00
jim-p
fefa562174 Sync gateways if we sync routing. 2010-06-11 13:45:20 -04:00
jim-p
51e72bf52e Rework connections a bit and report errors when they happen. 2010-06-11 13:45:19 -04:00
Scott Ullrich
efe7562e16 Correctly reload carp interfaces via xmlrpc 2010-06-11 13:40:56 -04:00
Scott Ullrich
18139ba75f Need to create a new rpc message before sending 2010-06-11 12:52:38 -04:00
jim-p
9434370cd0 Sync OpenVPN settings and DHCP Daemon settings via XMLRPC, and for DHCP set a proper failover IP where needed. Ticket #645 & Ticket #646 - Still needs a way to sync/restart services on Backup after config sync. 2010-06-11 11:50:54 -04:00
Chris Buechler
d40b2a8804 change privs too 2010-06-10 20:39:20 -04:00
jim-p
85b13495d8 Don't perform these multiple times as they do not change on each loop iteration. Having them inside the loop can also generate an invalid DHCP config file, instead of just warning that there is no CARP VIP defined. 2010-06-10 13:33:48 -04:00
gnhb
3287637461 With no * mpd will suppress some of the logs, but still doesn't seem quite right. 2010-06-10 23:04:34 +07:00
gnhb
ced4df7428 Take out all code that assumes to use DHCP for local ip if local ip is left blank.
Also, check for blank local IPs and error out if they occur.
2010-06-10 22:54:17 +07:00
Ermal
2b52ecd6fd Actually seems this option is deprectated. Thanks-to: gnhb 2010-06-10 17:33:23 +00:00
Ermal
f58342b8e1 Place bundle options at the bunlde code section. 2010-06-10 17:28:52 +00:00
Ermal
df9e93f011 Fixup code. 2010-06-10 17:14:10 +00:00
Ermal
315e1253f6 Do not delete/create a route for a gateway that is marked as down to avoid removing needed routes to check teh gateways. Reported-by: http://forum.pfsense.org/index.php/topic,25854.0.html 2010-06-10 17:00:12 +00:00
gnhb
3b15d92487 Remove old interface_pppoe_configure and interface_pptp_configure functions. 2010-06-10 21:55:18 +07:00
gnhb
237212858e Fix some things in interfaces.inc, attempt to suppress mpd log verbosity.
Fix also localip handling in interfaces.php
2010-06-10 21:51:09 +07:00
Ermal
bfbb9bc02a Catch up with latest ppp configuration type in convert_real_interface_to_friendly_interface. Fix some logic on interface_ppps_configure to support for assigned interfaces to be used as members. 2010-06-10 12:59:49 +00:00
Ermal
0bca02ca58 Do not log useless log and do the check earlier as a microoptimization. 2010-06-10 12:27:03 +00:00
Ermal
8a4778d31a Add files to obsolete list. Correct permission for renamed(why?) ppp pages. 2010-06-10 10:32:04 +00:00
Scott Ullrich
70cc624902 Only change max procs for captive portal configurations 2010-06-09 17:07:43 -04:00
Scott Ullrich
f6f057410b Remove newline 2010-06-09 17:03:10 -04:00