]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: fix spelling of CLUSTER_LIST
authorDenis Ovsienko <infrastation@yandex.ru>
Mon, 10 Oct 2011 12:52:20 +0000 (16:52 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Mon, 17 Oct 2011 14:30:52 +0000 (18:30 +0400)
bgpd/bgp_attr.c

index 778fa48c8498ba72d768cfe7b6eb3acaf15d3066..c76b22b343065ba511702c74eccaed8e9f4b5531 100644 (file)
@@ -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" },