From 35a0093c81f6cd5e07c9b97243a51c15bdfab76c Mon Sep 17 00:00:00 2001 From: Ryan Madsen Date: Mon, 7 Sep 2015 09:59:27 -0700 Subject: [PATCH] @2686731 Add a disclaimer to lldp.h that we may make future changes. --- eos/lldp.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eos/lldp.h b/eos/lldp.h index 6697412d..b052a3a4 100644 --- a/eos/lldp.h +++ b/eos/lldp.h @@ -18,6 +18,11 @@ /** * @file * Module for LLDP (Link Layer Discovery Protocol). + * + * This module is in BETA. APIs that we expose here are subject to + * change in future minor and patch releases. Feedback is greatly + * appreciated. + * * LLDP is a link layer protocol that sends "TLVs" across the link, * allowing devices to advertise their identities and properties over a network. * The protocol is uni-directional (no acks).