blob: 71b4f1b2c58e989ff079c6c4a05f134aa93d726c [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001#!/bin/sh -e
2
3# try to set the required values now. This may or may not work.
Andrew Yourtchenkof8f88ef2020-04-09 12:10:29 +00004# Allow for a nerd knob to skip this, e.g. during the container installs
5if [ -z "${VPP_INSTALL_SKIP_SYSCTL}" ]
6then
7 sysctl --system
8fi
Ed Warnickecb9cada2015-12-08 15:45:58 -07009
10#DEBHELPER#
11
12exit 0