Refer to the correct packet type.
authorAlan T. DeKok <aland@freeradius.org>
Wed, 30 Jun 2010 09:00:39 +0000 (11:00 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 30 Jun 2010 09:01:10 +0000 (11:01 +0200)
The CoA response is in the proxy reply, not in the main reply

raddb/sites-available/originate-coa

index 9dc5844..68fd069 100644 (file)
@@ -150,7 +150,7 @@ server originate-coa.example.com {
   # Handle the responses here.
   #
   post-proxy {
-       switch "%{Response-Packet-Type}" {
+       switch "%{proxy-reply:Packet-Type}" {
                case CoA-ACK {
                        ok
                }