From 31457047ec71806af2d430eab3a3f6a5ce2bdb8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?v=5Fdcdding=28=E4=B8=81=E8=B6=85=E8=BE=BE=29?= <1151627903@qq.com> Date: Fri, 29 Dec 2023 15:50:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=82=E7=82=B9=E7=AE=A1=E7=90=86-=E8=AF=84?= =?UTF-8?q?=E5=AE=A1=E4=BC=9A:=20=20=E4=B8=BB=E6=9C=BA=E3=80=8C=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E3=80=8D=E6=8C=89=E9=92=AE=E6=94=AF=E6=8C=81=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E3=80=8C=E7=AE=A1=E6=8E=A7=E5=8C=BA=E5=9F=9F=20ID:IP?= =?UTF-8?q?=E3=80=8D=20(closed=20#1963)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/core/ipchooser/handlers/host_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/core/ipchooser/handlers/host_handler.py b/apps/core/ipchooser/handlers/host_handler.py index 21b71e60b..2be22e3d1 100644 --- a/apps/core/ipchooser/handlers/host_handler.py +++ b/apps/core/ipchooser/handlers/host_handler.py @@ -91,6 +91,7 @@ def check( {"key": "bk_host_id", "val": bk_host_id_set}, {"key": "bk_host_name", "val": bk_host_name_set}, {"key": "cloud_inner_ip", "val": cloud_inner_ip_set}, + {"key": "cloud_inner_ipv6", "val": cloud_inner_ipv6_set}, ] return cls.details_base(scope_list, or_conditions, limit_host_ids=limit_host_ids)