40a41
> from m5.defines import buildEnv
105a107,114
> if buildEnv['USE_TUNTAP']:
> class EtherTap(EtherTapBase):
> type = 'EtherTap'
> cxx_header = "dev/net/ethertap.hh"
> tun_clone_device = Param.String('/dev/net/tun',
> "Path to the tun clone device node")
> tap_device_name = Param.String('gem5-tap', "Tap device name")
>