[master] 240c5cd8d Document new ipv4/ipv6 features

Poul-Henning Kamp phk at FreeBSD.org
Mon Jan 11 09:56:06 UTC 2021


commit 240c5cd8da313b5236b02a0199a61be3e80fa12d
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jan 11 09:55:10 2021 +0000

    Document new ipv4/ipv6 features

diff --git a/bin/varnishtest/vtc_misc.c b/bin/varnishtest/vtc_misc.c
index 180bafb8b..88437b757 100644
--- a/bin/varnishtest/vtc_misc.c
+++ b/bin/varnishtest/vtc_misc.c
@@ -397,6 +397,10 @@ ipvx_works(const char *target)
  *        The SO_RCVTIMEO socket option is working
  * 64bit
  *        The environment is 64 bits
+ * ipv4
+ *	  127.0.0.1 work
+ * ipv6
+ *	  [::1] work
  * dns
  *        DNS lookups are working
  * topbuild
@@ -414,7 +418,6 @@ ipvx_works(const char *target)
  * ignore_unknown_macro
  *        Do not fail the test if a string of the form ${...} is not
  *        recognized as a macro.
- *
  * persistent_storage
  *        Varnish was built with the deprecated persistent storage.
  *


More information about the varnish-commit mailing list