Comment 1 for bug 725514

Revision history for this message
Abbakus (abbakus) wrote :

I will add a patch to the ebuild to solve bug #781705.

Will change this:
------------
 def prog(self):
  return self.settings.get("vdepath") + "/vde_plug2tap"
-----------
into this code:
-----------
 def prog(self):
  return "\"/sbin/modprobe tun && " + self.settings.get("vdepath") + "/vde_plug2tap\""
-----------
or some similar solution.