--- nono/host/netdriver_tap.h 2026/04/29 17:05:21 1.1.1.6 +++ nono/host/netdriver_tap.h 2026/04/29 17:05:47 1.1.1.7 @@ -19,7 +19,7 @@ class NetDriverTap : public NetDriver NetDriverTap(HostDevice *hostdev_, const std::string& devpath_); ~NetDriverTap() override; - bool InitDriver() override; + bool InitDriver(bool startup) override; int Read(NetPacket *p) override; void Write(const void *buf, int buflen) override;