aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/hcsshim/hnssupport.go
blob: 69405244b6734b2044e0db9d7e147d6a3e6cc0d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package hcsshim

import (
	"github.com/Microsoft/hcsshim/internal/hns"
)

type HNSSupportedFeatures = hns.HNSSupportedFeatures

type HNSAclFeatures = hns.HNSAclFeatures

func GetHNSSupportedFeatures() HNSSupportedFeatures {
	return hns.GetHNSSupportedFeatures()
}