--- nono/host/netdriver_bpf.cpp 2026/04/29 17:05:21 1.1.1.7 +++ nono/host/netdriver_bpf.cpp 2026/04/29 17:05:47 1.1.1.8 @@ -22,7 +22,7 @@ // コンストラクタ NetDriverBPF::NetDriverBPF(HostDevice *hostdev_, const std::string& ifname_) - : inherited(hostdev_, "BPF") + : inherited(hostdev_, "bpf") { ifname = ifname_; if (ifname.empty()) { @@ -38,7 +38,7 @@ NetDriverBPF::~NetDriverBPF() // ドライバ初期化 bool -NetDriverBPF::InitDriver() +NetDriverBPF::InitDriver(bool startup) { struct ifreq ifr; struct bpf_program prog;