diff options
Diffstat (limited to 'doc/sync/notrack/script_master.sh')
-rw-r--r-- | doc/sync/notrack/script_master.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/sync/notrack/script_master.sh b/doc/sync/notrack/script_master.sh new file mode 100644 index 0000000..ff1dbc0 --- /dev/null +++ b/doc/sync/notrack/script_master.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +/usr/sbin/conntrackd -c # commit the cache +/usr/sbin/conntrackd -f # flush the caches +/usr/sbin/conntrackd -R # resync with kernel conntrack table |