You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invoking a table inside the condition of a if-then statement leads to the following error:
terminate called after throwing an instance of 'Util::CompilerBug'
what(): COMPILER BUG: ../backends/bmv2/jsonconverter.cpp:202
multicast.p4(397): do_process_multicast_do_process_ipv4_multicast_ipv4_multicast_bridge;: could not convert to Json
if(!ipv4_multicast_bridge.apply().hit) {
^^^^^^^^^^^^^^^^^^^^^
Invoking a table inside the condition of a
if-then
statement leads to the following error:Here is a minimal example:
Interestingly, there is no problem when removing the logical negation
!
.The text was updated successfully, but these errors were encountered: