diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-22 11:37:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 11:37:45 -0400 |
commit | e92b3830339cc9c8240d4553ccd23b3ec5578e4b (patch) | |
tree | eb32501e758aed50f09d7a5bd23bde99e555ce61 /vendor/github.com/vishvananda/netlink/xfrm_policy.go | |
parent | d88ed478cb6e422ee21a7ab9c99ece2d45bdfcab (diff) | |
parent | af49810a6e08ed084294ce03e1c8a5efb8d1a705 (diff) | |
download | podman-e92b3830339cc9c8240d4553ccd23b3ec5578e4b.tar.gz podman-e92b3830339cc9c8240d4553ccd23b3ec5578e4b.tar.bz2 podman-e92b3830339cc9c8240d4553ccd23b3ec5578e4b.zip |
Merge pull request #11629 from Luap99/CNI-1.0
Bump CNI to v1.0.1
Diffstat (limited to 'vendor/github.com/vishvananda/netlink/xfrm_policy.go')
-rw-r--r-- | vendor/github.com/vishvananda/netlink/xfrm_policy.go | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/vendor/github.com/vishvananda/netlink/xfrm_policy.go b/vendor/github.com/vishvananda/netlink/xfrm_policy.go index 6219d2772..b7532b092 100644 --- a/vendor/github.com/vishvananda/netlink/xfrm_policy.go +++ b/vendor/github.com/vishvananda/netlink/xfrm_policy.go @@ -58,12 +58,13 @@ func (a PolicyAction) String() string { // policy. These rules are matched with XfrmState to determine encryption // and authentication algorithms. type XfrmPolicyTmpl struct { - Dst net.IP - Src net.IP - Proto Proto - Mode Mode - Spi int - Reqid int + Dst net.IP + Src net.IP + Proto Proto + Mode Mode + Spi int + Reqid int + Optional int } func (t XfrmPolicyTmpl) String() string { |