ClearFoundation Tracker - ClearOS
View Issue Details
0001175ClearOSapp-firewall - Firewallpublic2013-06-07 12:432019-04-24 08:28
user2 
 
normaltweakN/A
closedwon't fix 
 
 
0001175: Add support for hostnames in bandwidth engine
In some circumstances, using hostnames is useful with advanced bandwidth rules. However, the "tc filter" command only accepts IP addresses. If an advanced bandwidth rule uses a hostname, the underlying tc command ends up looking something like:

/sbin/tc filter add dev imq0 protocol ip parent 1: pref 1 u32 match ip src EXAMPLE.COM flowid 1:10

... which bombs out.
No tags attached.
Issue History
2013-06-07 12:43user2New Issue
2013-06-07 12:43user2Statusnew => assigned
2013-06-07 12:43user2Assigned To => dsokoloski
2013-06-12 11:31user2Target Version6.4.0 Updates =>
2019-04-24 08:28NickHNote Added: 0011621
2019-04-24 08:28NickHStatusassigned => closed
2019-04-24 08:28NickHAssigned Todsokoloski =>
2019-04-24 08:28NickHResolutionopen => won't fix

Notes
(0011621)
NickH   
2019-04-24 08:28   
7.x does not use tc.