This issue is resolved in NSX Data Center for vSphere 6.4.8.
Workaround:
To workaround the issue, disable
bridge_nf_call_iptables and bridge_nf_call_ip6tables on the edge.This can be done via API if you are on one of the below versions:
- For 6.3.x, the API is only available in 6.3.7
- For 6.4.x, the API is available in 6.4.2 and higher
PUT /api/4.0/edges/<edge-id>/systemcontrol/config
<systemControl>
<property>sysctl.net.bridge.bridge-nf-call-iptables=0</property>
<property>sysctl.net.bridge.bridge-nf-call-ip6tables=0</property>
</systemControl>
If you are not on one of the above version, contact VMware Customer Service for assistance.