From 257799cdb69707f7bea43b118c9787458d1d81ba Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Fri, 3 Mar 2017 17:50:22 -0300 Subject: ldpd: implement RFC 5919 (LDP End-of-LIB) Signed-off-by: Renato Westphal --- ldpd/log.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ldpd/log.c') diff --git a/ldpd/log.c b/ldpd/log.c index 5ad8ca0ca..b30604db0 100644 --- a/ldpd/log.c +++ b/ldpd/log.c @@ -584,6 +584,8 @@ status_code_name(uint32_t status) return ("Label Withdraw PW Status Method"); case S_UNSSUPORTDCAP: return ("Unsupported Capability"); + case S_ENDOFLIB: + return ("End-of-LIB"); case S_TRANS_MISMTCH: return ("Transport Connection Mismatch"); case S_DS_NONCMPLNCE: -- cgit v1.2.3