Skip to content

Commit

Permalink
migration: Fix authentication failed issue for ipv6 test
Browse files Browse the repository at this point in the history
Set 'server_info_ip' parameter to fix authentication failed issue.

Signed-off-by: lcheng <[email protected]>
  • Loading branch information
cliping committed Dec 18, 2024
1 parent 1aa9ac2 commit 421b4fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
ipv6_config = "yes"
ipv6_addr_des = "ENTER.YOUR.IPv6.DESTINATION"
dest_host = "[${ipv6_addr_des}]"
server_info_ip = "${ipv6_addr_des}"
- hostname:
dest_host = "ENTER.YOUR.EXAMPLE.SERVER_CN"
- wrong_hostname:
Expand Down

0 comments on commit 421b4fb

Please sign in to comment.