You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to omn...@googlegroups.com
How can i produce routing table for ospfv3 in a file? ? where is the file path?
RoutingTableRecorder module only supports ipv4. ospfv3 uses ipv6
Thanks in advance.
Alfonso Ariza Quintana
unread,
Jun 16, 2020, 4:02:41 AM6/16/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to omn...@googlegroups.com
I have included in inetmanet and mechanims and a source that can records the path that the packet travel, you can modify the code and write in a file the routes of the received packets.
You can see how the route is recorded. In decapsulate method, the route is copied and sent to the upper layers, but you can write this route in a file if you need it.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OMNeT++ Users
Hello Alfonso, I'm using omnet++ 5.5.1. In readme file, it is written at least omnet++6 is required for that. Does inetmanet 3-x has this function? Many thanks.
Alfonso Ariza Quintana
unread,
May 4, 2021, 3:02:16 PM5/4/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to omn...@googlegroups.com
No, it is not implemented in previous versions, but you can modify the IP header and include an array that could store the address.