diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2018-11-22 17:31:12 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2018-11-22 17:31:12 +0000 |
commit | 604386c311e8daf3f467299f09460ec486847bf5 (patch) | |
tree | a1677dce5b8b22e22d7bf54f956de56074357d2e | |
parent | 0ed6516d99d872f49ce2745a6dcf1144aaf45994 (diff) |
Use em0 instead of vmx0 to clarify the parent interface example.
Pointed out by Josh Grosse
OK deraadt@
-rw-r--r-- | share/man/man4/vxlan.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/vxlan.4 b/share/man/man4/vxlan.4 index ba36911b9d7..c3b6bed92fe 100644 --- a/share/man/man4/vxlan.4 +++ b/share/man/man4/vxlan.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vxlan.4,v 1.7 2018/02/22 01:35:04 dlg Exp $ +.\" $OpenBSD: vxlan.4,v 1.8 2018/11/22 17:31:11 reyk Exp $ .\" .\" Copyright (c) 2013 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,7 +14,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: February 22 2018 $ +.Dd $Mdocdate: November 22 2018 $ .Dt VXLAN 4 .Os .Sh NAME @@ -123,9 +123,9 @@ endpoint policies in .Xr pf.conf 5 : .Bd -literal -offset indent table <vxlantep> { 192.168.1.200, 192.168.1.201 } -block in on vmx0 -pass out on vmx0 -pass in on vmx0 proto udp from <vxlantep> to port vxlan +block in on em0 +pass out on em0 +pass in on em0 proto udp from <vxlantep> to port vxlan .Ed .Pp The Time-to-Live (TTL) value of the tunnel can be set to 1 or a low |