working commit

This commit is contained in:
2026-05-18 14:56:08 +02:00
parent e52e90c222
commit 498a3867fb
9 changed files with 73 additions and 23 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ using Routes = std::vector<Route>;
class Router {
public:
std::expected<void, std::string> AddRoute(std::string address, uint64_t prefix, std::string gateway);
std::expected<void, std::string> AddRoute(std::string address, uint64_t prefix, std::string gateway, std::string dev);
};