chiark / gitweb /
install: improve paths we show the user when enabling/disabling
[elogind.git] / src / network / networkd-network-gperf.gperf
index 5038cb5455d616e98f644f2f2c2a1fea2a5046f7..5e21805eeab62ef20dfada8948b260b7ebc38382 100644 (file)
@@ -29,7 +29,9 @@ Network.Bridge,              config_parse_netdev,                0,
 Network.Bond,                config_parse_netdev,                0,                             offsetof(Network, bond)
 Network.VLAN,                config_parse_netdev,                0,                             offsetof(Network, vlans)
 Network.MACVLAN,             config_parse_netdev,                0,                             offsetof(Network, macvlans)
+Network.VXLAN,               config_parse_netdev,                0,                             offsetof(Network, vxlans)
 Network.DHCP,                config_parse_bool,                  0,                             offsetof(Network, dhcp)
+Network.DHCPServer,          config_parse_bool,                  0,                             offsetof(Network, dhcp_server)
 Network.IPv4LL,              config_parse_bool,                  0,                             offsetof(Network, ipv4ll)
 Network.Address,             config_parse_address,               0,                             0
 Network.Gateway,             config_parse_gateway,               0,                             0