diff options
Diffstat (limited to 'examples/sync/nack/script_master.sh')
-rwxr-xr-x | examples/sync/nack/script_master.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/sync/nack/script_master.sh b/examples/sync/nack/script_master.sh new file mode 100755 index 0000000..ff1dbc0 --- /dev/null +++ b/examples/sync/nack/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 |