summaryrefslogtreecommitdiffstats
path: root/src/network/netdev/netdev-gperf.gperf
diff options
context:
space:
mode:
authorSusant Sahani <145210+ssahani@users.noreply.github.com>2017-12-23 18:55:03 +0100
committerLennart Poettering <lennart@poettering.net>2017-12-23 18:55:03 +0100
commitd384826f69b4732c80362a36108ca46c01a1932f (patch)
treef004b3fb24e785a729145e9ac536f512a39b8d20 /src/network/netdev/netdev-gperf.gperf
parentMerge pull request #7620 from keszybz/two-docs (diff)
downloadsystemd-d384826f69b4732c80362a36108ca46c01a1932f.tar.xz
systemd-d384826f69b4732c80362a36108ca46c01a1932f.zip
networkd: Add support for ipvlan L3s and flags (#7726)
This works supports to configure L3S mode and flags such as bridge, private and vepa
Diffstat (limited to '')
-rw-r--r--src/network/netdev/netdev-gperf.gperf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/netdev/netdev-gperf.gperf b/src/network/netdev/netdev-gperf.gperf
index 628e6648b7..3aeba06ee0 100644
--- a/src/network/netdev/netdev-gperf.gperf
+++ b/src/network/netdev/netdev-gperf.gperf
@@ -48,6 +48,7 @@ VLAN.ReorderHeader, config_parse_tristate, 0,
MACVLAN.Mode, config_parse_macvlan_mode, 0, offsetof(MacVlan, mode)
MACVTAP.Mode, config_parse_macvlan_mode, 0, offsetof(MacVlan, mode)
IPVLAN.Mode, config_parse_ipvlan_mode, 0, offsetof(IPVlan, mode)
+IPVLAN.Flags, config_parse_ipvlan_flags, 0, offsetof(IPVlan, flags)
Tunnel.Local, config_parse_tunnel_address, 0, offsetof(Tunnel, local)
Tunnel.Remote, config_parse_tunnel_address, 0, offsetof(Tunnel, remote)
Tunnel.TOS, config_parse_unsigned, 0, offsetof(Tunnel, tos)