diff options
Diffstat (limited to 'sbin/route')
-rw-r--r-- | sbin/route/route.8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 95026ea..cff8ba8 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -328,6 +328,15 @@ routing table entry is the entry, as reported by .Xr arp 8 . .Pp +The optional +.Fl genmask +modifier specifies that a cloning mask is present. +This specifies the mask applied when determining if a child route +should be created. +It is only applicable to network routes with the +.Dv RTF_CLONING +flag set. +.Pp All symbolic names specified for a .Ar destination or |