diff options
author | brooks <brooks@FreeBSD.org> | 2001-09-28 00:22:44 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2001-09-28 00:22:44 +0000 |
commit | 92e6f0ced64c28e939d641c72e539d9ce0d4f5e5 (patch) | |
tree | 3bc6aff6472155916f83e7e5b3a5ab5566fa686f /share | |
parent | e107fbbb1a6371a4d7841cd71acef3612f186f41 (diff) | |
download | FreeBSD-src-92e6f0ced64c28e939d641c72e539d9ce0d4f5e5.zip FreeBSD-src-92e6f0ced64c28e939d641c72e539d9ce0d4f5e5.tar.gz |
Mention that gif interfaces are created at runtime and refer the
administrator to the ifconfig create command.
MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/gif.4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man4/gif.4 b/share/man/man4/gif.4 index f056b41..05042d4 100644 --- a/share/man/man4/gif.4 +++ b/share/man/man4/gif.4 @@ -50,6 +50,13 @@ On .Nm can also tunnel ISO traffic over IPv[46] using EON encapsulation. .Pp +.Nm +interfaces are allocated at runtime using interface cloning. This is +most easily done with the +.Xr ifconfig 8 +.Cm create +command. +.Pp To use .Nm , administrator needs to configure protocol and addresses used for the outer |