Merge pull request #744 from poettering/vnethdr-fix

networkd: capitalize VNetHeader= as VnetHeader=
This commit is contained in:
Daniel Mack 2015-07-27 21:34:11 +02:00
commit 3992bee819
2 changed files with 2 additions and 2 deletions

View file

@ -586,7 +586,7 @@
</listitem>
</varlistentry>
<varlistentry>
<term><varname>VnetHeader=</varname></term>
<term><varname>VNetHeader=</varname></term>
<listitem><para>Takes a boolean argument. Configures
IFF_VNET_HDR flag for a tap device. It allows sending
and receiving larger Generic Segmentation Offload (GSO)

View file

@ -61,7 +61,7 @@ Tun.Group, config_parse_string, 0,
Tap.OneQueue, config_parse_bool, 0, offsetof(TunTap, one_queue)
Tap.MultiQueue, config_parse_bool, 0, offsetof(TunTap, multi_queue)
Tap.PacketInfo, config_parse_bool, 0, offsetof(TunTap, packet_info)
Tap.VnetHeader, config_parse_bool, 0, offsetof(TunTap, vnet_hdr)
Tap.VNetHeader, config_parse_bool, 0, offsetof(TunTap, vnet_hdr)
Tap.User, config_parse_string, 0, offsetof(TunTap, user_name)
Tap.Group, config_parse_string, 0, offsetof(TunTap, group_name)
Bond.Mode, config_parse_bond_mode, 0, offsetof(Bond, mode)