summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2016-07-01 11:03:13 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2016-07-01 11:03:13 +0200
commitf1f39bb9d8e2260fe181240dd8194b06bdcfb54f (patch)
tree38002996314fe66320a813690b0bd8684c61184f
parent775a5a81958e66a69663803dd2e731e3800da9e7 (diff)
Filter: Fixes reconfiguration with last_nonaggregated operator
-rw-r--r--filter/filter.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/filter/filter.c b/filter/filter.c
index c61377b7..30571e5a 100644
--- a/filter/filter.c
+++ b/filter/filter.c
@@ -1461,7 +1461,8 @@ i_same(struct f_inst *f1, struct f_inst *f2)
case P('A','p'): TWOARGS; break;
case P('C','a'): TWOARGS; break;
case P('a','f'):
- case P('a','l'): ONEARG; break;
+ case P('a','l'):
+ case P('a','L'): ONEARG; break;
case P('R','C'):
TWOARGS;
/* Does not really make sense - ROA check resuls may change anyway */