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 /usr.sbin/gifconfig | |
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 'usr.sbin/gifconfig')
-rw-r--r-- | usr.sbin/gifconfig/gifconfig.8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/gifconfig/gifconfig.8 b/usr.sbin/gifconfig/gifconfig.8 index 539b119..7c00c32 100644 --- a/usr.sbin/gifconfig/gifconfig.8 +++ b/usr.sbin/gifconfig/gifconfig.8 @@ -90,6 +90,13 @@ interfaces. Please note that it is very easy to create infinite routing loop, when you configure tunnel over same address family (e.g. IPv4-over-IPv4). +.Pp +gif +interfaces are allocated at runtime using interface cloning. This is +most easily done with the +.Xr ifconfig 8 +.Cm create +command. .Sh EXAMPLES If you would like to configure IPv6 over IPv4 (aka IPv6 in IPv4) |