From 7a9d93ba3d9441a74993bc0dd8341f1de6e9e087 Mon Sep 17 00:00:00 2001 From: hjl Date: Wed, 18 Oct 2000 16:20:58 +0000 Subject: [PATCH] 2000-10-18 Scott McDermott * utils/exportfs/exports.man: Updated for CIDR netmask. --- ChangeLog | 4 ++++ utils/exportfs/exports.man | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ab7c336..debd2e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-10-18 Scott McDermott + + * utils/exportfs/exports.man: Updated for CIDR netmask. + 2000-10-17 Scott McDermott * support/export/client.c (client_init): Support CIDR netmask diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man index 767db40..8d08667 100644 --- a/utils/exportfs/exports.man +++ b/utils/exportfs/exports.man @@ -46,7 +46,11 @@ above pattern does not include hosts such as \fIa.b.cs.foo.edu\fR. You can also export directories to all hosts on an IP (sub-) network simultaneously. This is done by specifying an IP address and netmask pair as -.IR address/netmask . +.IR address/netmask +where the netmask can be specified in dotted-decimal format, or as a +contiguous mask length (for example, either `/255.255.252.0' or `/22' appended +to the network base address result in identical subnetworks with 10 bits of +host). .TP '''.B =public '''This is a special ``hostname'' that identifies the given directory name -- 2.39.2