networkd: capitalize VNetHeader= as VnetHeader=
authorLennart Poettering <lennart@poettering.net>
Mon, 27 Jul 2015 18:24:31 +0000 (20:24 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 27 Jul 2015 18:24:31 +0000 (20:24 +0200)
Even when we use shortened, combined words, we still should uppercase
where a new word starts. I couldn't find a canonically capitalized
version of this term, hence I think we should follow our naming rules
here.

man/systemd.netdev.xml
src/network/networkd-netdev-gperf.gperf

index 6287a00..298cf0e 100644 (file)
         </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)
index be76022..fa3ba38 100644 (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)