Skip to content

Commit

Permalink
Use ipv4 dhcp only
Browse files Browse the repository at this point in the history
Avoid boot delay caused by waiting for a ipv6 dhcp request that is
never serviced
  • Loading branch information
root committed Jan 4, 2024
1 parent c557311 commit a309968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/sysconfig/network/ifcfg-eth0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BOOTPROTO='dhcp'
BOOTPROTO='dhcp4'
MTU=''
REMOTE_IPADDR=''
STARTMODE='onboot'

0 comments on commit a309968

Please sign in to comment.