On Aug 13, 2012, at 9:22 PM, YAMAMOTO Takashi wrote: > hi, > >> Module Name: src >> Committed By: christos >> Date: Mon Aug 13 08:19:11 UTC 2012 >> >> Modified Files: >> src/usr.sbin/nfsd: nfsd.8 nfsd.c >> >> Log Message: >> Let nfsd behave like all other programs: tries to use both inet4 and inet6 >> by default and both udp and tcp: -4 uses only inet4, -6 uses only inet6, >> -t uses only tcp, -u uses only udp. For compatibility, we detect old option >> usage, we warn, and DTRT. > > i'm not sure if it's a good direction to go because "uses only XXX" > style options are not scalable if there can be more than two choices > of XXX.
Not to be negative, but I don't think we'll see IPv7 or IPv8 for real in our lifetime... Warner > YAMAMOTO Takashi > >> >> >> To generate a diff of this commit: >> cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/nfsd/nfsd.8 >> cvs rdiff -u -r1.58 -r1.59 src/usr.sbin/nfsd/nfsd.c >> >> Please note that diffs are not public domain; they are subject to the >> copyright notices on the relevant files.