Hi,

> Could haproxy add a tos based acl? 
> http://en.wikipedia.org/wiki/Type_of_service
> We want to do some action on the traffic based on the tos field.


Should work already with something like this:
 acl local_net src 192.168.0.0/16
 http-response set-tos 46 if local_net

http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#4.2-http-response



Regards,

Lukas                                     

Reply via email to