mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Merge pull request #13241 from lordgurke/fix-vagrant-13226-wrong-filename
Remove duplicate appending of "6" to network type
This commit is contained in:
commit
f4142705ab
1 changed files with 0 additions and 2 deletions
|
|
@ -302,8 +302,6 @@ module VagrantPlugins
|
|||
elsif ip.ipv6?
|
||||
options[:netmask] ||= 64
|
||||
|
||||
# Append a 6 to the end of the type
|
||||
options[:type] = "#{options[:type]}6".to_sym
|
||||
else
|
||||
raise IPAddr::AddressFamilyError, 'unknown address family'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue