-
Notifications
You must be signed in to change notification settings - Fork 81
GridGatewayInfo
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
GridGatewayInfo — Click element; Manage grid node gateway info.
GridGatewayInfo(ROUTETABLE, IS_GATEWAY)
Ports: 1 input, 1 output
Processing: agnostic
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.
- is_gateway (read/write) — Returns or sets boolean value of whether or not this node is a gateway.
Generated by click-elem2man from ../elements/grid/gridgatewayinfo.hh:8
on 2018/10/03.