CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2016/09/28 08:26:43
Modified files: sys/net : if_vxlan.c Log message: Fix vxlan to use the destination address correctly. Use the dst of the bridge_tunneltag for src on vxlan output and vice versa. ok reyk