Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

IPInputCombo Element Documentation

NAME

IPInputCombo — Click element; input combo for IP routing

SYNOPSIS

IPInputCombo(COLOR [, BADSRC, keywords INTERFACES, BADSRC, GOODDST])

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

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.

SEE ALSO

Paint, CheckIPHeader, Strip, GetIPAddress, IPOutputCombo

Generated by click-elem2man from ../elements/ip/ipinputcombo.hh:7 on 2018/10/03.

Clone this wiki locally