The FDP team is no longer accepting new bugs in Bugzilla. Please report your issues under FDP project in Jira. Thanks.
Bug 1829059 - lrp-add MAC address is case sensitive
Summary: lrp-add MAC address is case sensitive
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux Fast Datapath
Classification: Red Hat
Component: OVN
Version: FDP 20.B
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Mark Michelson
QA Contact: Jianlin Shi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-04-28 19:37 UTC by Dan Williams
Modified: 2021-07-20 05:44 UTC (History)
2 users (show)

Fixed In Version: ovn2.13-20.06.1-2.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-10 14:45:56 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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"


Note You need to log in before you can comment on or make changes to this bug.