1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# # 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" } }