Update to 20080615.2. Changes include:
- Remove the PID file just before dhcp6c actually exits. - Set a DHCPv6 state keyword to an environment variable "REASON" which is passed to the client script when receiving a REPLY message instead of "NBI". - Add a signal handler for SIGUSR1 to forcibly exit without releasing the obtained addresses. - Add a new script event "EXIT", which is invoked when dhcp6c exits. Reference: https://github.com/hrs-allbsd/wide-dhcpv6/pull/5
This commit is contained in:
parent
12c9341ae6
commit
fd77224193
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435121
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dhcp6
|
||||
PORTVERSION= 20080615.1
|
||||
PORTVERSION= 20080615.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net ipv6
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1482135497
|
||||
SHA256 (hrs-allbsd-wide-dhcpv6-v20080615.1_GH0.tar.gz) = 3731bc5bf709627f14d0ffe7805a08055f3f483376ca49e6da708a12dddc0f42
|
||||
SIZE (hrs-allbsd-wide-dhcpv6-v20080615.1_GH0.tar.gz) = 195171
|
||||
TIMESTAMP = 1488348615
|
||||
SHA256 (hrs-allbsd-wide-dhcpv6-v20080615.2_GH0.tar.gz) = 49c2a5135d41ca00544d60bff02866cd1b2717470c7c5247996bb58f428420c2
|
||||
SIZE (hrs-allbsd-wide-dhcpv6-v20080615.2_GH0.tar.gz) = 195413
|
||||
|
|
Loading…
Reference in a new issue