re-addign ipv4 dhcp for mgmt1, still need it for the hostname for, but prob gonna hardcode the dns/sntp/hostname at this point soon

This commit is contained in:
toby 2019-04-23 06:42:40 +00:00
parent c5ecd31709
commit 0493a328ff
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ case "$1" in
pre-up /bin/ip link set master mgmt dev $ifname
post-down /bin/ip link del dev mgmt
#iface $ifname inet6 dhcp #keeping this out since we have stateless dhcp
#iface $ifname inet dhcp #taking this out too, lets see how far we get without ipv4 now that mirrors is ipv6
iface $ifname inet dhcp # still need it, but at this point only for hostname, we prob think of something
EOF