On Mon, 2011-11-07 at 19:10 -0800, Daniil Stolnikov wrote:
> Hello!
>
> Found that the stack IPSec in Linux does not support any IP range. Many
> people ask this question. The archives say strongswan said that their daemon
> supports a range, but the Linux IPSec stack supports only the subnets.
Hello!
Found that the stack IPSec in Linux does not support any IP range. Many people
ask this question. The archives say strongswan said that their daemon supports
a range, but the Linux IPSec stack supports only the subnets. I am writing to
you to implement support for IP range in Linux. I th
Varun Wadekar wrote at Saturday, November 05, 2011 2:12 AM:
> >> + res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
> > Don't you need to call request_mem_region() between get_resource() and
> > ioremap()?
>
> I am remapping the module register space. Used IORESOURCE_IO instead.
But you sho