Re: typo in vxlan.4

2018-11-22 Thread Josh Grosse
On Thu, Nov 22, 2018 at 06:33:57PM +0100, Reyk Floeter wrote: > On Thu, Nov 22, 2018 at 11:50:52AM -0500, Josh Grosse wrote: > > The page refers to vmx0 rather than vxlan0 in its pf.conf > > guidance. > > > > ... I committed a change to use em0 instead of vmx0. > > vmx0 wasn't a good example (I

Re: typo in vxlan.4

2018-11-22 Thread Reyk Floeter
On Thu, Nov 22, 2018 at 11:50:52AM -0500, Josh Grosse wrote: > The page refers to vmx0 rather than vxlan0 in its pf.conf > guidance. > ... I committed a change to use em0 instead of vmx0. vmx0 wasn't a good example (I wrote the manpage around the time when vmx(4) was new and I used it as a paren

Re: typo in vxlan.4

2018-11-22 Thread Reyk Floeter
On Thu, Nov 22, 2018 at 11:50:52AM -0500, Josh Grosse wrote: > The page refers to vmx0 rather than vxlan0 in its pf.conf > guidance. > Are you sure? In this example, vmx0 is the parent interface that receives VXLAN UDP packets - it could also be em0, ix0, or whatever you like. Reyk > Index: vx

typo in vxlan.4

2018-11-22 Thread Josh Grosse
The page refers to vmx0 rather than vxlan0 in its pf.conf guidance. Index: vxlan.4 === RCS file: /systems/cvs/src/share/man/man4/vxlan.4,v retrieving revision 1.7 diff -u -p -r1.7 vxlan.4 --- vxlan.4 22 Feb 2018 01:35:04 -