From 68558b13099589c5def8873448fa419293b789f3 Mon Sep 17 00:00:00 2001 From: Olivier Dugeon Date: Tue, 14 Jun 2016 15:57:31 +0200 Subject: [PATCH] Update isis_te.[c,h] to newly RFC7810 draft-ietf-isis-te-metric-extensions-11 has been published as RFC 7810 Signed-off-by: Olivier Dugeon (cherry picked from commit b2d48d2838ef4813f4c7c7d0ce1d55dc25e3acf1) --- isisd/isis_te.c | 2 +- isisd/isis_te.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/isisd/isis_te.c b/isisd/isis_te.c index deaaa7104b..022722f760 100644 --- a/isisd/isis_te.c +++ b/isisd/isis_te.c @@ -1,7 +1,7 @@ /* * IS-IS Rout(e)ing protocol - isis_te.c * - * This is an implementation of RFC5305 + * This is an implementation of RFC5305 & RFC 7810 * * Copyright (C) 2014 Orange Labs * http://www.orange.com diff --git a/isisd/isis_te.h b/isisd/isis_te.h index 4cec1735ae..1578d37706 100644 --- a/isisd/isis_te.h +++ b/isisd/isis_te.h @@ -1,7 +1,7 @@ /* * IS-IS Rout(e)ing protocol - isis_te.c * - * This is an implementation of RFC5305, RFC 5307 and draft-ietf-isis-te-metric-extensions-11 + * This is an implementation of RFC5305, RFC 5307 and RFC 7810 * * Copyright (C) 2014 Orange Labs * http://www.orange.com @@ -183,7 +183,7 @@ struct te_subtlv_rip } __attribute__((__packed__)); -/* draft-ietf-isis-te-metric-extensions-11.txt */ +/* TE Metric Extensions - RFC 7810 */ /* Link Sub-TLV: Average Link Delay */ #define TE_SUBTLV_AV_DELAY 33 struct te_subtlv_av_delay @@ -305,7 +305,7 @@ struct mpls_te_circuit /* RFC5316 */ struct te_subtlv_ras ras; struct te_subtlv_rip rip; - /* draft-ietf-isis-te-metric-extension */ + /* RFC7810 */ struct te_subtlv_av_delay av_delay; struct te_subtlv_mm_delay mm_delay; struct te_subtlv_delay_var delay_var; -- 2.39.5