vendor: Updating Gophercloud for OpenStack Provider
This commit is contained in:
parent
c732c3b16f
commit
58ccbbeca1
|
@ -47,13 +47,31 @@ type RuleEtherType string
|
||||||
|
|
||||||
// Constants useful for CreateOpts
|
// Constants useful for CreateOpts
|
||||||
const (
|
const (
|
||||||
DirIngress RuleDirection = "ingress"
|
DirIngress RuleDirection = "ingress"
|
||||||
DirEgress RuleDirection = "egress"
|
DirEgress RuleDirection = "egress"
|
||||||
ProtocolTCP RuleProtocol = "tcp"
|
EtherType4 RuleEtherType = "IPv4"
|
||||||
ProtocolUDP RuleProtocol = "udp"
|
EtherType6 RuleEtherType = "IPv6"
|
||||||
ProtocolICMP RuleProtocol = "icmp"
|
ProtocolAH RuleProtocol = "ah"
|
||||||
EtherType4 RuleEtherType = "IPv4"
|
ProtocolDCCP RuleProtocol = "dccp"
|
||||||
EtherType6 RuleEtherType = "IPv6"
|
ProtocolEGP RuleProtocol = "egp"
|
||||||
|
ProtocolESP RuleProtocol = "esp"
|
||||||
|
ProtocolGRE RuleProtocol = "gre"
|
||||||
|
ProtocolICMP RuleProtocol = "icmp"
|
||||||
|
ProtocolIGMP RuleProtocol = "igmp"
|
||||||
|
ProtocolIPv6Encap RuleProtocol = "ipv6-encap"
|
||||||
|
ProtocolIPv6Frag RuleProtocol = "ipv6-frag"
|
||||||
|
ProtocolIPv6ICMP RuleProtocol = "ipv6-icmp"
|
||||||
|
ProtocolIPv6NoNxt RuleProtocol = "ipv6-nonxt"
|
||||||
|
ProtocolIPv6Opts RuleProtocol = "ipv6-opts"
|
||||||
|
ProtocolIPv6Route RuleProtocol = "ipv6-route"
|
||||||
|
ProtocolOSPF RuleProtocol = "ospf"
|
||||||
|
ProtocolPGM RuleProtocol = "pgm"
|
||||||
|
ProtocolRSVP RuleProtocol = "rsvp"
|
||||||
|
ProtocolSCTP RuleProtocol = "sctp"
|
||||||
|
ProtocolTCP RuleProtocol = "tcp"
|
||||||
|
ProtocolUDP RuleProtocol = "udp"
|
||||||
|
ProtocolUDPLite RuleProtocol = "udplite"
|
||||||
|
ProtocolVRRP RuleProtocol = "vrrp"
|
||||||
)
|
)
|
||||||
|
|
||||||
// CreateOptsBuilder is what types must satisfy to be used as Create
|
// CreateOptsBuilder is what types must satisfy to be used as Create
|
||||||
|
|
|
@ -1821,10 +1821,10 @@
|
||||||
"revisionTime": "2017-03-10T01:59:53Z"
|
"revisionTime": "2017-03-10T01:59:53Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "CsS/kI3VeLcSHzMKviFVDwqwgvk=",
|
"checksumSHA1": "E/5q7DTCoOD15K1KGFXSwFCGDE4=",
|
||||||
"path": "github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/security/rules",
|
"path": "github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/security/rules",
|
||||||
"revision": "0f64da0e36de86a0ca1a8f2fc1b0570a0d3f7504",
|
"revision": "ce1e02c3ccfdb7fab257340dc4d603ec3035fa11",
|
||||||
"revisionTime": "2017-03-10T01:59:53Z"
|
"revisionTime": "2017-05-08T02:10:49Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "zKOhFTL5BDZPMC58ZzZkryjskno=",
|
"checksumSHA1": "zKOhFTL5BDZPMC58ZzZkryjskno=",
|
||||||
|
|
Loading…
Reference in New Issue