(0) [attr_filter.access_reject] = updated
(0) [eap] = noop
(0) policy remove_reply_message_if_eap {
- (0) if (&reply:EAP-Message && &reply:Reply-Message) {
- (0) if (&reply:EAP-Message && &reply:Reply-Message) -> FALSE
+ (0) if (reply:EAP-Message && reply:Reply-Message) {
+ (0) if (reply:EAP-Message && reply:Reply-Message) -> FALSE
(0) else {
(0) [noop] = noop
(0) } # else = noop
(2) if (0) -> FALSE
(2) } # post-auth = noop
(2) Finished internally proxied request.
- (2) Clearing existing &reply: attributes
+ (2) Clearing existing reply: attributes
====
Because this is a proxied request, it now runs the `post-proxy` section of the `default` virtual server.
(2) } # update = noop
(2) [exec] = noop
(2) policy remove_reply_message_if_eap {
- (2) if (&reply:EAP-Message && &reply:Reply-Message) {
- (2) if (&reply:EAP-Message && &reply:Reply-Message) -> FALSE
+ (2) if (reply:EAP-Message && reply:Reply-Message) {
+ (2) if (reply:EAP-Message && reply:Reply-Message) -> FALSE
(2) else {
(2) [noop] = noop
(2) } # else = noop
```
counter_name = &control.Daily-Session-Time
check_name = &control.Max-Daily-Session
-reply_name = &reply.Session-Timeout
+reply_name = reply.Session-Timeout
key = "%{Stripped-User-Name || &User-Name}"
```
[source,unlang]
----
"User-Name is " + &User-Name
-"IP Address is " + (string) &reply.Framed-IP-Address
+"IP Address is " + (string) reply.Framed-IP-Address
----
The output strings here (with casting) are the same as for the
[source,unlang]
----
"User-Name is " + (octets) &User-Name
-"IP Address is " + (octets) &reply.Framed-IP-Address
+"IP Address is " + (octets) reply.Framed-IP-Address
----
The output strings here are completely different than for the previous