diff options
author | Tom Gundersen <teg@jklm.no> | 2015-01-19 22:24:32 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-01-19 23:25:16 +0100 |
commit | c4a5ddc9f29cf910fac9d814cd898b4cc2bd79b1 (patch) | |
tree | e5e0b2423d42bce30fec01c42c00bb75a241ebae /src/network/networkd-netdev-gperf.gperf | |
parent | 250ba6647bce6099b6cc029a63d43231b4fa3261 (diff) |
networkd: netdev - add ipvlan support
Diffstat (limited to 'src/network/networkd-netdev-gperf.gperf')
-rw-r--r-- | src/network/networkd-netdev-gperf.gperf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-netdev-gperf.gperf b/src/network/networkd-netdev-gperf.gperf index b311ebe4fb..cb741b470d 100644 --- a/src/network/networkd-netdev-gperf.gperf +++ b/src/network/networkd-netdev-gperf.gperf @@ -29,6 +29,7 @@ NetDev.MTUBytes, config_parse_iec_size, 0, NetDev.MACAddress, config_parse_hwaddr, 0, offsetof(NetDev, mac) VLAN.Id, config_parse_uint64, 0, offsetof(VLan, id) MACVLAN.Mode, config_parse_macvlan_mode, 0, offsetof(MacVlan, mode) +IPVLAN.Mode, config_parse_ipvlan_mode, 0, offsetof(IPVlan, mode) 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) |