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

Hub Element Documentation

NAME

Hub — Click element; duplicates packets like a hub

SYNOPSIS

Hub()

Ports: any number of inputs, the same number of outputs
Processing: push

DESCRIPTION

Hub sends a copy of each input packet out each output port. However, a packet received on input port N is not emitted on output port N. Thus, the element acts sort of like an Ethernet hub (but it is not Ethernet specific).

SEE ALSO

Tee, EtherSwitch

Generated by click-elem2man from ../elements/standard/hub.hh:6 on 2018/10/03.

Clone this wiki locally