diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2015-10-19 21:32:14 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2015-10-19 21:32:14 +0000 |
commit | b64d10496c1217c1e32fe4a15266b5ffbfa81512 (patch) | |
tree | 15192dff5bdaf247b1b42ebc2b7b2efd03ae9aa8 /sbin/iked | |
parent | 25c0149fd26a5e1f251f07682da5e1a30c7562a4 (diff) |
break long lines in examples; ok jmc@
Diffstat (limited to 'sbin/iked')
-rw-r--r-- | sbin/iked/iked.conf.5 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sbin/iked/iked.conf.5 b/sbin/iked/iked.conf.5 index d02e08eac34..ab9be6265ea 100644 --- a/sbin/iked/iked.conf.5 +++ b/sbin/iked/iked.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iked.conf.5,v 1.39 2015/07/14 13:06:37 jmc Exp $ +.\" $OpenBSD: iked.conf.5,v 1.40 2015/10/19 21:32:13 naddy Exp $ .\" .\" Copyright (c) 2010 - 2014 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 14 2015 $ +.Dd $Mdocdate: October 19 2015 $ .Dt IKED.CONF 5 .Os .Sh NAME @@ -678,8 +678,10 @@ queue ipsec parent std bandwidth 10M pass out on ix0 proto esp set queue ipsec -pass out on ix0 tagged ipsec-developers.example.com set queue developers -pass out on ix0 tagged ipsec-employees.example.com set queue employees +pass out on ix0 tagged ipsec-developers.example.com \e + set queue developers +pass out on ix0 tagged ipsec-employees.example.com \e + set queue employees .Ed .Pp The following example assigns the tags in the @@ -718,7 +720,8 @@ a relevant NAT rule is required in For the example above, this would be: .Bd -literal -offset indent -match out on enc0 from 192.168.1.0/24 to 192.168.2.0/24 nat-to 10.10.10.1 +match out on enc0 from 192.168.1.0/24 to 192.168.2.0/24 \e + nat-to 10.10.10.1 .Ed .Pp From the peer's point of view, |