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
Using a switch node in a Wifi-Channel causing an error:
msg="Device does not support SendFrom: cannot be added to brdige.", file=../src/bridge/mode/bridge-net-device.cc, line=254
Its happens in the Wifi-Channel at the end of the constructor at the line node.add_interface(interface). Probably something with some TAP-mode. CSMA is working.
The text was updated successfully, but these errors were encountered:
Using a switch node in a Wifi-Channel causing an error:
Its happens in the Wifi-Channel at the end of the constructor at the line
node.add_interface(interface)
. Probably something with some TAP-mode. CSMA is working.The text was updated successfully, but these errors were encountered: