Adding static IPv6 address support for Fedora
This commit is contained in:
parent
cdafc63a61
commit
76e3ad988f
|
@ -0,0 +1,9 @@
|
||||||
|
#VAGRANT-BEGIN
|
||||||
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
||||||
|
NM_CONTROLLED=no
|
||||||
|
BOOTPROTO=none
|
||||||
|
ONBOOT=yes
|
||||||
|
IPV6INIT=yes
|
||||||
|
IPV6ADDR=<%= options[:ip] %>
|
||||||
|
DEVICE=<%= options[:device] %>
|
||||||
|
#VAGRANT-END
|
Loading…
Reference in New Issue