On 16/02/13 21:39, FONG Julio wrote:> Hi roger,
>
> I saw your previous post here
> http://www.gossamer-threads.com/lists/xen/devel/270781
> I would like to try the network route mode, may be you can show the way
> to apply your patch, this one I''m little bit confuse.
>
> Yours, Julio
Hello Julio,
I''ve pushed a branch to my git repo that contains the vif route
changes,
so it can be fetched more easily. You just need to clone the branch in
my repo:
$ git clone -b vif_route_v2 git://xenbits.xen.org/people/royger/xen.git
After that just compile and install Xen from source. You can find
information about how to build Xen from source for your specific distro
at http://wiki.xen.org/wiki/Compiling_Xen_From_Source#Building_from_Source
Thanks for testing, Roger.