We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These rules might be required on the real HW but these shouldn't be there for VS
-A FORWARD -p ARP -j DROP -A FORWARD -p 802_1Q --vlan-encap ARP -j DROP
ARP shouldn't be dropped
To allow ARP frames forwarded via the switch, please, remove corresponding ebtables entries:
sudo ebtables -D FORWARD -p 802_1Q --vlan-encap ARP -j DROP sudo ebtables -D FORWARD -p ARP -j DROP
The text was updated successfully, but these errors were encountered:
This can be fixed by bypassing for the KVM image. Can be checked for platform in build_debian.sh or docker_image_ctl.j2. Request help from community.
Sorry, something went wrong.
prsunny
Successfully merging a pull request may close this issue.
Description
Steps to reproduce the issue:
Describe the results you received:
These rules might be required on the real HW but these shouldn't be there for VS
Describe the results you expected:
ARP shouldn't be dropped
Work-Around:
To allow ARP frames forwarded via the switch, please, remove corresponding ebtables entries:
The text was updated successfully, but these errors were encountered: