NED File src/inet/routing/eigrp/EigrpSplitter.ned
Name | Type | Description |
---|---|---|
EigrpSplitter | simple module | (no description) |
Source code
// // Copyright (C) 2009 - today Brno University of Technology, Czech Republic // // SPDX-License-Identifier: LGPL-3.0-or-later // // @author Jan Zavrel ([email protected]) // @author Jan Bloudicek ([email protected]) // @author Vit Rek ([email protected]) // @author Vladimir Vesely ([email protected]) // @copyright Brno University of Technology (www.fit.vutbr.cz) under GPLv3 package inet.routing.eigrp; simple EigrpSplitter { gates: input ipIn @labels(Ipv4ControlInfo/up,Ipv6ControlInfo/up); output ipOut @labels(Ipv4ControlInfo/down,Ipv6ControlInfo/down); input splitterIn @labels(Ipv4ControlInfo/up); input splitter6In @labels(Ipv6ControlInfo/up); output splitterOut @labels(Ipv4ControlInfo/down); output splitter6Out @labels(Ipv6ControlInfo/down); }