Query: tc-xt
OS: mojave
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
iptables action in tc(8) Linux iptables action in tc(8)NAMExt - tc iptables actionSYNOPSIStc ... action xt -j TARGET [ TARGET_OPTS ]DESCRIPTIONThe 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.EXAMPLESThe 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 PONGSEE ALSOtc(8), tc-u32(8), iptables-extensions(8) iproute2 3 Mar 2016 iptables action in tc(8)
Related Man Pages |
---|
tc-fw(8) - sunos |
tc-fw(8) - php |
tc-fw(8) - plan9 |
tc-fw(8) - redhat |
tc-fw(8) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
any idea to repeat a action in VI |
iptables: syntax from drop AND log packets |
iptables On for eth0 and off for other interfaces |
iptables Local Lan Issues |
iptables - allow MySql |