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

GridGatewayInfo Element Documentation

NAME

GridGatewayInfo — Click element; Manage grid node gateway info.

SYNOPSIS

GridGatewayInfo(ROUTETABLE, IS_GATEWAY)

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

GridGatewayInfo performs two functions [probably indicating a bad design!]: first, it determines whether this particular node is a gateway (IS_GATEWAY argument); second, it sets the destinination IP address annotation of incoming packets to be the best current gateway known by the node's routing table (GridGenericRouteTable argument).

GridGenericRouteTable is this node's route table.

IS_GATEWAY is a boolean representing whether or not this node should advertise itself as a gateway.

ELEMENT HANDLERS

  • is_gateway (read/write) — Returns or sets boolean value of whether or not this node is a gateway.

SEE ALSO

DSDVRouteTable, SetIPAddress

Generated by click-elem2man from ../elements/grid/gridgatewayinfo.hh:8 on 2018/10/03.

Clone this wiki locally