@@ -79,7 +79,7 @@ VXLAN.FDBAgeingSec, config_parse_sec, 0,
7979VXLAN.GroupPolicyExtension, config_parse_bool, 0, offsetof(VxLan, group_policy)
8080VXLAN.MaximumFDBEntries, config_parse_unsigned, 0, offsetof(VxLan, max_fdb)
8181VXLAN.PortRange, config_parse_port_range, 0, 0
82- VXLAN.DestinationPort, config_parse_destination_port, 0, offsetof(VxLan, dest_port)
82+ VXLAN.DestinationPort, config_parse_ip_port, 0, offsetof(VxLan, dest_port)
8383VXLAN.FlowLabel, config_parse_flow_label, 0, 0
8484GENEVE.Id, config_parse_geneve_vni, 0, offsetof(Geneve, id)
8585GENEVE.Remote, config_parse_geneve_address, 0, offsetof(Geneve, remote)
@@ -88,7 +88,7 @@ GENEVE.TTL, config_parse_uint8, 0,
8888GENEVE.UDPChecksum, config_parse_bool, 0, offsetof(Geneve, udpcsum)
8989GENEVE.UDP6ZeroCheckSumRx, config_parse_bool, 0, offsetof(Geneve, udp6zerocsumrx)
9090GENEVE.UDP6ZeroCheckSumTx, config_parse_bool, 0, offsetof(Geneve, udp6zerocsumtx)
91- GENEVE.DestinationPort, config_parse_geneve_destination_port, 0, offsetof(Geneve, dest_port)
91+ GENEVE.DestinationPort, config_parse_ip_port, 0, offsetof(Geneve, dest_port)
9292GENEVE.FlowLabel, config_parse_geneve_flow_label, 0, 0
9393Tun.OneQueue, config_parse_bool, 0, offsetof(TunTap, one_queue)
9494Tun.MultiQueue, config_parse_bool, 0, offsetof(TunTap, multi_queue)
0 commit comments