[12/29] dhcpcd: Only try to obtain an IP address for IPv4

Message ID 20221201172318.3166615-12-michael.tremer@ipfire.org
State Accepted
Commit effe5c73394138fd86587a1eaecec1f151e1986b
Headers
Series [01/29] libgudev: New package |

Commit Message

Michael Tremer Dec. 1, 2022, 5:23 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 config/dhcpc/dhcpcd.conf | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/config/dhcpc/dhcpcd.conf b/config/dhcpc/dhcpcd.conf
index 29f10d1c9..062e3c975 100644
--- a/config/dhcpc/dhcpcd.conf
+++ b/config/dhcpc/dhcpcd.conf
@@ -1,6 +1,9 @@ 
 # A sample configuration for dhcpcd.
 # See dhcpcd.conf(5) for details.
 
+# Only obtain an IP address for IPv4
+ipv4only
+
 # Allow users of this group to interact with dhcpcd via the control socket.
 #controlgroup wheel