diff options
author | Christian Breunig <christian@breunig.cc> | 2023-07-26 22:28:43 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-07-26 22:29:07 +0200 |
commit | 9e0a9b7df3d7187173feaf922fedbac8f0f0b674 (patch) | |
tree | 2684bbaf1d80415f4e99a93aac23a7251b438a66 /src/etc/modprobe.d | |
parent | fc35434bfb0def50e5e492030451e035c80d153d (diff) | |
download | vyos-1x-9e0a9b7df3d7187173feaf922fedbac8f0f0b674.tar.gz vyos-1x-9e0a9b7df3d7187173feaf922fedbac8f0f0b674.zip |
openvpn: T4974: do not automatically load the DCO module
Module should be loaded/unloaded on demand.
Diffstat (limited to 'src/etc/modprobe.d')
-rw-r--r-- | src/etc/modprobe.d/openvpn.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/modprobe.d/openvpn.conf b/src/etc/modprobe.d/openvpn.conf new file mode 100644 index 000000000..a9259fea2 --- /dev/null +++ b/src/etc/modprobe.d/openvpn.conf @@ -0,0 +1 @@ +blacklist ovpn-dco-v2 |