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

cd /etc/racoon2/hook

. ./functions

run_hookdir ./ikesa-up.d
