Commit 5237ea1
Filter virtual/filter network adapters by Name and Description in .NET 9/10 (#3309)
* Initial plan
* Enable network interface blacklist filtering for .NET 9/10
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
* Fix lambda expression in network interface filter
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
* Use inclusive terminology for filter patterns
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
* Add WAN Miniport and Wi-Fi Direct Virtual Adapter to filter list
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
* Filter network interfaces by both Name and Description
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
* Update NetworkInterface.cs
* Update NetworkInterface.cs
* Docs: #3309
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>1 parent de43bc2 commit 5237ea1
File tree
2 files changed
+21
-11
lines changed- Source/NETworkManager.Models/Network
- Website/docs/changelog
2 files changed
+21
-11
lines changedLines changed: 19 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
36 | | - | |
37 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | | - | |
40 | 47 | | |
41 | 48 | | |
42 | 49 | | |
| |||
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
83 | 91 | | |
84 | 92 | | |
85 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments