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