mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Filter: Fixes reconfiguration with last_nonaggregated operator
This commit is contained in:
parent
775a5a8195
commit
f1f39bb9d8
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user