FIX: delete Mac binding test
george-shagov-cloud-ru opened this issue · 1 comments
george-shagov-cloud-ru commented
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