Hi Johannes,

On Sat, Mar 29, 2014 at 01:08:01PM +0100, Johannes Schlatow wrote:
> On Sat, 29 Mar 2014 11:53:24 +0100 Christian Helmuth 
> <christian.helm...@genode-labs.com> wrote:
> > The issue is in os/src/drivers/nic/linux/main.cc:84
> > 
> >   Genode::strncpy(ifr.ifr_name, "tap0", sizeof(ifr.ifr_name));
> > 
> > This means any instance of the base-linux nic_drv tries to configure
> > its tap device with name "tap0" which is denied by the Linux kernel.
> > We could add an optional config option for the tap-device name to
> > support scenarios with several instances of nic_drv on Linux.
> 
> Fortunately, I already implemented this.
> See https://github.com/ValiValpas/genode/commits/master

I stumbled upon your email and like to merge the feature upstream.
Would you mind to open a pull request / issue with just this feature
on top of genode/master so the standard procedure can start rolling?

Greets
-- 
Christian Helmuth
Genode Labs

http://www.genode-labs.com/ · http://genode.org/
https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/

Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to