Hello,
The following filter causes bird2 to segfault:
````
filter test {
case 2 {
1: accept;
else: reject;
}
}
````I have locally added `NEVER_CONSTANT` to `FI_SWITCH` instruction as a temporary workaround.
Jiten Kumar Pathy via Bird-users Fri, 06 Jan 2023 07:57:00 -0800
Hello,
The following filter causes bird2 to segfault:
````
filter test {
case 2 {
1: accept;
else: reject;
}
}
````I have locally added `NEVER_CONSTANT` to `FI_SWITCH` instruction as a temporary workaround.