mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
402 B
402 B
dhcpcd
TL;DR
Usage
# Start on specific interfaces.
dhcpcd 'eth0'
# Release the current IP address.
dhcpcd -k 'eth0'
dhcpcd --release 'eth0'
# Stop
dhcpcd -x
dhcpcd --exit