X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fnetwork%2Fnetworkd-gperf.gperf;h=f710df6bf64617bad6c2954726ad162a4a4a56a9;hb=5326b03f30b6b1d50437766afc09598a8be89f8f;hp=a0ca6aa7a5866d34594ced5214503e6bf3e613a2;hpb=f579559b3a14c1f1ef96c372e7626c4733e6ef7d;p=elogind.git diff --git a/src/network/networkd-gperf.gperf b/src/network/networkd-gperf.gperf index a0ca6aa7a..f710df6bf 100644 --- a/src/network/networkd-gperf.gperf +++ b/src/network/networkd-gperf.gperf @@ -21,5 +21,12 @@ Match.Driver, config_parse_string, 0, offsetof(Networ Match.Type, config_parse_string, 0, offsetof(Network, match_type) Match.Name, config_parse_ifname, 0, offsetof(Network, match_name) Network.Description, config_parse_string, 0, offsetof(Network, description) +Network.Bridge, config_parse_bridge, 0, offsetof(Network, bridge) Network.Address, config_parse_address, 0, 0 Network.Gateway, config_parse_gateway, 0, 0 +Address.Address, config_parse_address, 0, 0 +Address.Label, config_parse_label, 0, 0 +Route.Gateway, config_parse_gateway, 0, 0 +Route.Destination, config_parse_destination, 0, 0 +Bridge.Description, config_parse_string, 0, offsetof(Bridge, description) +Bridge.Name, config_parse_ifname, 0, offsetof(Bridge, name)