--- nono/host/netdriver_tap.cpp 2026/04/29 17:05:21 1.1.1.7 +++ nono/host/netdriver_tap.cpp 2026/04/29 17:05:47 1.1.1.8 @@ -40,7 +40,7 @@ // コンストラクタ NetDriverTap::NetDriverTap(HostDevice *hostdev_, const std::string& devpath_) - : inherited(hostdev_, "Tap") + : inherited(hostdev_, "tap") { devpath = devpath_; if (devpath.empty()) { @@ -56,7 +56,7 @@ NetDriverTap::~NetDriverTap() // ドライバ初期化 bool -NetDriverTap::InitDriver() +NetDriverTap::InitDriver(bool startup) { bool r;