Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: IP选择器的“手动输入”支持新格式 #2594

Closed
nekzhang opened this issue Nov 7, 2023 · 0 comments
Closed

perf: IP选择器的“手动输入”支持新格式 #2594

nekzhang opened this issue Nov 7, 2023 · 0 comments
Assignees
Labels
done 已上线到正式环境并验收通过 kind/enhancement 功能改进特性
Milestone

Comments

@nekzhang
Copy link
Collaborator

nekzhang commented Nov 7, 2023

原本我们支持用户搜索IP时带上云区域一起,输入格式是: cloudid + : + ipaddr,但由于IPv6本身就是用冒号分隔,所以就导致和规则冲突了;
解决方案:
image
鉴于RPC在处理IPv6带端口号的书写规范标准建议,我们在保留原有的 cloudid + : + ipaddr 基础上,新推出一种格式支持:cloudid + : + [ + ipaddr + ],示例如下:
0:[192.168.1.101]0:[aaaa:bbbb:cccc:dddd:eeee:ffff:gggg:hhhh]

@nekzhang nekzhang added kind/enhancement 功能改进特性 backlog 需求初始状态,等待产品进行评估 labels Nov 7, 2023
@nekzhang nekzhang added this to the V3.8.5 milestone Nov 9, 2023
@fabio-he fabio-he added the tested 已经在测试环境测试通过 label Nov 22, 2023
@bkjob-bot bkjob-bot added for test 可以在测试环境进行验收 for gray 可以在灰度环境/预发布环境验收 and removed backlog 需求初始状态,等待产品进行评估 for test 可以在测试环境进行验收 tested 已经在测试环境测试通过 labels Nov 24, 2023
@bkjob-bot bkjob-bot added done 已上线到正式环境并验收通过 and removed for gray 可以在灰度环境/预发布环境验收 labels Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done 已上线到正式环境并验收通过 kind/enhancement 功能改进特性
Projects
None yet
Development

No branches or pull requests

4 participants