Skip to content
New issue

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

FIX: delete Mac binding test #251

Open
george-shagov-cloud-ru opened this issue Jul 8, 2024 · 1 comment
Open

FIX: delete Mac binding test #251

george-shagov-cloud-ru opened this issue Jul 8, 2024 · 1 comment

Comments

@george-shagov-cloud-ru
Copy link

george-shagov-cloud-ru commented Jul 8, 2024

ovn.at
delete Mac binding test - is invalid:

ovn-sbctl create MAC_Binding ip=10.0.0.1 datapath=$dp_uuid logical_port=lrp0 mac="00:00:00:01:00:01" - doesn't add MAC_Binding record to SBDB, producing error;

correct line:
ovn-sbctl create MAC_Binding ip=10.0.0.1 datapath=$dp_uuid logical_port=lrp0 mac="00\:00\:00\:01\:00\:01"

patch is attached
issue-251.patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant