diff options
author | Olivier Dugeon <olivier.dugeon@orange.com> | 2016-06-14 15:57:31 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-13 22:02:37 +0200 |
commit | 68558b13099589c5def8873448fa419293b789f3 (patch) | |
tree | 59edd09264e30e75d87f47af4efc01372eb89ee4 /isisd/isis_te.h | |
parent | ospfd: Fix malformed link TLV when LP_USE_BW is set (diff) | |
download | frr-68558b13099589c5def8873448fa419293b789f3.tar.xz frr-68558b13099589c5def8873448fa419293b789f3.zip |
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 <olivier.dugeon@orange.com>
(cherry picked from commit b2d48d2838ef4813f4c7c7d0ce1d55dc25e3acf1)
Diffstat (limited to 'isisd/isis_te.h')
-rw-r--r-- | isisd/isis_te.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/isisd/isis_te.h b/isisd/isis_te.h index 4cec1735a..1578d3770 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; |