working commit
This commit is contained in:
+1
-1
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user