Re: [ovs-dev] [PATCH v2] ovs container build: Make kernel module configurable

2019-12-20 Thread Ben Pfaff
On Thu, Dec 19, 2019 at 04:50:47PM -0800, amgin...@gmail.com wrote: > From: Aliasgar Ginwala > > --with-linux can be made configurable while building containers > for leveraging kernel modules installed on host. > KERNEL_VERSION=host should be used in env variable for the same. > >

[ovs-dev] [PATCH v2] ovs container build: Make kernel module configurable

2019-12-19 Thread amginwal
From: Aliasgar Ginwala --with-linux can be made configurable while building containers for leveraging kernel modules installed on host. KERNEL_VERSION=host should be used in env variable for the same. Signed-off-by: Aliasgar Ginwala --- utilities/docker/Makefile | 2 +-