From 8b072d01e7f910018ddafd55962ff983da7490b1 Mon Sep 17 00:00:00 2001 From: Cameron Thornton Date: Fri, 3 Apr 2020 16:12:17 -0700 Subject: [PATCH] Add `ipip` to list of protocols supported by compute_firewall resource --- products/compute/api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/products/compute/api.yaml b/products/compute/api.yaml index c9093bca3eed..7a0ae2f73139 100644 --- a/products/compute/api.yaml +++ b/products/compute/api.yaml @@ -2965,7 +2965,7 @@ objects: The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, - icmp, esp, ah, sctp), or the IP protocol number. + icmp, esp, ah, sctp, ipip), or the IP protocol number. api_name: 'IPProtocol' required: true - !ruby/object:Api::Type::Array @@ -3005,7 +3005,7 @@ objects: The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, - icmp, esp, ah, sctp), or the IP protocol number. + icmp, esp, ah, sctp, ipip), or the IP protocol number. api_name: 'IPProtocol' required: true - !ruby/object:Api::Type::Array