mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
networkd: capitalize VNetHeader= as VnetHeader=
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.
This commit is contained in:
parent
b242faae06
commit
2aba142edd
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user