Negation in RULE patch
Brought to you by:
pgolubev
This patch for version 0.7.1 allows to configure
shaping of traffic with some exclusions, like:
cbq-1.out:
...
RULE=!192.168.1.1/32,10.1.1.1/32
RULE=192.168.1.1/32
(mention '!' in the first rule)
These rules tells CBQ to apply shaping to traffic from
192.168.1.1 to any address, but one directed to 10.1.1.1.
This may be useful for situations when one wants to
shape all Internet traffic for users, and don't shape
traffic that goes, for example, to certain peer via the
same physical interface.
cbq rules negation patch