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

cd /usr/pkg/etc/racoon2/hook

. ./functions

run_hookdir ./child-rekey.d
