]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fixed problem during 'configure' with EC
authorOndrej Filip <feela@network.cz>
Sun, 18 Sep 2011 11:52:50 +0000 (13:52 +0200)
committerOndrej Filip <feela@network.cz>
Sun, 18 Sep 2011 11:52:50 +0000 (13:52 +0200)
filter/filter.c

index 98c657b023511294962e74b52a13da7387afc196..b3b17dcf796d6ec38bd47121da6427d00abffc7c 100644 (file)
@@ -1214,6 +1214,7 @@ i_same(struct f_inst *f1, struct f_inst *f2)
   case '|':
   case '&':
   case P('m','p'):
+  case P('m','c'):
   case P('!','='):
   case P('=','='):
   case '<':