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 10.1.1.1.
This may be useful for situations when one wants to
shape all Internet traffic, and don't want to shape traffic to local peers
Negation in RULE patch
this is for version 0.7.3