Dnsconfig
1 unresolved thread
1 unresolved thread
Related to bug 13637.
Avoid to generate bad DNS configuration, when the name field of a network device is the same as its uid.
Also, don't generate strange lines when the name field is empty.
Edited by JACQUOT Pierre
Merge request reports
Activity
assigned to @bjonglez
278 280 return records 279 281 end 280 282 283 def check_interface_name(node_uid, net_uid, net_hash) 284 if net_uid == net_hash['pname'] 285 raise "Node #{node_uid} : #{net_uid} interface name is #{net_hash['pname']} ! Please put a predictable interface name to avoid bad DNS configuration." changed this line in version 2 of the diff
added 8 commits
-
34bc17f2...30769fc8 - 6 commits from branch
master
- 0da03771 - [bindg5k] Interface name check.
- 3763bd11 - [bindg5k] Don't generate lines when pname not set.
-
34bc17f2...30769fc8 - 6 commits from branch
mentioned in commit 82b2af92
Please register or sign in to reply