opendaylight 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8c9fbb5d75673daa8e54f4d7e58a5ad289d4581d
4
- data.tar.gz: 0ca89291a52bb5b6cef888e3055c125b3bcf92c6
3
+ metadata.gz: 61f729235a06f2e6e4905f42ca1def6f9b61acdc
4
+ data.tar.gz: a3682ac3179724b3a5d6a0cc0e31c123ff5deb60
5
5
  SHA512:
6
- metadata.gz: 10e67c6c981ff1440b3eff97383c407bb0568450308c28ceb7f7eed5f0dca1d83dc4eb31c4615486c50192bac7e13b4b6fce2f468a8127b5cb6fb2dc3a3002f5
7
- data.tar.gz: 728b40b229396c5a655068d9fe2646fe110ae494eab542cdcacc2384d35836153a6b0c103019d98bd84cd3a616d5f0590d16c3ed33445a1c445a9159868ec7a2
6
+ metadata.gz: 7e20666828f2beb3ef7d8c9be3cafaa61feb12b18ddd596a8dc682bcd899a24de7d47d87da9f6fcda9ed0a0d0f6b1540a6c93d104f6de89eaa6b0b73908817d0
7
+ data.tar.gz: bf077e4543ca15c12109ea1b70872a6d3f8fe649847910497b305c3980de17bc10912e57d4a3d84187a0ed4fa7ed267f56f5d1c459d96bdc6b82a8458216474c
data/lib/opendaylight.rb CHANGED
@@ -20,7 +20,7 @@ module Opendaylight
20
20
  end
21
21
 
22
22
  class OpenDaylight
23
- def self.makeflow(tpSrc: nil, protocol: "6", vlanId: nil, id: nil, type: "OF", vlanPriority: nil, idleTimeout: nil, priority: nil, ingressPort: nil, tosBits: nil, name: nil, hardTimeout: nil, dlDst: nil, installInHW: "true", etherType: "0x800", actions: nil, cookie: nil, dlSrc: nil, nwSrc: nil, nwDst: nil, tpDst: nil, username: OpenDaylight.configuration.username, password: Opendaylight.configuration.password, url: Opendaylight.configuration.url, containerName: "default")
23
+ def self.makeflow(tpSrc: nil, protocol: "6", vlanId: nil, id: nil, type: "OF", vlanPriority: nil, idleTimeout: nil, priority: nil, ingressPort: nil, tosBits: nil, name: nil, hardTimeout: nil, dlDst: nil, installInHW: "true", etherType: "0x800", actions: nil, cookie: nil, dlSrc: nil, nwSrc: nil, nwDst: nil, tpDst: nil, username: Opendaylight.configuration.username, password: Opendaylight.configuration.password, url: Opendaylight.configuration.url, containerName: "default")
24
24
  auth = {username: username, password: password}
25
25
  options = {
26
26
  headers: {"Content-Type" => "application/json"},
@@ -1,3 +1,3 @@
1
1
  module Opendaylight
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opendaylight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - rickpr