Commit 8e0efd3
authored
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 ed7ff79 commit 8e0efd3
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