#
#  PRE: update
#
update control {
       Cleartext-Password := 'hello'
}

update request {
       NAS-IP-Address    := 127.0.0.1
       Framed-IP-Address := 127.0.0.1
}

#
#  Check attribute references
#
if (NAS-IP-Address == &Framed-IP-Address) {
	update reply {
		Filter-Id := "filter"
	}
}
