Skip to content

Commit

Permalink
Merge pull request #1158 from yast/AY_lladdress_typo
Browse files Browse the repository at this point in the history
Fixed typo in the AutoYaST schema 'lladdr' element definition
  • Loading branch information
teclator committed Feb 2, 2021
2 parents ef808ee + 1b325ea commit 6c47fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autoyast-rnc/networking.rnc
Expand Up @@ -141,7 +141,7 @@ bootproto = element bootproto { STRING }
broadcast = element broadcast { STRING }
dhclient_set_down_link = element dhclient_set_down_link { STRING }
dhclient_set_default_route = element dhclient_set_default_route { STRING_ATTR, ("yes" | "no") }
lladdrr = element lladdr { STRING }
lladdr = element lladdr { STRING }
ipaddr = element ipaddr { STRING }
prefixlen = element prefixlen { STRING }
usercontrol = element usercontrol { STRING }
Expand Down

0 comments on commit 6c47fe6

Please sign in to comment.