]> git.proxmox.com Git - mirror_frr.git/commitdiff
Update isis_te.[c,h] to newly RFC7810
authorOlivier Dugeon <olivier.dugeon@orange.com>
Tue, 14 Jun 2016 13:57:31 +0000 (15:57 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 13 Sep 2016 20:02:37 +0000 (16:02 -0400)
  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)

isisd/isis_te.c
isisd/isis_te.h

index deaaa7104bafbef3958c0f4dccb56fb2c5f0363d..022722f760a5249be80ed92b4f9e6bfbcfe60386 100644 (file)
@@ -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
index 4cec1735aea9ffff866790014d4ceb7150d20707..1578d3770694bc4a92c7e84b154f62eb7a79ff79 100644 (file)
@@ -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;