Michele Di Maria
ff3003dff4
"Status-Queue" page: many interface improvements
...
Add many improvements:
- Each queue background has a different color depending on the level
- Improved the number format of the PPS data
- The children queues can be collapsed/expanded
2013-02-06 00:23:59 +01:00
Michele Di Maria
6ba3121b27
Fixes links and PPS
...
This change fixes:
- Interface value in the links to the "Firewall: Traffic Shaper" page;
- Read the proper PPS value from the qstats XML file.
2013-01-31 09:07:36 +01:00
Michele Di Maria
73eeee9347
Feature #2781 : Hierarchical view of "Status-Queues" page
...
Second version of the new "Status-Queue" page.
Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be
recompiled.
This version has been released after Ermal's notes.
2013-01-29 22:36:59 +01:00
Michele Di Maria
a3eab90857
Feature #2781 : Hierarchical view of "Status-Queues" page
...
First version of the new "Status-Queue" page.
Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be
recompiled.
Second version, made after Ermal's notes.
2013-01-29 22:33:36 +01:00
Michele Di Maria
21b94a5444
Feature #2781 : Hierarchical view of "Status-Queues" page
...
First version of the new "Status-Queue" page.
Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be
recompiled.
2013-01-29 21:37:02 +01:00
jim-p
349bf35803
Display a list of ciphers accelerated by a specific engine. Also, skip engines that are listed but unavailable for direct use.
2013-01-27 14:55:46 -05:00
Jim P
be82765a4f
Merge pull request #353 from bcyrill/cp_patch3
...
Add missing context parameter
2013-01-27 11:23:44 -08:00
bcyrill
a9215a24ab
Add missing context parameter
2013-01-27 20:00:14 +01:00
Ermal Luçi
9ab4af9074
Merge pull request #352 from bcyrill/cp_deleteip
...
Do not include prefix in IP address
2013-01-27 10:04:36 -08:00
bcyrill
7e3d78f2c8
Do not include prefix in IP address
2013-01-27 18:53:22 +01:00
jim-p
dae707f536
Fixup paths when executing OpenSSL.
2013-01-27 12:20:31 -05:00
Ermal
0674bc42c3
Configure pipe directly in php until ipfw binary is fixed to correctly configure pipes even that context is specified
2013-01-27 16:42:08 +00:00
Ermal
657d2c6690
Configure pipe directly in php until ipfw binary is fixed to correctly configure pipes even that context is specified
2013-01-27 16:28:36 +00:00
Ermal
bbdb59deca
Correct displaying of ipsec status for natted networks.
2013-01-27 16:13:25 +00:00
Ermal
ab873ccddf
Catch up with code change. Pointy-hat: myself
2013-01-27 15:52:44 +00:00
Ermal
029b377a54
Remove missed line and also improve code for bridge cases
2013-01-27 15:46:47 +00:00
Ermal Luçi
8d1f1034c2
Merge pull request #350 from bcyrill/cp_allowedip
...
Fix ipfw config generation for allowed IPs
2013-01-27 07:35:09 -08:00
Ermal
965ce4c680
Restore accidentally removed code. Spoted-by: bcyrill@github
2013-01-27 15:34:12 +00:00
bcyrill
1f8c88190a
Fix ipfw config generation for allowed IPs
2013-01-27 15:46:54 +01:00
Ermal Luçi
9d33c8571f
Merge pull request #349 from bcyrill/bridge_patch2
...
Use unescaped variable in if condition
2013-01-27 04:36:57 -08:00
Ermal
2626cbd113
Correct real interface assignment
2013-01-27 12:34:23 +00:00
bcyrill
792bdf7f9b
Use unescaped variable in if condition
2013-01-27 13:24:13 +01:00
Chris Buechler
0b635fd6f6
Merge pull request #347 from bcyrill/bridge_edit
...
Remove return value of interface_bridge_configure
2013-01-26 18:21:34 -08:00
Chris Buechler
7709c5a570
Merge pull request #348 from bcyrill/gif_patch1
...
Re-add lost parenthesis
2013-01-26 18:20:26 -08:00
bcyrill
5b3bd46c00
Re-add lost parenthesis
2013-01-27 02:38:34 +01:00
bcyrill
0e0002c2cb
Remove return value of interface_bridge_configure
2013-01-26 23:58:04 +01:00
Ermal
6d53bbb506
Correct another parameter passed to pfsense functions
2013-01-26 22:19:33 +00:00
Chris Buechler
690c491399
Merge pull request #345 from bcyrill/bridge_holdcnt
...
Fix holdcount/holdcnt parameter confusion
2013-01-26 13:54:45 -08:00
bcyrill
afd825a73f
Fix holdcount/holdcnt parameter confusion
2013-01-26 22:37:15 +01:00
jim-p
c706080d65
Link openssl config here to make the ports version of openssl happy when making certs.
2013-01-26 15:07:41 -05:00
Ermal
19defb88d4
No need for escaping here since this is php internal functions
2013-01-26 16:36:02 +00:00
jim-p
88996fbead
Add a note about rdr pass not supporting Multi-WAN.
2013-01-26 10:55:01 -05:00
Ermal
0fbf731570
Do not use array_keys uselessly
2013-01-26 12:05:25 +00:00
Ermal
abdd01f53e
Correctly generate dhcpleases file to avoid issues with dhcpleases. Also while here correct code and make some optiomizations and corrections
2013-01-26 11:59:53 +00:00
Erik Fonnesbeck
7bb09580af
Maintain the previous order of creating wireless interfaces at boot so additional virtual APs get the same generated MAC as before.
2013-01-26 01:19:41 -07:00
jim-p
fb6079dbaf
Try a little harder to find the protocol rather than giving up. Fixes #2751
2013-01-25 16:41:48 -05:00
Ermal
f3bddb472f
Actually even earlier since lagg can have wireless ifaces as member or vlan can reside on top of them
2013-01-25 20:44:18 +00:00
Ermal
348ce50738
To avoid issues reported during bootup with wireless create clones early on bootup. Wireless can only have base interfaces and not clonable one so this should had been done since beggining.
2013-01-25 20:44:17 +00:00
Ermal Luçi
4ce9246164
Merge pull request #320 from bcyrill/patch2
...
Allow empty RADIUS secrets
2013-01-25 12:34:04 -08:00
Ermal
7ee0f3a886
Put outgoing policy routes even for the vips to correct sourced traffic from them. Fixes #1823
2013-01-25 20:26:33 +00:00
Ermal
7520135541
Return the full list of vips to help with #1823
2013-01-25 19:59:53 +00:00
Ermal Luçi
23604cee44
Merge pull request #343 from bcyrill/cp_conc
...
Fix concurrent username logins
2013-01-25 11:41:39 -08:00
bcyrill
4586abb706
Fix concurrent username logins
2013-01-25 20:28:53 +01:00
Renato Botelho
c251f8ccc8
Make synamic firewall logs and widget add new rows:
...
The Dynamic Firewall Log page doesn't add rows, it only updates the php
generated rows which means that if it's loaded after the log is cleared,
it'll never show any activity. The same occurs for the log widget.
This pacth fix this issue moving from absolutely sized spans to tables.
It should fix #2763
2013-01-25 15:16:47 -02:00
Renato Botelho
8fcb7cf48f
Use class tabcont for table
2013-01-25 11:35:13 -02:00
Renato Botelho
e4ffca0882
Make IPv4/IPv6 validation on IPSec
...
It should fix #2769
2013-01-24 17:33:13 -02:00
Renato Botelho
ab2ccd9f8c
Fix indent and blanks at EOL
2013-01-24 17:32:25 -02:00
jim-p
1aafb7105a
Don't forget the wizard...
2013-01-24 14:13:15 -05:00
jim-p
a28d40cb7e
Allow specifying multiple local/remote networks for OpenVPN separated by commas. While I'm here, fix up the IPv6 tunnel/remote/local network input validation. Simplify some code using functions.
2013-01-24 13:54:29 -05:00
Renato Botelho
f657f5e1e4
Ensure DHCP main range, pools ranges and static IP addresses don't overlap each other. It should fix #2773
2013-01-24 12:39:41 -02:00