Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过curl -X POST -d. 我正在使用 ipv4 地址跟踪示例。
curl -X POST -d
使用 ipv4 可以通过以下方式完成:
curl -X POST -d '{"address": "10.0.1.100/24"}' http://localhost:8080/router/0000000000000001
发送 ipv6 地址而不是 ipv4 地址的语法是什么?它适用于具有 SDN、RYU 控制器和 IPv6 的项目。
谢谢你能给我的帮助。
查看Ryubook , 11.3.2,地址格式看起来很明显只是 IPv4。
似乎也没有针对 IPv6 的路由器测试。