Adding static IPv6 address support for Fedora

This commit is contained in:
Ryan Heffernan 2016-04-30 12:27:48 -07:00
parent cdafc63a61
commit 76e3ad988f
1 changed files with 9 additions and 0 deletions

View File

@ -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