Commit 240c5cd8 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Document new ipv4/ipv6 features

parent c862d49e
...@@ -397,6 +397,10 @@ ipvx_works(const char *target) ...@@ -397,6 +397,10 @@ ipvx_works(const char *target)
* The SO_RCVTIMEO socket option is working * The SO_RCVTIMEO socket option is working
* 64bit * 64bit
* The environment is 64 bits * The environment is 64 bits
* ipv4
* 127.0.0.1 work
* ipv6
* [::1] work
* dns * dns
* DNS lookups are working * DNS lookups are working
* topbuild * topbuild
...@@ -414,7 +418,6 @@ ipvx_works(const char *target) ...@@ -414,7 +418,6 @@ ipvx_works(const char *target)
* ignore_unknown_macro * ignore_unknown_macro
* Do not fail the test if a string of the form ${...} is not * Do not fail the test if a string of the form ${...} is not
* recognized as a macro. * recognized as a macro.
*
* persistent_storage * persistent_storage
* Varnish was built with the deprecated persistent storage. * Varnish was built with the deprecated persistent storage.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment