mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
dhcpcd: Only try to obtain an IP address for IPv4
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
f28d5fa8cc
commit
effe5c7339
@@ -1,6 +1,9 @@
|
|||||||
# A sample configuration for dhcpcd.
|
# A sample configuration for dhcpcd.
|
||||||
# See dhcpcd.conf(5) for details.
|
# 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.
|
# Allow users of this group to interact with dhcpcd via the control socket.
|
||||||
#controlgroup wheel
|
#controlgroup wheel
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user