From: Lennart Poettering Date: Mon, 27 Jul 2015 18:24:31 +0000 (+0200) Subject: networkd: capitalize VNetHeader= as VnetHeader= X-Git-Tag: v223~18^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F744%2Fhead;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 6287a00f9de..298cf0eb843 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -586,7 +586,7 @@ - VnetHeader= + VNetHeader= Takes a boolean argument. Configures IFF_VNET_HDR flag for a tap device. It allows sending and receiving larger Generic Segmentation Offload (GSO) diff --git a/src/network/networkd-netdev-gperf.gperf b/src/network/networkd-netdev-gperf.gperf index be76022bc77..fa3ba38a3b9 100644 --- a/src/network/networkd-netdev-gperf.gperf +++ b/src/network/networkd-netdev-gperf.gperf @@ -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)