56d55
< #include "dev/net/etherobject.hh"
65c64
< class DistEtherLink : public SimObject, public EtherObject
---
> class DistEtherLink : public SimObject
227c226,227
< EtherInt *getEthPort(const std::string &if_name, int idx) override;
---
> Port &getPort(const std::string &if_name,
> PortID idx=InvalidPortID) override;