When the recursor sends a DNS request and the local port is specified as 4791, if there is RDMA hardware on the machine, when the response with dst as port 4791 reaches the network card driver, it will be directly processed by the hardware as Roce v2 protocol, and the recursor will not get a response to this request.
'name' : 'udp_source_port_avoid',
'section' : 'outgoing',
'type' : LType.ListStrings,
- 'default' : '11211',
+ 'default' : '11211,4791',
'help' : 'List of comma separated UDP port number to avoid',
'doc' : '''
A list of comma-separated UDP port numbers to avoid when binding.
-Ex: `5300,11211`
+Ex: `5300,11211,4791`
See :ref:`setting-udp-source-port-min`.
''',
udp_source_port_avoid:
- 5300
- 11211
+ - 4791
See :ref:`setting-udp-source-port-min`.
''',