Provided by: sanewall-doc_1.0.2+ds-2_all bug

NAME

       sanewall-classify - classify traffic for traffic shapping tools

SYNOPSIS

       classify class [rule-params]

DESCRIPTION

       The classify helper command puts matching traffic into the specified traffic shaping
       class.

       The class is a class as used by iptables and tc (e.g. MAJOR:MINOR).

       The rule-params define a set of rule parameters to match the traffic that is to be
       classified. See optional rule parameters: sanewall-rule-params(5) for more details.

       Any classify commands will affect all traffic matched. They must be declared before the
       first router or interface.

EXAMPLES

           # Put all smtp traffic leaving via eth1 in class 1:1
           classify 1:1 outface eth1 proto tcp dport 25

SEE ALSO

           Sanewall program: sanewall(1)
           Sanewall configuration: sanewall.conf(5)
           administration tool for IPv4 firewalls: iptables(8)
           show / manipulate traffic control settings: tc(8)
           Linux Advanced Routing & Traffic Control HOWTO[1]

AUTHOR

       Sanewall Team

COPYRIGHT

       Copyright © 2012, 2013 Phil Whineray <phil@sanewall.org>

NOTES

        1. Linux Advanced Routing & Traffic Control HOWTO
           http://www.lartc.org/lartc.html