diff options
author | Peter Hessler <phessler@cvs.openbsd.org> | 2015-02-06 03:10:44 +0000 |
---|---|---|
committer | Peter Hessler <phessler@cvs.openbsd.org> | 2015-02-06 03:10:44 +0000 |
commit | 24d7e945c8550ee888200128a61e7415479dad74 (patch) | |
tree | fa537b53ab3df6185a0d4865bb7a7ca6e8e649c6 | |
parent | 7e667a81a0adb3f472dc47c94f7a1f4557035bbe (diff) |
packets stay within a routing domain. to move them, use pf(4)
-rw-r--r-- | share/man/man4/rdomain.4 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/share/man/man4/rdomain.4 b/share/man/man4/rdomain.4 index abdff8efbb7..c8660bf59ec 100644 --- a/share/man/man4/rdomain.4 +++ b/share/man/man4/rdomain.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdomain.4,v 1.6 2015/02/06 01:01:31 schwarze Exp $ +.\" $OpenBSD: rdomain.4,v 1.7 2015/02/06 03:10:43 phessler Exp $ .\" .\" Copyright (c) 2015 Peter Hessler <phessler@openbsd.org> .\" @@ -60,6 +60,15 @@ as the parent. Each .Nm rdomain contains at least one routing table. +.Pp +Network traffic within an +.Nm rdomain +stays within the current routing domain. +.Xr pf 4 +is used to move traffic from one +.Nm rdomain +to a different +.Nm rdomain . .Sh EXAMPLES Set up em0 and lo4 onto rdomain 4: .Bd -literal -offset indent |