-
Notifications
You must be signed in to change notification settings - Fork 81
IPInputCombo
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
IPInputCombo — Click element; input combo for IP routing
IPInputCombo(COLOR [, BADSRC, keywords INTERFACES, BADSRC, GOODDST])
Ports: 1 input, 1 output
Processing: agnostic
A single element encapsulating common tasks on an IP router's input path. Effectively equivalent to
elementclass IPInputCombo { $COLOR, $BADADDRS |
input[0] -> Paint($COLOR)
-> Strip(14)
-> CheckIPHeader($BADADDRS)
-> GetIPAddress(16)
-> [0]output;
}
The INTERFACES, BADSRC, and GOODDST keyword arguments correspond to CheckIPHeader's versions.
Paint, CheckIPHeader, Strip, GetIPAddress, IPOutputCombo
Generated by click-elem2man from ../elements/ip/ipinputcombo.hh:7
on 2018/10/03.