diff options
author | 2009-06-05 04:09:15 +0000 | |
---|---|---|
committer | 2009-06-05 04:09:15 +0000 | |
commit | 731c0e9661e20c8deb2bf459f6df21861d2fe2e0 (patch) | |
tree | b4668bacce221753cbff5a488b93983de45452b1 | |
parent | %zu is not meant for size_t in the kernel. Change to %lu. (diff) | |
download | wireguard-openbsd-731c0e9661e20c8deb2bf459f6df21861d2fe2e0.tar.xz wireguard-openbsd-731c0e9661e20c8deb2bf459f6df21861d2fe2e0.zip |
Document rdomain
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index b9d3691d6e2..e10ca3368fe 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.178 2009/06/04 19:15:26 henning Exp $ +.\" $OpenBSD: ifconfig.8,v 1.179 2009/06/05 04:09:15 claudio Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: June 4 2009 $ +.Dd $Mdocdate: June 5 2009 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -399,6 +399,12 @@ AppleTalk uses this scheme instead of netmasks though .Ox implements it internally as a set of netmasks. +.It Cm rdomain Ar route-id +Attach the interface to the routing table with the specified +.Ar route-id . +Interfaces in different routing domains are seperated and can not directly +pass traffic between each other. +By default all interfaces belong to routing table 0. .It Cm rtlabel Ar route-label (inet) Attach |