Hello, Is there any way to return from a section in radiusd.conf without fall through. Eg: preacct { detail if(condition) { return from this section } module1 module2 } I don't want the request to go through module1 & module2 if the condition is met. Is there any way to do this ? Thanks