mirror of
https://github.com/rancher/plugins.git
synced 2025-09-13 17:44:12 +00:00
dhcp module update
This commit is contained in:
2
vendor/github.com/d2g/dhcp4/option.go
generated
vendored
2
vendor/github.com/d2g/dhcp4/option.go
generated
vendored
@@ -11,7 +11,7 @@ type Option struct {
|
||||
type Options map[OptionCode][]byte
|
||||
|
||||
// SelectOrderOrAll has same functionality as SelectOrder, except if the order
|
||||
// param is nil, whereby all options are added (in arbitary order).
|
||||
// param is nil, whereby all options are added (in arbitrary order).
|
||||
func (o Options) SelectOrderOrAll(order []byte) []Option {
|
||||
if order == nil {
|
||||
opts := make([]Option, 0, len(o))
|
||||
|
Reference in New Issue
Block a user