diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-04-30 11:36:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-30 11:36:12 +0200 |
commit | 2766d951c9385d91e504d968551247b115a77ef6 (patch) | |
tree | 2dd823cb709c165f82624ebcbc4fedc7502b04a5 /src/network/netdev/netdev-gperf.gperf | |
parent | a0693fc9517132cfae773b2b1cfc11b808e9b377 (diff) | |
parent | 9861673574097a07eb1590d17eda6fb4c175eebc (diff) |
Merge pull request #5808 from ssahani/util
conf parser: add config_parse_ip_port
Diffstat (limited to 'src/network/netdev/netdev-gperf.gperf')
-rw-r--r-- | src/network/netdev/netdev-gperf.gperf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/netdev/netdev-gperf.gperf b/src/network/netdev/netdev-gperf.gperf index 6016b99b54..ed943789d7 100644 --- a/src/network/netdev/netdev-gperf.gperf +++ b/src/network/netdev/netdev-gperf.gperf @@ -79,7 +79,7 @@ VXLAN.FDBAgeingSec, config_parse_sec, 0, VXLAN.GroupPolicyExtension, config_parse_bool, 0, offsetof(VxLan, group_policy) VXLAN.MaximumFDBEntries, config_parse_unsigned, 0, offsetof(VxLan, max_fdb) VXLAN.PortRange, config_parse_port_range, 0, 0 -VXLAN.DestinationPort, config_parse_destination_port, 0, offsetof(VxLan, dest_port) +VXLAN.DestinationPort, config_parse_ip_port, 0, offsetof(VxLan, dest_port) VXLAN.FlowLabel, config_parse_flow_label, 0, 0 GENEVE.Id, config_parse_geneve_vni, 0, offsetof(Geneve, id) GENEVE.Remote, config_parse_geneve_address, 0, offsetof(Geneve, remote) @@ -88,7 +88,7 @@ GENEVE.TTL, config_parse_uint8, 0, GENEVE.UDPChecksum, config_parse_bool, 0, offsetof(Geneve, udpcsum) GENEVE.UDP6ZeroCheckSumRx, config_parse_bool, 0, offsetof(Geneve, udp6zerocsumrx) GENEVE.UDP6ZeroCheckSumTx, config_parse_bool, 0, offsetof(Geneve, udp6zerocsumtx) -GENEVE.DestinationPort, config_parse_geneve_destination_port, 0, offsetof(Geneve, dest_port) +GENEVE.DestinationPort, config_parse_ip_port, 0, offsetof(Geneve, dest_port) GENEVE.FlowLabel, config_parse_geneve_flow_label, 0, 0 Tun.OneQueue, config_parse_bool, 0, offsetof(TunTap, one_queue) Tun.MultiQueue, config_parse_bool, 0, offsetof(TunTap, multi_queue) |