#
#  PRE: update if
#
update {
       control:Cleartext-Password := 'hello'
       request:Class := 0x00000101
}

if (<integer>Class == 257) {
	update reply {
		Filter-Id := "filter"
	}
}

if (<integer>Class < 256) {
	update reply {
		Filter-Id += "wrong"
	}
}

if (<integer>Class > 257) {
	update reply {
		Filter-Id += "wrong"
	}
}
