Allow rerouting in standard network

This commit is contained in:
Vegard Kippe
2023-09-08 08:53:12 +02:00
parent 33c529652b
commit 0aa0af9f57
3 changed files with 39 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ public:
ExtNetwork() = default;
bool active() const;
void add_branch(Branch branch);
void add_or_replace_branch(Branch branch);
void drop_branch(const std::string& uptree_node, const std::string& downtree_node);
bool has_node(const std::string& name) const;
void update_node(Node node);