From: Denis Ovsienko Date: Mon, 10 Oct 2011 12:52:20 +0000 (+0400) Subject: bgpd: fix spelling of CLUSTER_LIST X-Git-Tag: frr-2.0-rc1~1918^2~81 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=452db84a79df073d30ecc0b3f7bdad4143020681;p=mirror%2Ffrr.git bgpd: fix spelling of CLUSTER_LIST --- diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c index 778fa48c84..c76b22b343 100644 --- a/bgpd/bgp_attr.c +++ b/bgpd/bgp_attr.c @@ -50,7 +50,7 @@ static const struct message attr_str [] = { BGP_ATTR_AGGREGATOR, "AGGREGATOR" }, { BGP_ATTR_COMMUNITIES, "COMMUNITY" }, { BGP_ATTR_ORIGINATOR_ID, "ORIGINATOR_ID" }, - { BGP_ATTR_CLUSTER_LIST, "CLUSTERLIST" }, + { BGP_ATTR_CLUSTER_LIST, "CLUSTER_LIST" }, { BGP_ATTR_DPA, "DPA" }, { BGP_ATTR_ADVERTISER, "ADVERTISER"} , { BGP_ATTR_RCID_PATH, "RCID_PATH" },