Commit 81c17f1
committed
refactor(vsock): more permissive binding for make public scope (#13)
Combine scope 2 (Public) and scope 3 (Any) to have the same behavior,
both allowing binding to any IP address. This simplifies the logic
by removing the public IP check since both scopes now permit unrestricted
IP binding.1 parent 395372e commit 81c17f1
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 88 | + | |
| 89 | + | |
92 | 90 | | |
93 | 91 | | |
94 | 92 | | |
| |||
0 commit comments