1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/drivers/overlay
Sebastiaan van Stijn d152888722 Bump vishvananda/netlink to 1.0.0
Changes included:

- Allow index specification at link creation time
- replace syscall with golang.org/x/sys/unix
  - related: Use IFF_MULTI_QUEUE from x/sys/unix to define TUNTAP_MULTI_QUEUE
  - related: Use IFLA_* constants from x/sys/unix
- Fix index out of range when no metadata for gretap
- added encapsulation attributes for Iptun and Sittun to support SIT tunnels
- Expose xfrm state's statistics
- Support invert in ip rules
- Support LWTUNNEL_ENCAP_SEG6
- Support setting and retrieving route MTU/AdvMSS
- Fix CalcRtable array parameter bug
- added support for Foo-over-UDP netlink calls
- Support num{tx,rx}queues and udp6zerocsum{tx,rx}
- tuntap: Add multiqueue support
- Retrieve VLAN ID when listing neighbour
- Fix LinkAdd for sit tunnel on 3.10 kernel
- Add support for managing source MACVLANs
- Two functions: one for adding bond slave, one for getting veth peer index
- Eliminate cgo from netlink
- Don't overwrite the XDP file descriptor with flags
- Fix reference to BPF instructions (on Kernel 4.13)
- Add Matchall filter
- Send IFA_CACHEINFO when setting up addresses
- Support IPv6 GRE Tun and Tap
- Add List option to RouteSubscribeWithOptions, AddrSubscribeWithOptions, and LinkSubscribeWithOptions
- Add Fq and Fq_Codel Qdisc support

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-24 14:56:49 +02:00
..
overlayutils Touch-up error-message and godoc for ConfigVXLANUDPPort 2019-01-23 10:56:40 +01:00
ovmanager Migrate to gotest.tools :) 2018-07-06 11:01:37 -07:00
encryption.go VXLAN port configuration - late review comments update 2018-11-14 13:26:56 -05:00
filter.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
joinleave.go Refactor locking for join/leave to avoid race 2018-07-10 12:13:39 -04:00
ostweaks_linux.go Allows to set generic knobs on the Sandbox 2018-06-28 16:14:08 -07:00
ostweaks_unsupported.go Set kernel specific config on linux 2017-06-02 21:00:56 -07:00
ov_endpoint.go Use fmt precision to limit string length 2018-07-05 17:44:04 -04:00
ov_network.go Bump vishvananda/netlink to 1.0.0 2019-06-24 14:56:49 +02:00
ov_serf.go Handle IP reuse in overlay 2017-10-02 11:12:33 -07:00
ov_utils.go VXLAN port configuration - late review comments update 2018-11-14 13:26:56 -05:00
overlay.go VXLAN UDP Port configuration support 2018-11-01 15:20:30 -04:00
overlay.pb.go networkdb, drivers: Regenerate protocol buffers 2018-06-22 15:03:12 +01:00
overlay.proto Handle IP reuse in overlay 2017-10-02 11:12:33 -07:00
overlay_test.go Bump vishvananda/netlink to 1.0.0 2019-06-24 14:56:49 +02:00
peerdb.go Create internal directory 2018-07-16 17:34:20 -07:00
peerdb_test.go Fix IPMask marshalling 2017-10-03 19:38:54 -07:00