Skip to content

Commit

Permalink
IEigrp: Added missing parameters to module interface.
Browse files Browse the repository at this point in the history
These parameters are assigned in submodule with parameterized type.
  • Loading branch information
levy committed Feb 27, 2024
1 parent 5000257 commit 177efc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/inet/routing/contract/IEigrp.ned
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ package inet.routing.contract;
moduleinterface IEigrp
{
parameters:
bool enableIPv4;
bool enableIPv6;
@display("i=block/network");
gates:
input ipIn @labels(Ipv4ControlInfo/up,Ipv6ControlInfo/up);
Expand Down

0 comments on commit 177efc1

Please sign in to comment.