diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-03-08 13:42:42 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-03-08 13:42:42 +0000 |
| commit | 8151186746005e636cff8e4a8740aca0a31c463f (patch) | |
| tree | d8776cdb7756d67507fe16b95442ea4a4c54f412 | |
| parent | 9bc062a34a3ecef2c0a553a612d5e40d1e703ed3 (diff) | |
Notes
| -rw-r--r-- | sbin/ifconfig/ifconfig.8 | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 5fd44d4fc819..9048b700bc9b 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -259,15 +259,12 @@ This action does not automatically disable routes using the interface. Fill interface index (lowermost 64bit of an IPv6 address) automatically. -.\" .It Cm ipdst -.\" This is used to specify an Internet host who is willing to receive -.\" ip packets encapsulating NS packets bound for a remote network. -.\" An apparent point to point link is constructed, and -.\" the address specified will be taken as the NS address and network -.\" of the destination. -.\" IP encapsulation of -.\" .Tn CLNP -.\" packets is done differently. +.It Cm ipdst +This is used to specify an Internet host who is willing to receive +IP packets encapsulating IPX packets bound for a remote network. +An apparent point to point link is constructed, and +the address specified will be taken as the IPX address and network +of the destination. .It Cm maclabel Ar label If Mandatory Access Control support is enabled in the kernel, set the MAC label to |
