Commit f9cb0ab
authored
Add support for ethernet locator kind (#5999)
* Refs #23435. Add locator kind for ethernet transport.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Process ethernet locators in `get_mask_and_cost`.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Avoid assertion for unknown locators.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Fix `LocatorWithMask::matches`.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Serialization of ethernet locators.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Update `IsAddressDefined`.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Prepare XML parser for extensions in Fast DDS Pro.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Add ethernet transport details to XSD.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Refactor transport creation in XML parser.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Move `parseXMLOctetVector` from free function to `XMLParser` static method.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Avoid failing with eth specific xml elements.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Compare full address in `IsAddressDefined`.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Change ethernet address serialization.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Fix comment.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Update locator tests.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Fix behavior.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Fix link issues.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Add xml validation file for ethernet.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Fix link issues in Mac.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Improve locator test.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #23435. Update `versions.md`.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
---------
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>1 parent db64a12 commit f9cb0ab
File tree
47 files changed
+825
-251
lines changed- include/fastdds/rtps/common
- resources/xsd
- src/cpp
- rtps
- common
- network/utils
- utils
- xmlparser
- test
- system/tools/xmlvalidation
- unittest
- dds
- collections
- core
- condition
- entity
- publisher
- status
- subscriber
- topic/DDSSQLFilter
- xtypes/type_lookup_service
- logging
- log_macros
- rtps
- attributes
- builtin
- common
- discovery
- flowcontrol
- history
- network
- persistence
- reader
- resources/timedevent
- security
- writer
- security
- accesscontrol
- authentication
- cryptography
- logging
- statistics
- dds
- rtps
- transport
- utils
- xmlparser
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+825
-251
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| 89 | + | |
| 90 | + | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
| |||
188 | 193 | | |
189 | 194 | | |
190 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
191 | 209 | | |
192 | 210 | | |
193 | 211 | | |
| |||
210 | 228 | | |
211 | 229 | | |
212 | 230 | | |
213 | | - | |
| 231 | + | |
| 232 | + | |
214 | 233 | | |
215 | 234 | | |
216 | 235 | | |
| |||
302 | 321 | | |
303 | 322 | | |
304 | 323 | | |
| 324 | + | |
305 | 325 | | |
306 | 326 | | |
307 | 327 | | |
| |||
341 | 361 | | |
342 | 362 | | |
343 | 363 | | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
344 | 369 | | |
345 | 370 | | |
346 | 371 | | |
| |||
349 | 374 | | |
350 | 375 | | |
351 | 376 | | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
| 377 | + | |
361 | 378 | | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
370 | 407 | | |
371 | 408 | | |
372 | 409 | | |
| |||
392 | 429 | | |
393 | 430 | | |
394 | 431 | | |
| 432 | + | |
395 | 433 | | |
396 | 434 | | |
397 | 435 | | |
| |||
432 | 470 | | |
433 | 471 | | |
434 | 472 | | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
435 | 477 | | |
436 | 478 | | |
437 | 479 | | |
| |||
488 | 530 | | |
489 | 531 | | |
490 | 532 | | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
491 | 539 | | |
492 | 540 | | |
493 | 541 | | |
494 | 542 | | |
495 | 543 | | |
496 | 544 | | |
497 | 545 | | |
498 | | - | |
| 546 | + | |
499 | 547 | | |
500 | 548 | | |
501 | 549 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
944 | 944 | | |
945 | 945 | | |
946 | 946 | | |
947 | | - | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
948 | 952 | | |
949 | 953 | | |
950 | 954 | | |
| |||
957 | 961 | | |
958 | 962 | | |
959 | 963 | | |
| 964 | + | |
960 | 965 | | |
961 | 966 | | |
962 | 967 | | |
| |||
1018 | 1023 | | |
1019 | 1024 | | |
1020 | 1025 | | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
1021 | 1029 | | |
1022 | 1030 | | |
1023 | 1031 | | |
| |||
1151 | 1159 | | |
1152 | 1160 | | |
1153 | 1161 | | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
1154 | 1182 | | |
1155 | 1183 | | |
1156 | 1184 | | |
| |||
1171 | 1199 | | |
1172 | 1200 | | |
1173 | 1201 | | |
| 1202 | + | |
1174 | 1203 | | |
1175 | 1204 | | |
1176 | 1205 | | |
| |||
1439 | 1468 | | |
1440 | 1469 | | |
1441 | 1470 | | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
| 1482 | + | |
| 1483 | + | |
| 1484 | + | |
1442 | 1485 | | |
1443 | 1486 | | |
1444 | 1487 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
60 | 71 | | |
61 | 72 | | |
62 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
89 | 97 | | |
90 | | - | |
| 98 | + | |
| 99 | + | |
91 | 100 | | |
92 | 101 | | |
93 | 102 | | |
| |||
0 commit comments