2013/9/8 Davide Italiano :
> As a side note, I've already discussed with Kostik how to handle this
> in the future and he thinks (and I agree) that the right action there
> is to remove clones and SI_CHEAPCLONE, or implement the real
> SI_CHEAPCLONE semantic.
Yes. Exactly. I've also noticed that i
On Sun, Sep 8, 2013 at 6:26 PM, Ed Schouten wrote:
> 2013/9/7 Davide Italiano :
>> Log:
>> Don't clear the unused SI_CHEAPCLONE flag in tap_create()/tuncreate().
>
> Both the tun and the tap driver still use clonelists, right? I'm not
> sure this fix is all right.
>
> --
> Ed Schouten
Please c
2013/9/7 Davide Italiano :
> Log:
> Don't clear the unused SI_CHEAPCLONE flag in tap_create()/tuncreate().
Both the tun and the tap driver still use clonelists, right? I'm not
sure this fix is all right.
--
Ed Schouten
___
svn-src-head@freebsd.org m
Author: davide
Date: Sat Sep 7 13:50:13 2013
New Revision: 255360
URL: http://svnweb.freebsd.org/changeset/base/255360
Log:
Don't clear the unused SI_CHEAPCLONE flag in tap_create()/tuncreate().
Reviewed by: kib
Modified:
head/sys/net/if_tap.c
head/sys/net/if_tun.c
Modified: head/sy