diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2011-10-10 16:52:20 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-10-17 19:03:56 +0400 |
commit | f8627ff1ef7642c8ee4758b1f046ef0d166dfbec (patch) | |
tree | 60fa75de6532991858f718aebfcabc19a745f081 /bgpd/bgp_attr.c | |
parent | 0b83044b91d7ea50824cfd803d77213b9ff38ed9 (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 6dd14893..8a85fc22 100644 --- a/bgpd/bgp_attr.c +++ b/bgpd/bgp_attr.c @@ -51,7 +51,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" }, |