#!/bin/sh
#
# run scripts in the ph1-down.d directory when ISAKMP SA is removed
#

cd /usr/pkg/etc/racoon2/hook

. ./functions

run_hookdir ./ph1-down.d
