Chris Buechler
d1104fa63b
page is Status not Diag
2010-06-10 20:32:04 -04:00
Chris Buechler
c0879a434d
fix description in line with 2.0 changes
2010-06-10 20:32:04 -04:00
Erik Fonnesbeck
3c446c66ca
This page is System: Firmware, not Diagnostics: Firmware
2010-06-10 18:08:44 -06:00
Scott Ullrich
5f10900359
Update priv info
2010-06-10 19:03:25 -04:00
Scott Ullrich
0004c08ba7
s/;/./
2010-06-10 17:52:11 -04:00
Scott Ullrich
7afae53f10
Adding option to show the PF overload tables (sshlockout, virusprot) and the ability to delete individual or all entries
2010-06-10 17:49:59 -04:00
jim-p
2a63a07f3e
Don't use a fake CARP VIP name since it doesn't match up with the new style names, which are already properly obtained in this code block.
2010-06-10 14:34:21 -04:00
jim-p
1ce96d36ee
Check for an array here to prevent against a foreach error showing in the GUI.
2010-06-10 13:50:56 -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
ab413aaa73
Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
2010-06-10 21:54:12 +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
jim-p
15df206e26
Add a space here.
2010-06-10 10:16:00 -04:00
Ermal
64b4be44b1
Show friendly interface name on the gui for members when they are assigned interfaces.
2010-06-10 13:32:56 +00:00
Ermal
8d73e7a932
Allow assigned interfaces to be choosed as ppp members. This allows ppp over gre/gif etc....
2010-06-10 13:27:11 +00: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
Scott Ullrich
5aaa3238e2
Remove second %
2010-06-09 17:02:02 -04:00
jim-p
3be0dff4f7
Clean up this code a little.
2010-06-09 15:54:41 -04:00
jim-p
e22eca3662
Use different logic for this function, copied from crypt_acb.php. Ticket #537
2010-06-09 15:40:19 -04:00
Scott Ullrich
901aa044a5
Include rrd.inc if dump_rrd_to_xml() is not found to be included to avoid Fatal error: Call to undefined function dump_rrd_to_xml() in /etc/inc/upgrade_config.inc on line 1752
2010-06-09 15:06:01 -04:00
gnhb
4a1ee8ac31
Clean up pptp a bit and modify text description in interfaces_ppps_edit
2010-06-10 01:39:49 +07:00
gnhb
3a7658652c
Merge branch 'mlppp'
...
Conflicts:
usr/local/www/interfaces_ppp_edit.php
2010-06-10 00:29:47 +07:00
gnhb
d09ca87e5e
Fix up upgrade function for new PPPs implementation.
2010-06-10 00:07:15 +07:00
gnhb
33d2e5106b
Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp
2010-06-09 23:20:50 +07:00
gnhb
1d7e1d6c2c
Fix up for new ptpid scheme and new iface naming scheme.
2010-06-09 22:51:59 +07:00
gnhb
21e17a37a2
Fix missing "or" ||.
2010-06-09 22:20:31 +07:00
gnhb
f748082929
Fix up for new ptpid scheme and iface name scheme.
2010-06-09 22:17:22 +07:00
gnhb
99c26d44ae
Make assignment work with new ptpid and if name structure.
2010-06-09 22:02:10 +07:00
gnhb
5c8e8a17e3
Make pppoe reset work again with new <if> naming scheme.
...
Previous commit also moved pppoe reset functions to interfaces.inc
so we don't have to duplicate in interfaces.php and interfaces_ppps_edit.php
Also, add code so that when ppp config section gets deleted, associated <cron>
item gets deleted for pppoe-reset cron items.
2010-06-09 21:40:12 +07:00
gnhb
e5d558bfac
Change ptpid to use sequential number. This makes Ermal happy. :)
...
Also add <if> section to <ppps><ppp> which is ppp type + ptpid.`
2010-06-09 21:14:59 +07:00
jim-p
af8fca8f91
Don't delete these additional files until the end of the package uninstall process. Otherwise files needed in some steps will be missing. Should fix some outstanding package issues (especially uninstall/reinstall issues). At the very least this fixes uninstall/reinstall of OpenVPN Client Export.
2010-06-08 16:48:56 -04:00
gnhb
5dc6f9b4ec
Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp
2010-06-08 22:48:35 +07:00
gnhb
513b762e7a
Add check for required fields for PPP connections.
2010-06-08 22:39:03 +07:00
gnhb
8256f32408
Fix all issues that Ermal found.
...
Interfaces.php problems.
1- When creating a pppoe ptpid on the config is empty(<<ptpid/>).
2- after switching from pppoe to pptp in the config there remains
pppoe-reset-type which is not that much of a bug but needs to be
fixed.
3- When choosing ppp type even though i do not have a device i am
allowed to save. After saving it switches to none type automatically.
The <ppp> section still has values of pptp config and some of pppoe
and only the apn related to ppp. The interface assignment still has
teh interface pptp1! (This is quite buggy i would say.)
Interfaces -> assign
1- After doing all the tests on interfaces.php everything is shown
with ppp() on interfaces.php picture attached. (probably an issue with
how you do find ppp interfaces around.)
2- MPD is started even though the interface is not enabled after assignment.
3- During assignment as i tell you even below remove teh pptpid from
the interface an duse interface name.
Interfaces -> assign -> ppp
1- I have an emtpy thing in there when i do all the actions on interfaces.php
2010-06-08 22:32:25 +07:00
gnhb
58cbe016de
Trim the output. This only nails you if your interface is last in the list.
2010-06-08 22:06:51 +07:00
gnhb
743994a651
Give more time for getting dhcp address and DNS lookup.
2010-06-08 18:46:56 +07:00
gnhb
b20f736344
Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp
2010-06-08 07:06:46 +07:00
Ermal
f4a17fcfe7
Be consistent on % for loss state.
2010-06-07 21:32:47 +00:00
Ermal
9ae7d46f5d
Catch up with php limits.
2010-06-07 21:24:37 +00:00
Ermal
de42da413f
Show some sensible defaults for delay and loss.
2010-06-07 21:17:30 +00:00