Browse Source

Relead after sysctl changes

Bob Mottram 7 years ago
parent
commit
30a181f7fc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-utils-firewall

+ 1
- 0
src/freedombone-utils-firewall View File

@@ -304,6 +304,7 @@ function configure_internet_protocol {
304 304
     else
305 305
         sed -i 's|net.ipv4.tcp_timestamps.*|net.ipv4.tcp_timestamps=0|g' /etc/sysctl.conf
306 306
     fi
307
+    /sbin/sysctl -p
307 308
     mark_completed $FUNCNAME
308 309
 }
309 310