Skip to content

Commit

Permalink
Merge pull request #67 from yunify/add-router-static
Browse files Browse the repository at this point in the history
Add router static missing field
  • Loading branch information
runzexia authored Nov 24, 2017
2 parents 39386e5 + a181cde commit 89180cf
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2036,6 +2036,8 @@ type RouterStatic struct {
Val2 *string `json:"val2" name:"val2"`
Val3 *string `json:"val3" name:"val3"`
Val4 *string `json:"val4" name:"val4"`
Val5 *string `json:"val5" name:"val5"`
Val6 *string `json:"val6" name:"val6"`
VxNetID *string `json:"vxnet_id" name:"vxnet_id"`
}

Expand Down
Empty file modified vendor/golang.org/x/sys/plan9/mkall.sh
100755 → 100644
Empty file.
Empty file modified vendor/golang.org/x/sys/plan9/mkerrors.sh
100755 → 100644
Empty file.
Empty file modified vendor/golang.org/x/sys/plan9/mksyscall.pl
100755 → 100644
Empty file.
Empty file modified vendor/golang.org/x/sys/plan9/mksysnum_plan9.sh
100755 → 100644
Empty file.
Empty file modified vendor/golang.org/x/sys/unix/linux/mksysnum.pl
100755 → 100644
Empty file.
Empty file modified vendor/golang.org/x/sys/unix/mkall.sh
100755 → 100644
Empty file.
Empty file modified vendor/golang.org/x/sys/unix/mkerrors.sh
100755 → 100644
Empty file.
Empty file modified vendor/golang.org/x/sys/unix/mksyscall.pl
100755 → 100644
Empty file.
Empty file modified vendor/golang.org/x/sys/unix/mksyscall_solaris.pl
100755 → 100644
Empty file.
Empty file modified vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl
100755 → 100644
Empty file.
Empty file modified vendor/golang.org/x/sys/unix/mksysnum_darwin.pl
100755 → 100644
Empty file.
Empty file modified vendor/golang.org/x/sys/unix/mksysnum_dragonfly.pl
100755 → 100644
Empty file.
Empty file modified vendor/golang.org/x/sys/unix/mksysnum_freebsd.pl
100755 → 100644
Empty file.
Empty file modified vendor/golang.org/x/sys/unix/mksysnum_netbsd.pl
100755 → 100644
Empty file.
Empty file modified vendor/golang.org/x/sys/unix/mksysnum_openbsd.pl
100755 → 100644
Empty file.

0 comments on commit 89180cf

Please sign in to comment.