1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

nlpacket: vxlan: encode: fix payload length

Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
Julien Fortin
2019-03-08 12:58:34 +01:00
parent 32d448a81c
commit dbc23e6cbf

View File

@@ -1228,7 +1228,7 @@ class AttributeIFLA_LINKINFO(Attribute):
Link.IFLA_VXLAN_REMCSUM_RX,
Link.IFLA_VXLAN_REPLICATION_TYPE):
sub_attr_pack_layout.append('HH')
sub_attr_payload.append(6)
sub_attr_payload.append(5)
sub_attr_payload.append(info_data_type)
sub_attr_pack_layout.append('B')