Ported remaining netns.sh
- Ported remaining netns.sh tests - Begin work on generic implementation of bind interface
This commit is contained in:
@@ -168,7 +168,7 @@ func (end *Endpoint) DstIP() net.IP {
|
||||
}
|
||||
}
|
||||
|
||||
func (end *Endpoint) SrcToBytes() []byte {
|
||||
func (end *Endpoint) DstToBytes() []byte {
|
||||
ptr := unsafe.Pointer(&end.src)
|
||||
arr := (*[unix.SizeofSockaddrInet6]byte)(ptr)
|
||||
return arr[:]
|
||||
|
||||
Reference in New Issue
Block a user