- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for CONNMARK (0.06 sec)
-
cni/pkg/iptables/iptables.go
) } // CLI: -A ISTIO_OUTPUT -m connmark --mark 0x111/0xfff -j CONNMARK --restore-mark --nfmask 0xffffffff --ctmask 0xffffffff // // DESC: Propagate/restore connmark (if we had one) for outbound iptablesBuilder.AppendRule( iptableslog.UndefinedCommand, ChainInpodOutput, iptablesconstants.MANGLE, "-m", "connmark", "--mark", inpodTproxyMark, "-j", "CONNMARK", "--restore-mark",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Oct 15 15:39:28 UTC 2024 - 23.3K bytes - Viewed (0)