Next: grad_instr_forward, Previous: grad_instr_reply, Up: Proposed Solution [Contents][Index]
struct grad_instr_proxy
{
grad_realm_t realm;
};
typedef struct grad_instr_proxy grad_instr_proxy_t;
This instruction tells radius to proxy the request to the server defined
in realm. In other words, the engine executes
proxy_send. Further processing of the program is stopped.
Realm-name is name of the realm as defined in raddb/realms.
.