Skip to content

matchall support #154

@dtaht

Description

@dtaht

I do not know how long this facility has existed, but man tc-matchall showed

EXAMPLES
To create ingress mirroring from port eth1 to port eth2:

          tc qdisc  add dev eth1 handle ffff: ingress
          tc filter add dev eth1 parent ffff:           \
                  matchall skip_sw                      \
                  action mirred egress mirror           \
                  dev eth2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions