from small one page howto to huge articles all in one place
 

search text in:





Poll
Which filesystem do you use?






poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

187724

userrating:

average rating: 1.7 (102 votes) (1=very good 6=terrible)


May 25th. 2007:
Words

486

Views

250643

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

138306

userrating:

average rating: 1.4 (42 votes) (1=very good 6=terrible)


April, 26th. 2006:

Druckversion
You are here: manpages





iptables action in tc

Section: Linux (8)
Updated: 3 Mar 2016
Index Return to Main Contents

 

NAME

xt - tc iptables action  

SYNOPSIS


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

DESCRIPTION

The xt action allows 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)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 11.8 ms