logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

connmark - netfilter connmark retriever action

Description

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

Name

       connmark - netfilter connmark retriever action

Options

zoneu16_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.

              dropshot   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.

       indexu32_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)

iproute2                                           11 Jan 2016                Connmarkretrieveractionintc(8)

Synopsis

tc ... actionconnmark [ zoneu16_zone_index ] [ CONTROL ] [ indexu32_index ]

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

See Also