From: Chuck Lever Date: Fri, 24 Aug 2007 17:11:16 +0000 (-0400) Subject: mount.nfs: Don't allow the user to specify addr= or clientaddr=. X-Git-Tag: nfs-utils-1-1-1~66 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=fb874be0226ae35367f10f260353a76716da9346;hp=fb874be0226ae35367f10f260353a76716da9346 mount.nfs: Don't allow the user to specify addr= or clientaddr=. The current mount.nfs implementation doesn't allow users to specify their own addr= or clientaddr= option. The new string-based interface does allow this, even though nfs(5) does not document 'addr=' and specifically forbids adding 'clientaddr='. Make the addition of either option by the user a permanent error. Signed-off-by: Chuck Lever Signed-off-by: Neil Brown ---