MR_EGRESS

Description

This event is raised after the route has been selected and processed and the message is delivered to the mr_proxy for forwarding on the new connflow.

Examples

when MR_INGRESS {
  set client_addr “[IP::addr]:[IP::port]"
  MR::store client_addr
}
when MR_EGRESS {
  MR::restore client_addr
}