ovn-org / ovn

Open Virtual Network
Apache License 2.0
508 stars 249 forks source link

FIX: delete Mac binding test #251

Open george-shagov-cloud-ru opened 3 months ago

george-shagov-cloud-ru commented 3 months ago

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

george-shagov-cloud-ru commented 3 months ago

https://mail.openvswitch.org/pipermail/ovs-dev/2024-July/415459.html