Port details |
- dual-dhclient Spawns dhclients for a dual-stack network
- 1.0_1 net =4 1.0_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Use net/dual-dhclient-daemon instead
- Maintainer: cperciva@FreeBSD.org
- Port Added: 2017-01-15 09:00:28
- Last Update: 2023-10-01 17:02:02
- Commit Hash: 26d3304
- People watching this port, also watch:: pcre, gettext-runtime, indexinfo, libxml2, libidn
- License: PD
- Description:
- This port provides a script which spawns both /sbin/dhclient and
/usr/local/sbin/dhclient -6; this simplifies the configuration needed to
run DHCP on both protocols of a dual-stack network.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dual-dhclient>0:net/dual-dhclient
- To install the port:
- cd /usr/ports/net/dual-dhclient/ && make install clean
- To add the package, run one of these commands:
- pkg install net/dual-dhclient
- pkg install dual-dhclient
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dual-dhclient
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- dhclient : net/isc-dhcp44-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_dual-dhclient
- pkg-message:
- For install:
- To enable dual-stack DHCP, set
dhclient_program="/usr/local/sbin/dual-dhclient"
in /etc/rc.conf (and make sure the appropriate ifconfig_* lines include
DHCP or SYNCDHCP).
- Master Sites:
- There is no master site for this port.
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_1 01 Oct 2023 17:02:02 |
Colin Percival (cperciva) |
net/dual-dhclient: Mark as deprecated
Users should switch to the net/dual-dhclient-daemon port, which I
added in October 2019; it serves the same purpose of launching two
dhclient daemons, but has the advantage of also relaying signals
(necessary for e.g. making "restart" work). |
1.0_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0_1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.0_1 31 Jul 2018 09:09:09 |
rene |
net/dual-dhclient: update to net/isc-dhcp-client44, version 4.3 expired today. |
1.0 15 Jan 2017 09:00:18 |
cperciva |
Add "dual dhclient" script, which can be specified as dhclient_program in
rc.conf in order to launch the base system dhclient for IPv4 and the ISC
dhcp client for IPv6.
I'm not sure if this will be useful to anyone else, but adding this trivial
port will simplify the configuration of IPv6 on Amazon EC2 instances. I
hope this port becomes redundant in the future due to the base system
gaining support for IPv6 DHCP. |
Number of commits found: 7
|