Update hcsshim to include DSR features

This commit is contained in:
Kalya Subramanian
2019-05-20 21:54:44 +00:00
parent 07e3b7cdca
commit c32c26000d
17 changed files with 160 additions and 84 deletions

View File

@@ -27,6 +27,8 @@ var (
V2ApiSupport = Version{Major: 9, Minor: 1}
// Remote Subnet allows for Remote Subnet policies on Overlay networks
RemoteSubnetVersion = Version{Major: 9, Minor: 2}
// A Host Route policy allows for local container to local host communication Overlay networks
HostRouteVersion = Version{Major: 9, Minor: 2}
// HNS 10.2 allows for Direct Server Return for loadbalancing
DSRVersion = Version{Major: 10, Minor: 2}
)