ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000378ClearOSapp-bandwidth - Bandwidth Managerpublic2011-10-24 14:212012-04-18 19:39
Reporteruser2 
Assigned Todsokoloski 
PrioritynormalSeverityfeatureReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version6.2.0 Beta 2Fixed in Version6.2.0 Beta 2 
Summary0000378: Add support for "all" interfaces when creating bandwidth rules
DescriptionIn ClearOS 5.x, the option to apply a bandwidth rule to "all" interfaces was permitted. However, this action would simple add multiple bandwidth rules, e.g. for 3 WANs on eth0, eth1 and eth2:

    bw_basic_clearsdn_x||0x10105000|0|0.0.0.0|1875|eth0:0:0:0:128:128:128:128
    bw_basic_clearsdn_y||0x10105000|0|0.0.0.0|1875|eth1:0:0:0:128:128:128:128
    bw_basic_clearsdn_z||0x10105000|0|0.0.0.0|1875|eth2:0:0:0:128:128:128:128
 
To improve the usability of the interface, add support for using the "all" keyword, e.g.:

    bw_basic_clearsdn_x||0x10105000|0|0.0.0.0|1875|all:0:0:0:128:128:128:128
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000387)
dsokoloski (developer)
2011-10-31 16:28

Source Code Changelog
---------------------------------------------------
Added "all" keyword support to interface field of bandwidth rules. [fixed tracker 0000378]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=2442 [^]
U webconfig/apps/firewall/trunk/deploy/firewall.lua

- Issue History
Date Modified Username Field Change
2011-10-24 14:21 user2 New Issue
2011-10-24 14:21 user2 Status new => assigned
2011-10-24 14:21 user2 Assigned To => dsokoloski
2011-10-31 16:28 dsokoloski Checkin
2011-10-31 16:28 dsokoloski Note Added: 0000387
2011-10-31 16:28 dsokoloski Status assigned => resolved
2011-10-31 16:28 dsokoloski Resolution open => fixed
2011-12-05 13:10 user2 Fixed in Version => 6.1 Beta 2
2012-04-18 19:39 user2 Status resolved => closed