-
Notifications
You must be signed in to change notification settings - Fork 321
Unstrip
Eddie Kohler edited this page Oct 17, 2017
·
2 revisions
Unstrip — Click element; unstrips bytes from front of packets
Unstrip(LENGTH)
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 2017/10/17.