libnetwork: fix typo in iptables.go
Co-authored-by: Ikko Ashimine <eltociear@gmail.com> Signed-off-by: Cory Snider <csnider@mirantis.com>
This commit is contained in:
parent
8906adc8d4
commit
9a41cc58d9
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ func (c *ChainInfo) Forward(action Action, ip net.IP, port int, proto, destAddr
|
||||||
if proto == "sctp" {
|
if proto == "sctp" {
|
||||||
// Linux kernel v4.9 and below enables NETIF_F_SCTP_CRC for veth by
|
// Linux kernel v4.9 and below enables NETIF_F_SCTP_CRC for veth by
|
||||||
// the following commit.
|
// the following commit.
|
||||||
// This introduces a problem when conbined with a physical NIC without
|
// This introduces a problem when combined with a physical NIC without
|
||||||
// NETIF_F_SCTP_CRC. As for a workaround, here we add an iptables entry
|
// NETIF_F_SCTP_CRC. As for a workaround, here we add an iptables entry
|
||||||
// to fill the checksum.
|
// to fill the checksum.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue