diff options
author | Tom Gundersen <teg@jklm.no> | 2016-01-27 01:17:52 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2016-01-27 01:17:52 +0100 |
commit | 1cdc94482302cca88e0a7282bbc161c1d77c381c (patch) | |
tree | f15fe3b92fa43b6b8f96fdfb3e443256fa53d839 /src/network/networkd-netdev-gperf.gperf | |
parent | 47889a8367aa791efc9e83b619ec1fec53e218b0 (diff) | |
parent | ea0288d17c0713eea601ea6c7715a649842d229d (diff) |
Merge pull request #1975 from ssahani/vxlan2
networkd: Add support to configure VXLAN Port
Diffstat (limited to 'src/network/networkd-netdev-gperf.gperf')
-rw-r--r-- | src/network/networkd-netdev-gperf.gperf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/networkd-netdev-gperf.gperf b/src/network/networkd-netdev-gperf.gperf index 4a4b400e41..8f506af092 100644 --- a/src/network/networkd-netdev-gperf.gperf +++ b/src/network/networkd-netdev-gperf.gperf @@ -57,6 +57,8 @@ VXLAN.UDP6ZeroCheckSumTx, config_parse_bool, 0, VXLAN.FDBAgeingSec, config_parse_sec, 0, offsetof(VxLan, fdb_ageing) 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) Tun.OneQueue, config_parse_bool, 0, offsetof(TunTap, one_queue) Tun.MultiQueue, config_parse_bool, 0, offsetof(TunTap, multi_queue) Tun.PacketInfo, config_parse_bool, 0, offsetof(TunTap, packet_info) |