summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/virtual-rhs
blob: 0d21e7f3fd9e1e259ad8c65881d3ea75ae6c467a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
#  PRE: update if
#
update control {
       Cleartext-Password := 'hello'
}

update request {
	Tmp-String-0 := "<UNKNOWN-CLIENT>"
}

if (&Tmp-String-0 == &Client-Shortname) {
	update reply {
		Filter-Id := "filter"
	}
}