Summary: | [PATCH] Add IPv6 support for quota(1) | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | John Marshall <john> | ||||
Component: | bin | Assignee: | Hiroki Sato <hrs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | emaste, hrs, re | ||||
Priority: | --- | ||||||
Version: | 10.1-STABLE | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
John Marshall
2014-10-02 06:52:28 UTC
I will take a look into this. Updated 10.1-BETA and 10.1-RC versioned bugs to 10.1-STABLE. Hiroki, have you had a chance to look into this? A commit references this bug: Author: hrs Date: Tue Jul 7 20:15:10 UTC 2015 New revision: 285253 URL: https://svnweb.freebsd.org/changeset/base/285253 Log: - Add IPv6 support in quota(1). While rpc.rquotad has supported PF_INET6 for a long time, quota(1) utility supported only PF_INET. - Clean up confusing changes in f_mntfromname. - Add an entry for rquotad with rpc/udp6 to inetd.conf. PR: 194084 Changes: head/etc/inetd.conf head/usr.bin/quota/quota.c (In reply to commit-hook from comment #4) Thank you Hiroki! I merged your r285253 commit to stable/10@r284296 on a local IPv6 client, rebuilt and installed quota.c with good results - the client 'quota' command now returns quota results from an IPv6-mounted NFS filesystem instead of hanging. Your commit log message does not mention MFC. Are there plans to MFC this commit to stable/10 before 10.2-RELEASE? Thank you so much Glen and Hiroki for looking at this. (In reply to John Marshall from comment #5) Yes, I will MFC it after waiting for a couple of days to make sure there is no problem with this change, and hopefully to include it into 10.2. (In reply to Hiroki Sato from comment #6) Thank you very much. It would be wonderful if the MFC could be done before BETA2 is built. A commit references this bug: Author: gjb Date: Mon Jul 20 21:52:07 UTC 2015 New revision: 285725 URL: https://svnweb.freebsd.org/changeset/base/285725 Log: MFC r285253 (hrs): - Add IPv6 support in quota(1). While rpc.rquotad has supported PF_INET6 for a long time, quota(1) utility supported only PF_INET. - Clean up confusing changes in f_mntfromname. - Add an entry for rquotad with rpc/udp6 to inetd.conf. PR: 194084 Approved by: re (kib) Sponsored by: The FreeBSD Foundation Changes: _U stable/10/ stable/10/etc/inetd.conf stable/10/usr.bin/quota/quota.c A commit references this bug: Author: gjb Date: Mon Jul 20 22:17:12 UTC 2015 New revision: 285727 URL: https://svnweb.freebsd.org/changeset/base/285727 Log: MFC r285253 (hrs): - Add IPv6 support in quota(1). While rpc.rquotad has supported PF_INET6 for a long time, quota(1) utility supported only PF_INET. - Clean up confusing changes in f_mntfromname. - Add an entry for rquotad with rpc/udp6 to inetd.conf. PR: 194084 Sponsored by: The FreeBSD Foundation Changes: _U stable/9/etc/ stable/9/etc/inetd.conf _U stable/9/usr.bin/ stable/9/usr.bin/quota/quota.c Merges to stable/10 and stable/9 complete. Thanks! |