summaryrefslogtreecommitdiff
path: root/network/ndis/extension
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-19 09:34:00 -0700
committerGitHub <[email protected]>2019-09-19 09:34:00 -0700
commit65a2384f555cf54601e3b9c29eb53075193a9af1 (patch)
treef7af871d3fef5f9a15704b435a2017fb255c6727 /network/ndis/extension
parent1238743debbcd302221eb77842053bfcea46656f (diff)
Diffstat (limited to 'network/ndis/extension')
-rw-r--r--network/ndis/extension/README.md13
1 files changed, 1 insertions, 12 deletions
diff --git a/network/ndis/extension/README.md b/network/ndis/extension/README.md
index 690a5efb..c6965595 100644
--- a/network/ndis/extension/README.md
+++ b/network/ndis/extension/README.md
@@ -8,17 +8,6 @@ products:
- windows-wdk
---
-
-
-<!---
- name: Hyper-V Extensible Switch extension filter driver
- platform: WDM
- language: cpp
- category: Network
- description: A base library used to implement a Hyper-V Extensible Switch extension filter driver.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617913
---->
-
# Hyper-V Extensible Switch extension filter driver
This sample contains a base library used to implement a Hyper-V Extensible Switch extension filter driver. This sample also contains two different extension filter drivers that were developed by using the library.
@@ -35,4 +24,4 @@ MsForwardExt is a basic forwarding extension filter driver that is implemented b
Use the *install.cmd* script provided with each extension filter driver. The *install.cmd* uses **netcfg** to install the extension and **mofcomp** to register any required mof files. The PowerShell cmdlet *Enable-VmSwitchExtension* can then be used to enable the extension filter driver on a Hyper-V Extensible Switch.
-For more information on Hyper-V Extensible Switch extensions, see [Hyper-V Extensible Switch](http://msdn.microsoft.com/en-us/library/windows/hardware/hh598161).
+For more information on Hyper-V Extensible Switch extensions, see [Hyper-V Extensible Switch](https://docs.microsoft.com/windows-hardware/drivers/network/hyper-v-extensible-switch).