From 177efc1919b461117d9465da9b21fe8d01087c9d Mon Sep 17 00:00:00 2001 From: Levente Meszaros Date: Tue, 27 Feb 2024 14:42:14 +0100 Subject: [PATCH] IEigrp: Added missing parameters to module interface. These parameters are assigned in submodule with parameterized type. --- src/inet/routing/contract/IEigrp.ned | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/inet/routing/contract/IEigrp.ned b/src/inet/routing/contract/IEigrp.ned index 33faad5631b..f7ad042eaae 100644 --- a/src/inet/routing/contract/IEigrp.ned +++ b/src/inet/routing/contract/IEigrp.ned @@ -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);