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
…lizer #1004
The omnetpp matcher expression parser currently acceppts only the " for quoting:
"quoted" parsed to >>>quoted<<<
'quoted' parsed to >>>'quoted'<<<
In the Visualizing Interface Tables showcase, the the interface filter doesn't take effect:
*.visualizer.interfaceTableVisualizer.interfaceFilter = "not lo* and not ipv4Address =~ '<unspec>'"
<unspec> is being displayed
Run the visualizer/canvas/interfacetable showcase, Advanced config to reproduce
The text was updated successfully, but these errors were encountered: