X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fpkg%2Fdebian%2Fvpp.postinst;h=71b4f1b2c58e989ff079c6c4a05f134aa93d726c;hb=f8f88eff66d8584eca8c570c22967c3d85fce020;hp=78fcac226a854ddb5351d441d43bdc8a08c21fe9;hpb=92bbfc297c1e01037eb80a24bb42f8fe54e8a9b1;p=vpp.git diff --git a/src/pkg/debian/vpp.postinst b/src/pkg/debian/vpp.postinst index 78fcac226a8..71b4f1b2c58 100644 --- a/src/pkg/debian/vpp.postinst +++ b/src/pkg/debian/vpp.postinst @@ -1,7 +1,11 @@ #!/bin/sh -e # try to set the required values now. This may or may not work. -sysctl --system +# Allow for a nerd knob to skip this, e.g. during the container installs +if [ -z "${VPP_INSTALL_SKIP_SYSCTL}" ] +then + sysctl --system +fi #DEBHELPER#