[P/D] pd proxy support ipv6 (#4161)

### What this PR does / why we need it?
pd proxy support ipv6, mooncake connector check whether the IPv6 address
is used and notify the user.


- vLLM version: v0.11.0
- vLLM main:
2918c1b49c

---------

Signed-off-by: liziyu <liziyu16@huawei.com>
This commit is contained in:
liziyu
2025-11-18 11:01:13 +08:00
committed by GitHub
parent 0d04ad8c8f
commit a30261f779
5 changed files with 32 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ Compile and install
```shell
mkdir build
cd build
cmake .. -USE_ASCEND_DIRECT=ON
cmake .. -DUSE_ASCEND_DIRECT=ON
make -j
make install
```