-
Notifications
You must be signed in to change notification settings - Fork 81
FlowUnstrip
Tom Barbette edited this page Nov 25, 2022
·
1 revision
FlowUnstrip — Click element; FlowUnstrips bytes from front of packets
FlowUnstrip(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:
FlowStrip(14) -> ... -> FlowUnstrip(14)
Generated by click-elem2man from ../elements/ctx/flowunstrip.hh:8
on 2022/11/25.