1*91f7d55fSchristos# #-- acl_interface.post --# 2*91f7d55fSchristos# source the master var file when it's there 3*91f7d55fSchristos[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master 4*91f7d55fSchristos# source the test var file when it's there 5*91f7d55fSchristos[ -f .tpkg.var.test ] && source .tpkg.var.test 6*91f7d55fSchristos# 7*91f7d55fSchristos# do your teardown here 8*91f7d55fSchristos. ../common.sh 9*91f7d55fSchristoskill_pid $UNBOUND_PID 10*91f7d55fSchristoskill_pid $FWD_PID 11*91f7d55fSchristoskill_pid $STUB_PID 12