Date: Wed, 28 Mar 2018 12:40:33 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 227033] vxlan(4) does not work with vni larger than 65535 Message-ID: <bug-227033-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227033 Bug ID: 227033 Summary: vxlan(4) does not work with vni larger than 65535 Product: Base System Version: 11.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: susurrus.silent@gmail.com vxlan(4) does not work with vni >=3D 65536. How to reproduce: on host A: ifconfig vxlan create inet 192.168.200.1/24 vxlanvni 65536 vxlanlocal 192.168.100.1 vxlanremote 192.168.100.2 on host B: ifconfig vxlan create inet 192.168.200.2/24 vxlanvni 65536 vxlanlocal 192.168.100.2 vxlanremote 192.168.100.1 on host A: ping -n 192.168.200.2 host B is unreachable as host B does not respond to arp request. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227033-8>