Re: [PATCH] VLAN trunking support in VirtualBox vboxnetflt

2013-06-23 Thread Bernhard Fröhlich
Thanks a lot for the fix! I've added it to the kmod port in our testing repository and it will be included in the next update for vbox 4.1.14. https://redports.org/changeset/13816 On Sun, May 26, 2013 at 6:17 PM, Landon Fuller wrote: > Hello, > > This patch has been in the vbox kmod port for som

Re: [PATCH] VLAN trunking support in VirtualBox vboxnetflt

2013-05-26 Thread Landon Fuller
Hello, This patch has been in the vbox kmod port for some time now, and I've been running it without incident; however, I recently ran into a configuration that the patch does not correctly handle: - A single host interface (eg, em0) bridged to a VM - VLANs also configured on the

[PATCH] VLAN trunking support in VirtualBox vboxnetflt

2012-04-13 Thread Landon J Fuller
Howdy, I was looking into trunking VLANs into a virtual machine via bridging, and noted that transmit of 802.1q tagged packets worked from the guest VM, but upon reception, the VLAN tag seemed to be stripped before the packets hit the guest's interface. Taking a look at the netgraph-based brid