Linux cli command tc-connmark

➡ A Linux man page (short for manual page) is a form of software documentation found on Linux and Unix-like operating systems. This man-page explains the command tc-connmark and provides detailed information about the command tc-connmark, system calls, library functions, and other aspects of the system, including usage, options, and examples of _. You can access this man page by typing man followed by the tc-connmark.

NAME 🖥️ tc-connmark 🖥️

netfilter connmark retriever action

SYNOPSIS

tcaction connmark [ zone u16_zone_index ] [ CONTROL ] [ index* u32_index * ]

CONTROL := { reclassify | pipe | drop | continue | ok }

DESCRIPTION

The connmark action is used to restore the connection’s mark value into the packet’s fwmark.

OPTIONS

zone* u16_zone_index*
Specify the conntrack zone when doing conntrack lookups for packets. u16_zone_index is a 16bit unsigned decimal value.

CONTROL
How to continue after executing this action.

reclassify
Restarts classification by jumping back to the first filter attached to this action’s parent.

pipe
Continue with the next action, this is the default.

drop
shot
Packet will be dropped without running further actions.

continue
Continue classification with next filter in line.

pass
Return to calling qdisc for packet processing. This ends the classification process.

index* u32_index *
Specify an index for this action in order to being able to identify it in later commands. u32_index is a 32bit unsigned decimal value.

SEE ALSO

tc(8)

░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

  █║▌│║█║▌★ KALI ★ PARROT ★ DEBIAN 🔴 PENTESTING ★ HACKING ★ █║▌│║█║▌

              ██╗ ██╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗
             ████████╗██╔══██╗██╔═══██╗╚██╗██╔╝██╔════╝██╔══██╗
             ╚██╔═██╔╝██║  ██║██║   ██║ ╚███╔╝ █████╗  ██║  ██║
             ████████╗██║  ██║██║   ██║ ██╔██╗ ██╔══╝  ██║  ██║
             ╚██╔═██╔╝██████╔╝╚██████╔╝██╔╝ ██╗███████╗██████╔╝
              ╚═╝ ╚═╝ ╚═════╝  ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═════╝

               █║▌│║█║▌ WITH COMMANDLINE-KUNGFU POWER █║▌│║█║▌

░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░