Bug 173118

Summary: [patch] Add EDNS Client Subnet support to BIND dig
Product: Base System Reporter: Steven Hartland <steven.hartland>
Component: binAssignee: Mark Linimon <linimon>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: freebsd
Priority: Normal    
Version: 8.3-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt none

Description Steven Hartland 2012-10-26 10:10:00 UTC
Add the ability to send and receive DNS messages with edns-client-subnet options to BIND's dig utility.

Fix: Apply the attached patch

Patch attached with submission follows:
How-To-Repeat: N/A
Comment 1 Steven Hartland freebsd_committer freebsd_triage 2012-12-13 22:15:56 UTC
Responsible Changed
From-To: freebsd-bugs->smh

I'll take it.
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 07:59:27 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 3 Leo Vandewoestijne 2019-12-30 14:16:01 UTC
I think this was more a feature request than a bug.
Either was it's solved; it already works by default:

dig +subnet=1.0.0.0/20 @a.ns.facebook.com. facebook.com.
dig +subnet=2.0.0.0/20 @a.ns.facebook.com. facebook.com.

So request can be closed - IMHO.