Skip to content

Commit

Permalink
added dhclient_set_hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jul 12, 2016
1 parent a29c741 commit 1966f54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/autoyast-rnc/networking.rnc
Expand Up @@ -47,6 +47,7 @@ interface =
ifplugd_priority? &
# ignored, present for backward compatibility
usercontrol? &
dhclient_set_hostname? &

# address
ipaddr? &
Expand Down Expand Up @@ -123,6 +124,7 @@ dhclient_set_default_route = element dhclient_set_default_route { "yes" | "no" }
ipaddr = element ipaddr { text }
prefixlen = element prefixlen { text }
usercontrol = element usercontrol { text }
dhclient_set_hostname = element dhclient_set_hostname { text }
mtu = element mtu { text }
ethtool_options = element ethtool_options { text }
ifplugd_priority = element ifplugd_priority { text }
Expand Down

0 comments on commit 1966f54

Please sign in to comment.