Skip to content

Commit 2cab0a9

Browse files
committed
Made matching algorithm more explicit about mixing identification props
1 parent 2a1cc89 commit 2cab0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RFCs/0002-pluggable-discovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ myboard.pears.1=30
326326
myboard.apples.1=40
327327
```
328328

329-
will match on both `pears=20, apples=30` and `pears=30, apples=40`.
329+
will match on both `pears=20, apples=30` and `pears=30, apples=40` but not `pears=20, apples=40`, in that sense each "set" of identification properties is indepentent from each other and cannot be mixed for port matching.
330330

331331
### Upload (state of the art)
332332

0 commit comments

Comments
 (0)