#
#  If you want the server to pretend that it is dead,
#  then use the "do_not_respond" policy.
#
do_not_respond {
	update control {
		&Response-Packet-Type := Do-Not-Respond
	}
	handled
}

#
#  Send Access-Accept immediately
#
accept {
	update control {
		&Response-Packet-Type = Access-Accept
	}
	handled
}

#
#  Send Access-Challenge immediately
#
challenge {
	update control {
		&Response-Packet-Type = Access-Challenge
	}
	handled
}

#
#  Send an Accounting-Response immediately
#
acct_response {
	update control {
		&Response-Packet-Type = Accounting-Response
	}
	handled
}
