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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user