summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/wimax-comboip
blob: c4c8a3f037d03f278600f98269dcdb47ffa89ee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
update control {
       Cleartext-Password := 'hello'
}

update request {
	WiMAX-DHCPv4-Server := 192.0.2.23
}

if (WiMAX-DHCPv4-Server != 192.0.2.23) {
	update reply {
		Filter-Id := "fail-1"
	}
}

if (!reply:Filter-Id) {
	update reply {
		Filter-Id := "filter"
	}
}