Commit e2171ae4 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

whats-new: Clarify bits restoration example

parent 30fdf375
......@@ -101,6 +101,10 @@ However, this could not work with bits parameters::
If the ``feature`` parameter is changed, reusing the output of ``param.set``
cannot guarantee the restoration that exact value::
# third party intervention
$ varnishadm param.set feature +no_coredump | jq -r '.[3].value'
# attempt at restoring the captured value
$ varnishadm param.set -j feature +http2,+validate_headers | jq -r '.[3].value'
+http2,+no_coredump,+validate_headers
......
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