summaryrefslogtreecommitdiff
path: root/NOTICE
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 /NOTICE
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 'NOTICE')
-rw-r--r--NOTICE13
1 files changed, 13 insertions, 0 deletions
diff --git a/NOTICE b/NOTICE
index a213190b3..4a3e61ca9 100644
--- a/NOTICE
+++ b/NOTICE
@@ -25,3 +25,16 @@ Copyright (C) 2006-2013 Free Software Foundation, Inc.
Rapid Spanning Tree Protocol (RSTP) implementation
Copyright (c) 2011-2014 M3S, Srl - Italy
+
+LLDP implementation
+Copyright (c) 2008, 2012 Vincent Bernat <bernat@luffy.cx>
+
+LLDP includes code used from the Net::CDP project based on the ISC license
+Copyright (c) 2014 Michael Chapman
+
+LLDP includes code used from the ladvd project based on the ISC license
+Copyright (c) 2008, 2009, 2010 Sten Spans <sten@blinkenlights.nl>
+
+Auto Attach implementation
+Copyright (c) 2014, 2015 WindRiver, Inc
+Copyright (c) 2014, 2015 Avaya, Inc