]> git.puffer.fish Git - mirror/frr.git/commitdiff
ldpd: the PW Status is an unknown TLV
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 3 Mar 2017 20:50:22 +0000 (17:50 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 3 Mar 2017 20:50:22 +0000 (17:50 -0300)
Without this fix, any LDP speaker that doesn't implement RFC 4447 will
shut down the session upon receipt of a PWid Label Mapping (unless the
use of the PW-Status TLV is disabled via configuration).

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ldpd/ldp.h

index c068e22918c06f436da842f9614ce72c00a711ce..88bfa3a822d4045eeec5101c58581ae0eda97338 100644 (file)
@@ -92,7 +92,7 @@
 #define TLV_TYPE_FRSESSION     0x0502
 #define TLV_TYPE_LABELREQUEST  0x0600
 /* RFC 4447 */
-#define TLV_TYPE_PW_STATUS     0x096A
+#define TLV_TYPE_PW_STATUS     0x896A
 #define TLV_TYPE_PW_IF_PARAM   0x096B
 #define TLV_TYPE_PW_GROUP_ID   0x096C
 /* RFC 7552 */