diff --git a/src/dev/net/Ethernet.py b/src/dev/net/Ethernet.py index d79aa138a9..da1e5720d1 100644 --- a/src/dev/net/Ethernet.py +++ b/src/dev/net/Ethernet.py @@ -101,6 +101,7 @@ class EtherTap(EtherObject): bufsz = Param.Int(10000, "tap buffer size") dump = Param.EtherDump(NULL, "dump object") port = Param.UInt16(3500, "tap port") + tap = SlavePort("Ethernet interface") class EtherDump(SimObject): type = 'EtherDump'