diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2011-10-10 16:52:20 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-10-17 18:30:52 +0400 |
commit | 452db84a79df073d30ecc0b3f7bdad4143020681 (patch) | |
tree | 9d98c4a6f049bf4c762425b52839aea893deb781 /bgpd/bgp_attr.c | |
parent | cadc4cf05da46c44a2fb596260d4ef70d7ed6011 (diff) |
bgpd: fix spelling of CLUSTER_LIST
Diffstat (limited to 'bgpd/bgp_attr.c')
-rw-r--r-- | bgpd/bgp_attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c index 778fa48c..c76b22b3 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" }, |