lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 11 Feb 2016 16:39:02 +0000
From:	Brian Russell <brian.russell@...cade.com>
To:	Robert Shearman <rshearma@...cade.com>, <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next 1/2] nsh: encapsulation module



On 11/02/16 16:17, Robert Shearman wrote:
> On 11/02/16 11:35, Brian Russell wrote:
> ...
>> diff --git a/include/net/nsh.h b/include/net/nsh.h
>> new file mode 100644
>> index 0000000..7a5fb95
>> --- /dev/null
>> +++ b/include/net/nsh.h
>> @@ -0,0 +1,158 @@
>> +/*
>> + * Network Service Header (NSH) inserted onto encapsulated packets
>> + * or frames to realize service function paths.
>> + * NSH also provides a mechanism for metadata exchange along the
>> + * instantiated service path.
>> + *
>> + * https://tools.ietf.org/html/draft-ietf-sfc-nsh-01
>> + *
>> + * Copyright (c) 2015 by Brocade Communications Systems, Inc.
>> + * All rights reserved.
>> + */
> 
> All rights reserved isn't really compatible with the GPL :-)
> 

Oops. Will fix that up in next version.

Thanks,

Brian

> ...
>> diff --git a/net/ipv4/nsh.c b/net/ipv4/nsh.c
>> new file mode 100644
>> index 0000000..70e5ef0
>> --- /dev/null
>> +++ b/net/ipv4/nsh.c
>> @@ -0,0 +1,362 @@
>> +/*
>> + * Network Service Header (NSH) inserted onto encapsulated packets
>> + * or frames to realize service function paths.
>> + * NSH also provides a mechanism for metadata exchange along the
>> + * instantiated service path.
>> + *
>> + * https://tools.ietf.org/html/draft-ietf-sfc-nsh-01
>> + *
>> + * Copyright (c) 2015 by Brocade Communications Systems, Inc.
>> + * All rights reserved.
>> + */
> 
> Ditto.
> 
> Thanks,
> Rob
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ