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

if (request:Packet-Type == Access-Request) {
	update reply {
		Filter-Id := "filter"
	}
}