Bug 1829059

Summary: lrp-add MAC address is case sensitive
Product: Red Hat Enterprise Linux Fast Datapath Reporter: Dan Williams <dcbw>
Component: OVNAssignee: Mark Michelson <mmichels>
Status: CLOSED CURRENTRELEASE QA Contact: Jianlin Shi <jishi>
Severity: low Docs Contact:
Priority: low    
Version: FDP 20.BCC: ctrautma, mmichels
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ovn2.13-20.06.1-2.el7 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-11-10 14:45:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dan Williams 2020-04-28 19:37:49 UTC
https://github.com/ovn-org/ovn-kubernetes/pull/1309

/usr/bin/ovn-nbctl lrp-add GR_node1 rtoj-GR_node1 0a:58:64:40:8b:09 100.64.139.9/29

yields:

"port already exists with mac 0A:58:64:40:8B:09"

MACs are case sensitive so it seems like both forms should be accepted and canonicalized to whatever internal representation OVN wants to use.

Comment 1 Dan Williams 2020-05-08 17:46:00 UTC
"MACs are case sensitive so " <--- should read "case *in*sensitive"