Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions proto/ha_scope.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down