Skip to content

Commit 2ce7ce6

Browse files
authored
Update the order of keys in ha_scope_config (#67)
To align with sonic-dash-ha key parsing and sonic-mgmt tests. Reference: [sonic-dash-ha/crates/hamgrd/src/actors/ha_scope/base.rs at master · sonic-net/sonic-dash-ha](https://github.com/sonic-net/sonic-dash-ha/blob/master/crates/hamgrd/src/actors/ha_scope/base.rs#L37) Signed-off-by: Jing Zhang <zhangjing@microsoft.com>
1 parent 1c038fd commit 2ce7ce6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

proto/ha_scope_config.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ message HaScopeConfig {
2121
}
2222

2323
message HaScopeConfigKey {
24-
string ha_scope_id = 1;
25-
string vdpu_id = 2;
24+
string vdpu_id = 1;
25+
string ha_scope_id = 2;
2626
}

0 commit comments

Comments
 (0)