plugins/pkg/ip
edef 90c018566c Use crypto/rand.Read, not crypto.Reader.Read
The current code accidentally ignores partial reads, since it doesn't
check the return value of (io.Reader).Read.

What we actually want is io.ReadFull(rand.Reader, buf), which is
conveniently provided by rand.Read(buf).

Signed-off-by: edef <edef@edef.eu>
2021-09-17 13:30:14 +00:00
..
addr_linux.go Enable Windows CI (Appveyor) 2017-11-10 08:09:29 -08:00
cidr.go ipam/host-local: support multiple IP ranges 2017-06-12 21:14:44 +02:00
ip_suite_test.go build: some small improvements; bump to go1.10 2018-04-12 16:59:51 +02:00
ip_test.go pkg/ip: introduce a new type IP to support formated <ip>[/<prefix>] 2021-04-13 17:53:43 +08:00
ip.go pkg/ip: introduce a new type IP to support formated <ip>[/<prefix>] 2021-04-13 17:53:43 +08:00
ipforward_linux_test.go pkg/ip: Add missing error check 2018-09-20 11:04:13 +02:00
ipforward_linux.go plugins: update to spec version 1.0.0 2021-02-11 23:27:08 -06:00
ipmasq_linux.go change source of ipmasq rule from ipn to ip 2019-04-25 15:59:02 +08:00
link_linux_test.go ip: place veth peer in host namspace directly 2021-07-21 09:59:11 -05:00
link_linux.go Use crypto/rand.Read, not crypto.Reader.Read 2021-09-17 13:30:14 +00:00
route_linux.go Enable Windows CI (Appveyor) 2017-11-10 08:09:29 -08:00
utils_linux.go plugins: update to spec version 1.0.0 2021-02-11 23:27:08 -06:00