-
Notifications
You must be signed in to change notification settings - Fork 81
StripIPHeader
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
StripIPHeader — Click element; strips outermost IP header
StripIPHeader()
Batching: Batching natively supported
Ports: 1 input, 1 output
Processing: agnostic
Strips the outermost IP header from IP packets, based on the IP Header annotation.
Note that the packet's annotations are not changed. Thus, the packet's IP header annotation continues to point at the IP header, even though the IP header's data is now out of range. To correctly handle an IP-in-IP packet, you will probably need to follow StripIPHeader with a CheckIPHeader or MarkIPHeader element, thus marking the packet's inner header.
CheckIPHeader, CheckIPHeader2, MarkIPHeader, UnstripIPHeader, Strip
Generated by click-elem2man from ../elements/ip/stripipheader.hh:6
on 2018/10/03.