[wiki:Documentation] | [wiki:Documentation/NodeHandler NodeHandler] | [wiki:Documentation/NodeHandler/Commands Commands] | [wiki:Documentation/NodeHandler/Commands/nodes nodes] | route '''WARNING: Not implemented yet!''' = route: Manipulate the IP Routing Table = This command allows the experimenter to manipulate the IP routing table entries associated with a specific interface. == Syntax == ''nodeSet''.net.''ifName''.'''route.add(''network'', ''options = nil'')'''[[BR]] ''nodeSet''.net.''ifName''.'''route.delete(''network'', ''options = nil'')'''[[BR]] * '''network''': The set of nodes to use * '''options''': Command to issue on the set. The following options and their repsective value ranges are listed below: * '''net''' Network resource * '''w0, w1''' Wireless interface == Usage == {{{ nodes('sender1').net.e0.route.add() nodes('sender1').net.w0.route { |r| r.add() r.add() } }}} == See Also == [wiki:Documentation/NodeHandler/Commands/nodes nodes]