I am a student trying to complete an experiment for my 'Advanced Computer Networks' lab. I need to simulate an IPv6-in-IPv6 tunnel.
i am using ns-3.42 in ubuntu 24.04.3 in my VMware
the code i am using is
The compilation error suggests to me that perhaps you have not added your new header file (containing the declaration of class Ipv6OverIpv6TunnelNetDevice) to the file src/internet/CMakeLists.txt; can you check that?
- Tom