summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDennis Flynn <drflynn@avaya.com>2015-02-20 14:17:09 -0500
committerBen Pfaff <blp@nicira.com>2015-03-03 16:19:26 -0800
commitbe53a5c447c3ed77ef2d4e1e09ea63de576b90e8 (patch)
tree40f34b569e29380fa513082043736ec74862e0a4 /debian
parent560d3df761d0d0c3847cb69642c80f5a87972596 (diff)
downloadopenvswitch-be53a5c447c3ed77ef2d4e1e09ea63de576b90e8.tar.gz
auto-attach: Initial support for Auto-Attach standard
This commit provides the initial delivery of support for the Auto-Attach standard to Open vSwitch. This standard describes a compact method of using IEEE 802.1AB Link Layer Discovery Protocol (LLDP) with a IEEE 802.1aq Shortest Path Bridging (SPB) network to automatically attach network devices not supporting IEEE 802.1ah to individual services in a SPB network. Specifically this commit adds base LLDP support to OVS along with the LLDP extension required to support Auto-Attach. The base LLDP code within this commit is adapted from the open source LLDPD project headed by Vincent Bernat. This base code is augmented with OVS specific logic which integrates LLDP into OVS and which extends LLDP to support Auto-Attach. The required build system changes are provided to include this new Auto-Attach feature. This is the first of a series of commits. Subsequent commits will be provided to complete the task of adding Auto-Attach to OVS. Signed-off-by: Ludovic Beliveau <ludovic.beliveau@windriver.com> Signed-off-by: Dennis Flynn <drflynn@avaya.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/copyright.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/copyright.in b/debian/copyright.in
index 811a378f3..a9aaa5b52 100644
--- a/debian/copyright.in
+++ b/debian/copyright.in
@@ -17,6 +17,10 @@ Upstream Copyright Holders:
Copyright (C) 2000 The NetBSD Foundation, Inc.
Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Copyright (c) 1982, 1986, 1990, 1993 The Regents of the University of California.
+ Copyright (c) 2008, 2012 Vincent Bernat <bernat@luffy.cx>
+ Copyright (c) 2014 Michael Chapman
+ Copyright (c) 2014 WindRiver, Inc.
+ Copyright (c) 2014 Avaya, Inc.
License:
@@ -204,6 +208,17 @@ License:
gives unlimited permission to copy and/or distribute it,
with or without modifications, as long as this notice is preserved.
+* The following files are licensed under the ISC-license
+
+ lib/lldp/aa-structs.h
+ lib/lldp/lldpd.c
+ lib/lldp/lldpd.h
+ lib/lldp/lldpd-structs.c
+ lib/lldp/lldpd-structs.h
+ lib/lldp/lldp.c
+ lib/lldp/lldp-tlv.h
+ lib/lldp/lldp-const.h
+
* All other components of this package are licensed under
The Apache License Version 2.0.