diff options
author | Susant Sahani <ssahani@users.noreply.github.com> | 2017-05-09 18:25:11 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-05-09 20:25:11 +0200 |
commit | 6c1ff21b008fafd8bcea8fc11b61233719c84951 (patch) | |
tree | 1c87043cff7010c6e024dc62141c78c2ee655813 /src/network/netdev/netdev-gperf.gperf | |
parent | 09b69d68faf054e9ec1327aee716b9be7210d709 (diff) | |
download | systemd-6c1ff21b008fafd8bcea8fc11b61233719c84951.tar.gz |
network: add support for vlan confs(MVRP, reorder header, loose binding) (#5834)
Diffstat (limited to 'src/network/netdev/netdev-gperf.gperf')
-rw-r--r-- | src/network/netdev/netdev-gperf.gperf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/network/netdev/netdev-gperf.gperf b/src/network/netdev/netdev-gperf.gperf index ed943789d7..766e7cf9fa 100644 --- a/src/network/netdev/netdev-gperf.gperf +++ b/src/network/netdev/netdev-gperf.gperf @@ -38,6 +38,9 @@ NetDev.MTUBytes, config_parse_iec_size, 0, NetDev.MACAddress, config_parse_hwaddr, 0, offsetof(NetDev, mac) VLAN.Id, config_parse_vlanid, 0, offsetof(VLan, id) VLAN.GVRP, config_parse_tristate, 0, offsetof(VLan, gvrp) +VLAN.MVRP, config_parse_tristate, 0, offsetof(VLan, mvrp) +VLAN.LooseBinding, config_parse_tristate, 0, offsetof(VLan, loose_binding) +VLAN.ReorderHeader, config_parse_tristate, 0, offsetof(VLan, reorder_hdr) 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) |