Bug 228994 - net/dhcp6 dhcp6s exits because of shutdown on non-connected UDP socket
Summary: net/dhcp6 dhcp6s exits because of shutdown on non-connected UDP socket
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Many People
Assignee: Kurt Jaeger
URL:
Keywords: easy
Depends on:
Blocks:
 
Reported: 2018-06-13 18:24 UTC by Dries Michiels
Modified: 2018-09-02 21:02 UTC (History)
2 users (show)

See Also:
pi: maintainer-feedback-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dries Michiels freebsd_committer freebsd_triage 2018-06-13 18:24:38 UTC

    
Comment 1 Dries Michiels freebsd_committer freebsd_triage 2018-06-13 18:26:25 UTC
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
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2018-09-02 21:01:44 UTC
Committed, thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-09-02 21:02:46 UTC
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