summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/cmp-ipaddr
blob: bf197af346092810f775f85e6d81f4e2a7b9fbac (plain)
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"
	}
}