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.c | |
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.c')
-rw-r--r-- | isisd/isis_te.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_te.c b/isisd/isis_te.c index deaaa7104..022722f76 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 |