Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
unspecified
-
None
-
None
-
Operating System: All
Platform: All
-
4031
Description
This change recently broke SFC Client VXLAN legacy
- logger.debug('%s: Sending packets to %s', self.service_type, addr)
- if nsh_decode.is_vxlan_nsh_legacy_message(data):
- Disregard source port of received packet and send packet back to 6633
- addr_l = list(addr)
- addr_l[1] = 6633
- addr = tuple(addr_l