Linux.pl
Opcje wyszukiwania podręcznika man:
Lista stron man zaczynających się od znaku:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   ALPHA   NUM   OTHER   ALL
iptables action in tc(8)             Linux            iptables action in tc(8)

NAME
       xt - tc iptables action

SYNOPSIS
       tc ... action xt -j TARGET [ TARGET_OPTS ]

DESCRIPTION
       The xt action allows one to call arbitrary iptables targets for packets
       matching the filter this action is attached to.

OPTIONS
       -j TARGET [ TARGET_OPTS ]
              Perform a jump to the given iptables target, optionally  passing
              any target specific options in TARGET_OPTS.

EXAMPLES
       The  following  will  attach a u32 filter to the ingress qdisc matching
       ICMP replies and using the xt action to make  the  kernel  yell  'PONG'
       each time:

              tc qdisc add dev eth0 ingress
              tc filter add dev eth0 parent ffff: proto ip u32 \
                   match ip protocol 1 0xff \
                   match ip icmp_type 0 0xff \
                   action xt -j LOG --log-prefix PONG

SEE ALSO
       tc(8), tc-u32(8), iptables-extensions(8)

iproute2                          3 Mar 2016          iptables action in tc(8)

Czas wygenerowania: 0.00016 sek.


Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson

Copyright © 2003-2025 Linux.pl
Hosted by Hosting Linux.pl