Skip to content

Commit 6131038

Browse files
committed
Merge pull request #44 from msabansal/vlan
Vlan and VSID policy
2 parents 1358a21 + fb1347a commit 6131038

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

hnsfuncs.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ type QosPolicy struct {
2020
MaximumOutgoingBandwidthInBytes uint64
2121
}
2222

23+
type VlanPolicy struct {
24+
Type string
25+
VLAN uint
26+
}
27+
28+
type VsidPolicy struct {
29+
Type string
30+
VSID uint
31+
}
32+
2333
// Subnet is assoicated with a network and represents a list
2434
// of subnets available to the network
2535
type Subnet struct {

0 commit comments

Comments
 (0)