From e9eaf0ea390d8c7458012336c8ca0a49e97eae1a Mon Sep 17 00:00:00 2001 From: Jing Zhang Date: Wed, 6 Aug 2025 00:19:30 +0000 Subject: [PATCH] add new fields --- proto/ha_scope.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proto/ha_scope.proto b/proto/ha_scope.proto index 04b767d..0e1efa9 100644 --- a/proto/ha_scope.proto +++ b/proto/ha_scope.proto @@ -15,6 +15,10 @@ message HaScope { bool flow_reconcile_requested = 4; // If true, HA role will be activated. (Message Only. Not saved in DB.) bool activate_role_requested = 5; + + string ha_set_id = 6; + types.IpAddress vip_v4 = 7; + types.IpAddress vip_v6 = 8; } message HaScopeKey {