[master] e2171ae44 whats-new: Clarify bits restoration example

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Fri Mar 15 13:59:05 UTC 2024


commit e2171ae44efbb1c7286dd47e4be8163eb45a133c
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri Mar 15 14:57:58 2024 +0100

    whats-new: Clarify bits restoration example

diff --git a/doc/sphinx/whats-new/changes-trunk.rst b/doc/sphinx/whats-new/changes-trunk.rst
index 333553369..706b37868 100644
--- a/doc/sphinx/whats-new/changes-trunk.rst
+++ b/doc/sphinx/whats-new/changes-trunk.rst
@@ -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
 


More information about the varnish-commit mailing list