blob: cebe7be33767491565a4c5de792d0382ae6c4a5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# PRE: update if foreach
#
# Redundant blocks.
#
# The first one fails, so the second one is used
#
redundant {
group {
fail
}
group {
update reply {
Filter-Id := "filter"
}
}
}
|