NED File src/inet/linklayer/contract/IMacForwardingTable.ned
Name | Type | Description |
---|---|---|
IMacForwardingTable | module interface |
Interface for MAC address tables |
Source code
// // Copyright (C) 2013 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.linklayer.contract; // // Interface for MAC address tables // moduleinterface IMacForwardingTable { parameters: @display("i=block/table2"); double agingTime @unit(s); string forwardingTableFile; }