Don't verify 'conntrack' utility for 'remote-' commands

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2018-01-02 11:52:35 -08:00
parent c8774110c6
commit 18ba5c7311
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -341,8 +341,12 @@ get_config() {
fi fi
fi fi
if [ -n "$DYNAMIC_BLACKLIST" ]; then if [ -n "$DYNAMIC_BLACKLIST" -a "$(id -u)" = 0 ]; then
setup_dbl case $COMMAND in
reload|restart|start|blacklist|allow)
setup_dbl
;;
esac
fi fi
if [ -z "$PERL_HASH_SEED" ]; then if [ -z "$PERL_HASH_SEED" ]; then