]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Filter: Fixes reconfiguration with last_nonaggregated operator
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 1 Jul 2016 09:03:13 +0000 (11:03 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 1 Jul 2016 09:03:13 +0000 (11:03 +0200)
filter/filter.c

index c61377b7c3963e96e05fe75c8a5d927eae155c75..30571e5ae7d2a7f88e622fd782005a2c8e3a505a 100644 (file)
@@ -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 */