#!/bin/sh
#
# run scripts in the ikesa-rekey.d directory when IKE_SA is rekeyed 
#

cd /usr/pkg/etc/racoon2/hook

. ./functions

run_hookdir ./ikesa-rekey.d
