Actions
Bug #686
closedTraffic shaper on single interface?
Start date:
06/22/2010
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
Silly question, but revision http://redmine.pfsense.org/projects/pfsense/repository/revisions/38b357bdb50b820d63646d49849b41b4908a744d removes the check for the lan interface for various menu options (NAT, UPNP, Traffic shaper) and relies on the count of interfaces to decided on whether to display the menu option or not.
However the interface test condition has been removed for the Traffic shaper and now this menu option displays when only one interface is available. Surely this is incorrect and the following should be applied to fbegin.inc?
if(count($config['interfaces']) > 1) $firewall_menu[] = array("Traffic Shaper", "/firewall_shaper.php");
Thx
Warren
Updated by Ermal Luçi over 14 years ago
Its correct the shaper can work on only one interface too.
Actions