Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Lin committed Jul 13, 2018
1 parent a50fc51 commit e5b46d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/networkprovider/ovs_system.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type kernelspaceNetworkProvider struct {
}

func (knp kernelspaceNetworkProvider) CreateNetwork(sp *serviceprovider.Container) error {
if err := entity.ValidateVLANTags(unp.vlanTags); err != nil {
if err := entity.ValidateVLANTags(knp.vlanTags); err != nil {
return err
}
for _, node := range knp.nodes {
Expand Down

0 comments on commit e5b46d0

Please sign in to comment.