marionnet-dev team mailing list archive
-
marionnet-dev team
-
Mailing list archive
-
Message #00834
[Branch ~marionnet-drivers/marionnet/trunk] Rev 501: Added a warning window related to the "world bridge" component. Now, a warning appears when the u...
------------------------------------------------------------
revno: 501
committer: Jean-Vincent Loddo <loddo@xxxxxxxxxxxxxxxxxxxx>
branch nick: marionnet
timestamp: Sat 2017-07-01 19:31:17 +0200
message:
Added a warning window related to the "world bridge" component. Now, a warning appears when the user defines or opens a project with this kind of component, while the marionnet bridge (MARIONNET_BRIDGE in marionnet.conf, by default "br0") is not found on the system. Hints are provided in the message to quickly solve the problem, i.e. :
---
sudo brctl addbr br0
sudo brctl addif br0 eth0 # or another interface(s)
sudo ifconfig br0 up
---
modified:
global_options.ml
gui/simple_dialogs.ml
po/messages.pot
state.ml
world_bridge.ml
--
lp:marionnet
https://code.launchpad.net/~marionnet-drivers/marionnet/trunk
Your team marionnet-dev is subscribed to branch lp:marionnet.
To unsubscribe from this branch go to https://code.launchpad.net/~marionnet-drivers/marionnet/trunk/+edit-subscription