Skip to content

Commit

Permalink
Merge pull request #62 from linkernetworks/johnlin/typos
Browse files Browse the repository at this point in the history
fix typos

Former-commit-id: 90412141d1ca485034d60b389bae2faf2861a7f4 [formerly ff3597c]
Former-commit-id: 02ccd0b35c4043a9a4f9817e84e6b2e281617dcb
  • Loading branch information
Hung-Wei Chiu authored Jul 5, 2018
2 parents 8311ae2 + 6b31beb commit 5fa7a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/entity/network_ovs.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package entity

type PhysicalPort struct {
Name string `bson:"name" json:"name"`
MTU int `bson:"maximumTransmissionUnit" MTC:"maximumTransmissionUnit"`
VlanTags []int `bson:"vlanTag" MTC:"vlanTag"`
MTU int `bson:"MTU" json:"MTU"`
VlanTags []int `bson:"vlanTag" json:"vlanTag"`
}

type OVSNetwork struct {
Expand Down

0 comments on commit 5fa7a14

Please sign in to comment.