Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

Strip Element Documentation

NAME

Strip — Click element; strips bytes from front of packets

SYNOPSIS

Strip(LENGTH)

Batching: Batching natively supported
Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

Deletes the first LENGTH bytes from each packet.

EXAMPLES

Use this to get rid of the Ethernet header:

 Strip(14)

SEE ALSO

StripToNetworkHeader, StripIPHeader, EtherEncap, IPEncap, Truncate

Generated by click-elem2man from ../elements/standard/strip.hh:7 on 2018/10/03.

Clone this wiki locally