diff options
author | Klement Sekera <ksekera@cisco.com> | 2017-02-28 11:56:48 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-03-06 19:56:12 +0000 |
commit | b16bfe3f94739821c7382bd0849630b21e03a8b7 (patch) | |
tree | 5ceaf72bda74fbfed692d3a495100d02ef174c4f /src/vnet/bfd/bfd_protocol.c | |
parent | cc078488b4464b4de118c2cde1eb908f5802ae2b (diff) |
BFD: documentation
Change-Id: I06a23d24340c5527f3848177d2178bf3e55f7614
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'src/vnet/bfd/bfd_protocol.c')
-rw-r--r-- | src/vnet/bfd/bfd_protocol.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/vnet/bfd/bfd_protocol.c b/src/vnet/bfd/bfd_protocol.c index 5deb9702eb3..cd51e91a856 100644 --- a/src/vnet/bfd/bfd_protocol.c +++ b/src/vnet/bfd/bfd_protocol.c @@ -12,6 +12,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +/** + * @file + * @brief BFD protocol implementation + */ #include <vnet/bfd/bfd_protocol.h> u8 @@ -131,7 +135,7 @@ bfd_pkt_set_multipoint (bfd_pkt_t * pkt) #endif u32 -bfd_max_len_for_auth_type (bfd_auth_type_e auth_type) +bfd_max_key_len_for_auth_type (bfd_auth_type_e auth_type) { #define F(t, l, n, s) \ if (auth_type == t) \ |