diff options
author | 2015-02-06 03:10:43 +0000 | |
---|---|---|
committer | 2015-02-06 03:10:43 +0000 | |
commit | e543aeca01f8ecc9525996e2fb9b9581ccd4cae2 (patch) | |
tree | 82b965c8b053a3357c4e6aa7d3e3a1b82509e5af | |
parent | style(9) nit (diff) | |
download | wireguard-openbsd-e543aeca01f8ecc9525996e2fb9b9581ccd4cae2.tar.xz wireguard-openbsd-e543aeca01f8ecc9525996e2fb9b9581ccd4cae2.zip |
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 |