Commit Graph

10078 Commits

Author SHA1 Message Date
Ermal Luçi
9e9b596fc5 Add footer 2008-10-22 16:28:21 +00:00
Ermal Luçi
561d51620d Fix reported on http://forum.pfsense.org/index.php/topic,12043.0.html 2008-10-22 16:06:26 +00:00
Scott Ullrich
332ccd2b14 Add newline 2008-10-20 22:53:40 +00:00
Scott Ullrich
adb0c767a0 Look for <pfsense> 2008-10-20 22:36:30 +00:00
Scott Ullrich
f45e6a3b96 Check for bogus decrypted config.xml 2008-10-20 22:33:19 +00:00
Scott Ullrich
864bbcddfa Correct tagfile_deformat() call 2008-10-19 21:16:34 +00:00
Ermal Luçi
52d6ad5136 Oops, use tunnel address not network. 2008-10-19 14:39:23 +00:00
Ermal Luçi
0847d1b904 When disabling an interface bring it down also. 2008-10-19 14:36:47 +00:00
Ermal Luçi
0c56453c8c Clenup some more when bringing down an interface. 2008-10-19 14:34:34 +00:00
Ermal Luçi
4367b5f627 Bring order and simplify logic. 2008-10-19 14:05:41 +00:00
Ermal Luçi
adec685108 Clear the arp entries for the interface going down. 2008-10-19 13:32:55 +00:00
Ermal Luçi
d8acd70624 Slightly change order of commands for dhcp. 2008-10-19 13:29:04 +00:00
Ermal Luçi
80bf3f4aac Refactor some code so frontend does not need to know about details that might change
during development.
2008-10-19 13:20:32 +00:00
Ermal Luçi
f620d00d37 style(9) 2008-10-19 09:47:51 +00:00
Ermal Luçi
87a2efd1d8 Move from $debugging to $g["debug"]. 2008-10-19 09:39:21 +00:00
Ermal Luçi
b042cfd6fd Remove unused var. 2008-10-19 09:33:48 +00:00
Ermal Luçi
40aa6f2072 Mpd4 handles itself mss even with reduced mtu on pppoe case. 2008-10-19 09:07:28 +00:00
Ermal Luçi
b4914b78ba When interface is configured for pppoe and mtu is also configured then adjust the pppoe mtu c
orrespondingly as to us this means pppoe mtu and not parent interface mtu.
2008-10-19 09:03:43 +00:00
Ermal Luçi
9a12451b3a Do not try to generate rules for the known interface groups or should we? 2008-10-19 07:50:51 +00:00
Ermal Luçi
2867fa7be2 Split random-id and no-df option for scrubbing. 2008-10-19 07:41:21 +00:00
Ermal Luçi
c5a568d943 * Cleanup some logic for loading ipfw module which might improve somewhat rules speed on very large rulesets. The best option is moving this to rules generation itself which would really speed up things but i will check it later on.
* Fix scrub rules generation since it was 'broken' by generating mss-clamping for all interfaces which might be the reason for some slow transfers reported. Remove generation of mss clamping by pf in pppoe case since we handle this in mpd4 and seems to be a better fit for this.
2008-10-19 07:30:24 +00:00
Scott Ullrich
e6d436e8d0 If <prefix> does not exist, then call safe_mkdir on it. 2008-10-19 03:38:28 +00:00
Scott Ullrich
1834f481e3 Add plugins folder for firmware_upgrade 2008-10-19 03:33:17 +00:00
Scott Ullrich
64a0b4e4ec Only attempt to run plugins if directory exists 2008-10-19 03:24:34 +00:00
Scott Ullrich
5025a56c9f * Add run_plugins() function
* Use run_plugins() function in filter.inc
* Add plugin hook for parse_config and write_config
2008-10-19 03:19:22 +00:00
Scott Ullrich
e7d967d8da Reload the filter. Plugins might need to run. 2008-10-19 02:59:23 +00:00
Scott Ullrich
f459ca1587 Use zoneinfo.tgz from m0n0wall 1.3b15 2008-10-18 21:47:44 +00:00
Ermal Luçi
c08360648a Cleanup some not needed code and use the correct debug var.
A lot of code references $debug as var but actually there is only $g['debug'] and $debugging that are defined!!
2008-10-18 14:06:22 +00:00
Ermal Luçi
cf30589944 When creating vlan interfaces from console fill all the needed information. 2008-10-18 13:57:56 +00:00
Ermal Luçi
b9004dfedf Restore accidentally removed code with bigpond removal which is causing issues with pppoe/pptp. 2008-10-17 14:33:23 +00:00
Scott Ullrich
4199cc6259 Navigate to / after 40 seconds to avoid accidental reboots. 2008-10-16 21:56:39 +00:00
Scott Ullrich
4b6e75fff9 Check for valid IP address using is_ipaddr
Suggested-by: Ermal
2008-10-15 17:32:59 +00:00
Scott Ullrich
cc8ad8a7ad Misc style fix and checking to see if this is noticed by GIT 2008-10-15 17:29:11 +00:00
Ermal Luçi
e09a935c10 Still array handling changes on php5. Reported by: http://forum.pfsense.org/index.php/topic,12043.0.html 2008-10-15 16:31:05 +00:00
Ermal Luçi
6566050c2c Test for existence before unsetting, this is do to changed behavior in php5. Reported by: http://forum.pfsense.org/index.php/topic,12060.0.html 2008-10-15 05:50:23 +00:00
Scott Ullrich
f6b38c7903 Add table header row 2008-10-14 18:47:08 +00:00
Ermal Luçi
b112841f22 Lock the config before reconfiguring filter rules. 2008-10-14 18:35:45 +00:00
Ermal Luçi
f51f398959 Fix issue reported by http://forum.pfsense.org/index.php/topic,12043.0.html. 2008-10-14 18:34:05 +00:00
Scott Ullrich
915ffd5f8b Actually insert the interface address when the option is specified. 2008-10-14 18:24:34 +00:00
Ermal Luçi
981cf4aed3 All these flushing is not needed now that apply is a differnet step like everywhere else in code. 2008-10-14 16:36:07 +00:00
Ermal Luçi
28ec82f157 Actually apply fixes to the correct files. 2008-10-13 22:49:06 +00:00
Ermal Luçi
5252f90906 I always remember having done this long ago?! 2008-10-13 22:43:44 +00:00
Ermal Luçi
7c36f9e050 Revert this and see if it affects any of problem reported on latest builds. 2008-10-13 22:40:48 +00:00
Scott Ullrich
8fe7e7c855 Add global debug where needed 2008-10-13 00:35:28 +00:00
Scott Ullrich
269d60620b Only show debug Running commands if $debug is enabled 2008-10-13 00:33:17 +00:00
Scott Ullrich
296a3cb666 Use listbg as all other pages do 2008-10-12 23:57:32 +00:00
Scott Ullrich
02beec615b Add missing image 2008-10-12 23:32:42 +00:00
Scott Ullrich
25b37469d3 Do not wrap dropdown menus 2008-10-12 22:01:10 +00:00
Scott Ullrich
153eb30583 Make sure all themes have login box information 2008-10-12 21:49:30 +00:00
Scott Ullrich
64a6024c68 Do not list color: #FFFFFF; twice 2008-10-12 21:40:55 +00:00