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

Unstrip Element Documentation

NAME

Unstrip — Click element; unstrips bytes from front of packets

SYNOPSIS

Unstrip(LENGTH)

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

DESCRIPTION

Put LENGTH bytes at the front of the packet. These LENGTH bytes may be bytes previously removed by Strip.

EXAMPLES

Use this to get rid of the Ethernet header and put it back on:

 Strip(14) -> ... -> Unstrip(14)

SEE ALSO

EtherEncap, IPEncap

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

Clone this wiki locally