forgot to commit management.proto changes

Signed-off-by: Dmitri Dolguikh <dmitri.external@netbird.io>
This commit is contained in:
Dmitri Dolguikh
2026-07-07 16:58:33 +02:00
parent aa52972b9c
commit bd7beab34c

View File

@@ -1073,8 +1073,7 @@ message PolicyCompact {
// disambiguate "0" from "unset"); set only when type == "peer".
message ResourceCompact {
string type = 1;
bool peer_index_set = 2;
uint32 peer_index = 3;
string peer_id = 3;
reserved 4; // future: host/subnet/domain references when needed
}