working commit

This commit is contained in:
2026-04-22 15:02:00 +02:00
parent 468dc70d7c
commit 321232ae1d
14 changed files with 310 additions and 236 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
#define INTERFACE_HPP
class Interface {
private:
private:
int tunfd;
std::string ifname;
int mtu;
public:
public:
std::expected<void, std::string> Create(const std::string name);
std::string Name();
int MTU();