add initial version

This commit is contained in:
Maycon Santos
2025-07-02 18:08:39 +02:00
parent 6c633497bc
commit 36b6a8e044
12 changed files with 2329 additions and 1142 deletions

View File

@@ -307,6 +307,8 @@ message SelectNetworksRequest {
repeated string networkIDs = 1;
bool append = 2;
bool all = 3;
// skipAutoApplyOverrides allows setting skipAutoApply for default routes (0.0.0.0/0, ::/0) by network ID.
map<string, bool> skipAutoApplyOverrides = 4;
}
message SelectNetworksResponse {
@@ -322,6 +324,8 @@ message Network {
bool selected = 3;
repeated string domains = 4;
map<string, IPList> resolvedIPs = 5;
// skipAutoApply indicates if a default route should NOT be auto-applied when received from management. Only relevant for default routes (0.0.0.0/0, ::/0).
bool skipAutoApply = 6;
}
// ForwardingRules