# # PRE: update if # update { control:Cleartext-Password := 'hello' request:Class := 0xad } if (Class == 173) { update reply { Filter-Id := "filter" } } if (Class < 173) { update reply { Filter-Id += "wrong" } } if (Class > 173) { update reply { Filter-Id += "wrong" } }