Change dhcp plugin to send ClientID allowing container to have multiple CNI
interfaces using dhcp ipam. Vendor latest dhcp4server, dhcp4client, dhcp4 Added additional tests for new functionality in dhcp2_test.go Wrap d2g dhcp4client calls with our own which add clientID to packet.
This commit is contained in:
2
vendor/github.com/d2g/dhcp4client/pktsock_linux.go
generated
vendored
2
vendor/github.com/d2g/dhcp4client/pktsock_linux.go
generated
vendored
@ -1,8 +1,8 @@
|
||||
package dhcp4client
|
||||
|
||||
import (
|
||||
"crypto/rand"
|
||||
"encoding/binary"
|
||||
"math/rand"
|
||||
"net"
|
||||
"time"
|
||||
|
||||
|
Reference in New Issue
Block a user