CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/04 05:14:44
Modified files:
sys/net : if_vxlan.c
Log message:
Remove the IFF_LINK0 option to send the response back to the peer's
UDP src port - the VXLAN RFC clearly says that packet should be send
to the configured VXLAN port (4789).
OK mpi@
