kayx23 commented on code in PR #9386:
URL: https://github.com/apache/apisix/pull/9386#discussion_r1179684173
##########
t/admin/stream-routes.t:
##########
@@ -607,3 +607,47 @@ GET /t
{"error_msg":"unknown protocol [xxx]"}
passed
{"error_msg":"property \"faults\" validation failed: wrong type: expected
array, got string"}
+
+
+
+=== TEST 17: set route with remote_addr and server_addr in IPV6
+--- config
+ location /t {
+ content_by_lua_block {
+ local t = require("lib.test_admin").test
+ local code, body = t('/apisix/admin/stream_routes/1',
+ ngx.HTTP_PUT,
+ [[{
+ "remote_addr": "::ffff:7f00:1",
Review Comment:
Q: why `::ffff:7f00:1` instead of `::1`, `fe80::1`, or `fe80::1/64` that are
more common?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]