Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Commit45db419
authored
Fix ThreadedVSOCKSocketStreamTest: if get_cid() returns the hostaddress or the "any" address, use the local communication address(loopback): VMADDR_CID_LOCAL.On Linux 6.9, apparently, the /dev/vsock device is now available butget_cid() returns VMADDR_CID_ANY (-1).(cherry picked from commite94dbe4)(cherry picked from commitc750061)(cherry picked from commitcbfe302)
1 parent49edb99 commit45db419
1 file changed
+10
-5
lines changedLines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
| |||
127 | 128 |
| |
128 | 129 |
| |
129 | 130 |
| |
130 |
| - | |
131 |
| - | |
| 131 | + | |
| 132 | + | |
132 | 133 |
| |
133 | 134 |
| |
134 | 135 |
| |
| |||
471 | 472 |
| |
472 | 473 |
| |
473 | 474 |
| |
474 |
| - | |
475 |
| - | |
476 | 475 |
| |
477 | 476 |
| |
478 | 477 |
| |
| |||
494 | 493 |
| |
495 | 494 |
| |
496 | 495 |
| |
| 496 | + | |
| 497 | + | |
| 498 | + | |
497 | 499 |
| |
498 | 500 |
| |
499 | 501 |
| |
500 |
| - | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
501 | 506 |
| |
502 | 507 |
| |
503 | 508 |
| |
|
0 commit comments
Comments
(0)