-
Notifications
You must be signed in to change notification settings - Fork 82
Unstrip
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
Unstrip — Click element; unstrips bytes from front of packets
Unstrip(LENGTH)
Batching: Batching natively supported
Ports: 1 input, 1 output
Processing: agnostic
Put LENGTH bytes at the front of the packet. These LENGTH bytes may be bytes previously removed by Strip.
Use this to get rid of the Ethernet header and put it back on:
Strip(14) -> ... -> Unstrip(14)
Generated by click-elem2man from ../elements/standard/unstrip.hh:6
on 2018/10/03.