Re: [android-kernel] How to create Virtual Network Interface on Android

2011-02-22 Thread Te-Yuan Huang
Feb 21, 2011 at 1:38 AM, Te-Yuan Huang wrote: > Hi all, > (posted a similar post on android-platform, but maybe android-kernel > is a more suitable for this question ) > > I would like to create a virtual network interface on android, just > like usb0 or rmnet0/1/2. > I tr

[android-kernel] How to create Virtual Network Interface on Android

2011-02-22 Thread Te-Yuan Huang
Hi all, (posted a similar post on android-platform, but maybe android-kernel is a more suitable for this question ) I would like to create a virtual network interface on android, just like usb0 or rmnet0/1/2. I tried to follow the traditional way on linux, that is: "ip link add type veth". Therefo