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 cb25557 commit 258ce8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/inet/networklayer/contract/NetworkHeaderBase.msg
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,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 258ce8e

Please sign in to comment.