Skip to content

Commit 06ed3ef

Browse files
authored
Merge pull request #1 from Alogani/Alogani-patch-dhcpcd-doc
Update index.md
2 parents 11d3330 + c1ed9ee commit 06ed3ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/config/network/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ $ ip link show
5454
# ln -s /etc/sv/dhcpcd-enp3s0 /var/service/
5555
```
5656

57+
**Note**: Simply copying the dhcpcd-eth0 service for additional interfaces may not work as expected.
58+
Internally, dhcpcd may still treat them as the same instance due to shared resources like PID files or control sockets. For multiple interfaces, it's recommended to either let the main dhcpcd service handle all interfaces,
59+
or manage separate configurations carefully to avoid conflicts.
60+
5761
For more information on configuring `dhcpcd`, refer to
5862
[dhcpcd.conf(5)](https://man.voidlinux.org/dhcpcd.conf.5)
5963

0 commit comments

Comments
 (0)