Actions
Bug #5761
closednfs4_prot.x should be updated for RFC 7531
Start date:
2015-03-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
We should replace the nfs4_prot.x file with the output of the following command:
curl http://tools.ietf.org/rfc/rfc7531.txt | grep "^ *///" | sed 's?^ */// ??' | sed 's?^ *///$??'
Related issues
Updated by Marcel Telka about 7 years ago
- Subject changed from nfs4_prot.x should be updated for RFC 7351 to nfs4_prot.x should be updated for RFC 7531
Updated by Marcel Telka about 7 years ago
- Status changed from New to In Progress
- Assignee set to Marcel Telka
Updated by Albert Lee about 7 years ago
- Related to Bug #5860: NFSv4 server incorrectly processes linktext4 (symbolic link) data added
Updated by Marcel Telka about 7 years ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk about 7 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit bbe876c07ed632b8f85e195d41e7948382064a95
commit bbe876c07ed632b8f85e195d41e7948382064a95 Author: Marcel Telka <marcel.telka@nexenta.com> Date: 2015-04-22T15:36:01.000Z 5761 nfs4_prot.x should be updated for RFC 7531 Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
Updated by Marcel Telka about 7 years ago
Code review: https://www.illumos.org/rb/r/21/
Updated by Vitaliy Gusev over 5 years ago
Actually "curl http
" returns "document has moved". So use https:
curl https://tools.ietf.org/rfc/rfc7531.txt | grep "^ *///" | sed 's?^ */// ??' | sed 's?^ *///$??'
Actions