Date: Thu, 04 Nov 2021 12:36:11 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 259644] vxlan(4): interface does not come up when the local tunnel address appears Message-ID: <bug-259644-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259644 Bug ID: 259644 Summary: vxlan(4): interface does not come up when the local tunnel address appears Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: zlei.huang@gmail.com Also when the local tunnel address disappears the interface is not brought down. Environment: FreeBSD-12.2-RELEASE-p7, FreeBSD-13.0-RELEASE-p4 and CURRENT/1= 4. Steps to repeat: Scene 1: # ifconfig vxlan0 create vxlanid 108 vxlanlocal 192.168.100.1 vxlanremote 192.168.100.2 # ifconfig vxlan0 inet 192.0.2.2/24 # ifconfig tap0 create inet 192.168.100.1/24 The vxlan0 keep not "RUNNING", can be verify by: # ifconfig vxlan0 | grep RUNNING Scene 2: # ifconfig tap0 create inet 192.168.100.1/24 # ifconfig vxlan0 create vxlanid 108 vxlanlocal 192.168.100.1 vxlanremote 192.168.100.2 # ifconfig vxlan0 inet 192.0.2.2/24 # ifconfig vxlan0 | grep RUNNING vxlan0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1= 450 --=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-259644-227>