https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195978
Marcelo Araujo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Marcelo Araujo <[email protected]> --- (In reply to Grischa Zengel from comment #0) Hello Grischa, I made few tests using FreeBSD HEAD(r280410) as dom0 and two domU with FreeBSD 10.1-RELEASE. The xen version is 4.6-unstable. I successfully setup a vlan(4) interface without any problem and without the patch you mentioned, here is the output: Dom0: root@:/z/src/sys/dev/xen/netfront # xl list Name ID Mem VCPUs State Time(s) Domain-0 0 2047 8 r----- 373.0 FreeBSDPVHVM2 3 512 2 -b---- 20.2 FreeBSDPVHVM 4 512 2 -b---- 29.0 FreeBSDPVHVM: root@pvhvm:~ # ifconfig xn0.10 xn0.10: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1496 ether 00:16:3e:50:e2:8d inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet manual status: active vlan: 10 parent interface: xn0 FreeBSDPVHVM2: root@pvhvm2:~ # ifconfig xn0.10 xn0.10: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1496 ether 00:16:3e:58:40:14 inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet manual status: active vlan: 10 parent interface: xn0 root@pvhvm:~ # ping 192.168.1.2 PING 192.168.1.2 (192.168.1.2): 56 data bytes 64 bytes from 192.168.1.2: icmp_seq=0 ttl=64 time=0.178 ms 64 bytes from 192.168.1.2: icmp_seq=1 ttl=64 time=0.171 ms 64 bytes from 192.168.1.2: icmp_seq=2 ttl=64 time=0.147 ms root@pvhvm2:~ # ping 192.168.1.1 PING 192.168.1.1 (192.168.1.1): 56 data bytes 64 bytes from 192.168.1.1: icmp_seq=0 ttl=64 time=0.134 ms 64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.118 ms 64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.184 ms I'm wondering, if you still have this problem, and if you can give a try with FreeBSD HEAD. Best Regards, -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-xen To unsubscribe, send any mail to "[email protected]"
