--- freeradius-server-2.1.3/raddb/sites-available/vmps.orig 2009-02-16 08:12:34.000000000 +0100 +++ freeradius-server-2.1.3/raddb/sites-available/vmps 2009-02-16 08:19:20.000000000 +0100 @@ -84,6 +84,14 @@ # #VMPS-VLAN-Name = "%{sql:select ... where mac='%{VMPS-Mac}'}" } + + # correct reply packet type for reconfirmation requests + # + if (VMPS-Packet-Type == VMPS-Reconfirm-Request){ + update reply { + VMPS-Packet-Type := VMPS-Reconfirm-Response + } + } } # Proxying of VMPS requests is NOT supported.