X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tools%2Ffastbgp%2Fplay.py;fp=tools%2Ffastbgp%2Fplay.py;h=3a347e425bdb685a722722019d441c47b4f315cf;hb=e70c57a76594b55c4f24fe476d5cc6a40fc681dc;hp=d70cb1cf22c9e6ef41e99b7d54f19d3fa5d53b84;hpb=c4da8fd165d4c45c654683741d5c7c3096145678;p=integration%2Ftest.git diff --git a/tools/fastbgp/play.py b/tools/fastbgp/play.py index d70cb1cf22..3a347e425b 100755 --- a/tools/fastbgp/play.py +++ b/tools/fastbgp/play.py @@ -995,7 +995,7 @@ class MessageGenerator(object): if cluster_list_item is not None: path_attributes_hex += ( "\x80" # Flags ("Optional, non-transitive") - "\x09" # Type (CLUSTER_LIST) + "\x0a" # Type (CLUSTER_LIST) "\x04" # Length (4) ) # one CLUSTER_LIST item (4 bytes) path_attributes_hex += struct.pack(">I", int(cluster_list_item))