X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=build-aux%2Fextract-ofp-msgs;fp=build-aux%2Fextract-ofp-msgs;h=d3c4d4cd5e5379b9325c08f8957f1974d1cb164e;hb=2123bc8c0991e82b43c396cf986fd651f2810c1e;hp=b00039d245cc58ffc5544ba239d2ad2118a2d9dc;hpb=4077f060cc835965b9a2ca0ce11779dfcd0f5742;p=cascardo%2Fovs.git diff --git a/build-aux/extract-ofp-msgs b/build-aux/extract-ofp-msgs index b00039d24..d3c4d4cd5 100755 --- a/build-aux/extract-ofp-msgs +++ b/build-aux/extract-ofp-msgs @@ -161,7 +161,7 @@ def extract_ofp_msgs(output_file_name): hdrs = (version, OFPT10_STATS_REPLY, number, 0, 0) else: hdrs = (version, OFPT11_STATS_REPLY, number, 0, 0) - elif type_ == 'ONF': + elif type_ == 'ONFT': hdrs = (version, OFPT_VENDOR, 0, ONF_VENDOR_ID, number) elif type_ == 'ONFST' and name.endswith('_REQUEST'): if version == VERSION["1.0"]: