plugins/vendor/github.com
toby lorne 23a1d90e0b deps: bump coreos/go-iptables
Closes #544

The above issue describes a situation where using the bridge plugin
with IPv6 addresses prevented `DEL` from working correctly.

`DEL` seems to be failing in the body of `TeardownIPMasq`

This arises because:

* twice delete postrouting rules: `ipn.String()` `ipn.IP.String()` #279
* we are using a version of go-iptables which is bugged for v6

PR github.com/coreos/go-iptables/pull/74 describes why this does
not work. The error message is not being checked correctly.

Using a later version of go-iptables means that
* when the second `ipt.Delete` fails (this is okay)
* we will correctly interpret this as an non-fatal error
* `TeardownIPMasq` will not prematurely exit the method
* `ipt.ClearChain` now can run
* `ipt.DeleteChain` now can run

This explains why this was working for v4 but not v6

This commit was amended to include v0.5.0 instead of a pseudo-version
v0.4.6-0.20200318170312-12696f5c9108

Signed-off-by: toby lorne <toby@toby.codes>
2021-01-05 19:28:14 +00:00
..
alexflint/go-filemutex Update Vendor 2018-09-21 00:34:07 +08:00
buger/jsonparser Update Vendor 2018-09-21 00:34:07 +08:00
containernetworking/cni update netlink dependencies 2020-11-17 23:32:35 +01:00
coreos deps: bump coreos/go-iptables 2021-01-05 19:28:14 +00:00
d2g dhcp module update 2019-06-26 02:07:24 -07:00
fsnotify/fsnotify vendor: bump ginkgo, gover 2020-12-08 16:33:10 +01:00
godbus/dbus vendor: Add github.com/godbus/dbus 2019-04-12 14:37:21 -04:00
j-keck/arping vendor: add j-keck/arping 2017-06-07 15:40:26 +02:00
mattn/go-shellwords vendor: add mattn/go-shellwords 2017-05-31 19:21:03 +02:00
Microsoft Bump Go version to 1.13 and 1.14 2020-08-05 14:12:09 -05:00
nxadm/tail vendor: bump ginkgo, gover 2020-12-08 16:33:10 +01:00
onsi vendor: bump ginkgo, gover 2020-12-08 16:33:10 +01:00
safchain/ethtool update ethtool 2019-06-26 02:07:24 -07:00
sirupsen/logrus Update Vendor 2018-09-21 00:34:07 +08:00
vishvananda update netlink dependencies 2020-11-17 23:32:35 +01:00