I am running 11 Stable branch on r334879. When trying to start dhcp6s it exits with the following message: dhcp6s[34692]: shutdown(outbound, 0): Socket is not connected See also: https://lists.freebsd.org/pipermail/freebsd-ports/2017-April/108093.html
Committed, thanks!
A commit references this bug: Author: pi Date: Sun Sep 2 21:02:12 UTC 2018 New revision: 478819 URL: https://svnweb.freebsd.org/changeset/ports/478819 Log: net/dhcp6: several fixes - rcorder incorrect (Circular dependency on provision `DAEMON') - command_flags do not need to be referenced inside of the command_args - dhcp6s exits because of shutdown on non-connected UDP socket PR: 216673, 217452, 228994 Submitted by: tdb, Andrey Pevnev <apevnev@me.com>, leres, Dries Michiels <driesm.michiels@gmail.com> Approved by: hrs (maintainer timeout) Differential Revision: D16994 Changes: head/net/dhcp6/Makefile head/net/dhcp6/files/dhcp6c.in head/net/dhcp6/files/dhcp6s.in head/net/dhcp6/files/patch-dhcp6s.c