Skip to content

Commit

Permalink
NetworkHeaderBase: type fixed in @fromValue()
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoltanBojthe committed Feb 8, 2022
1 parent f29d519 commit e7286ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/inet/networklayer/contract/NetworkHeaderBase.msg
Expand Up @@ -52,8 +52,8 @@ class NetworkHeaderBase extends FieldsChunk
{
@existingClass;

L3Address sourceAddress @byValue @toValue(.str()) @fromValue(Ipv4Address($));
L3Address destinationAddress @byValue @toValue(.str()) @fromValue(Ipv4Address($));
L3Address sourceAddress @byValue @toValue(.str()) @fromValue(L3Address($));
L3Address destinationAddress @byValue @toValue(.str()) @fromValue(L3Address($));
const Protocol *protocol;
};

0 comments on commit e7286ea

Please sign in to comment.