lib: Remove unknown protocol.

What is MASC anyways?

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2016-10-07 12:35:06 -04:00
parent e2e210ddf0
commit b10c5b0702
2 changed files with 0 additions and 2 deletions

View File

@ -58,7 +58,6 @@ const char *zlog_proto_names[] =
"LDP",
"ISIS",
"PIM",
"MASC",
"RFP",
NULL,
};

View File

@ -58,7 +58,6 @@ typedef enum
ZLOG_LDP,
ZLOG_ISIS,
ZLOG_PIM,
ZLOG_MASC,
ZLOG_RFP,
} zlog_proto_t;