odlgem 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +25 -0
  3. data/lib/odlgem/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0011b738fa8d6d1149668fa70ea9902e62b74aea
4
- data.tar.gz: 0f72bef2f36f35d63b77b069dd40c9d68bf5302a
3
+ metadata.gz: 005f917dcc2618325784a138cb78d79ba136206e
4
+ data.tar.gz: 1795d6769ae96dd4fdab7f55d29345d3c8297ba6
5
5
  SHA512:
6
- metadata.gz: 8d0d445b4541c161c3b35757acc815afe101a396760f6643d90e90fbaf34c08d2c50a80558cf6a94405d6babb55382adfd155495d4357ff7c9be86bd1288d534
7
- data.tar.gz: f3fdb86e9783b6ddba02327fe0d1544f1bd36d66ae0e4cd34962ba5c175d0c56ce3d3ec7f1968ec3afa508e6a82273a963d4c06eeac5a9bf7d388a031aa4858a
6
+ metadata.gz: eccd13c8e590fa88381eff0c12df650d033ce7e6c92439dc1b828ccc625203bff684a3b5c7520441d14e52bc51de0531220dfd9fc9bef32a8fa2efe86115fbfd
7
+ data.tar.gz: b74007369b515e112d02685d92cdab4d2f993dde5036d21f659b7615d483340fc53fde6c834e4be6b78ffdea5266308bb1ad91b0a0a19723b30de8bc58b863d7
data/README.md CHANGED
@@ -63,6 +63,31 @@ Here are the possible arguments for makeflow. All the arguments default to nil u
63
63
  cookie #Cookie enhancements
64
64
 
65
65
 
66
+ ## OpenDaylight Actions for the actions field
67
+ CONTROLLER
68
+ DROP
69
+ ENQUEUE
70
+ FLOOD
71
+ FLOOD_ALL
72
+ HW_PATH
73
+ INTERFACE
74
+ LOOPBACK
75
+ OUTPUT
76
+ POP_VLAN
77
+ PUSH_VLAN
78
+ SET_DL_DST
79
+ SET_DL_SRC
80
+ SET_DL_TYPE
81
+ SET_NEXT_HOP
82
+ SET_NW_DST
83
+ SET_NW_SRC
84
+ SET_NW_TOS
85
+ SET_TP_DST
86
+ SET_TP_SRC
87
+ SET_VLAN_CFI
88
+ SET_VLAN_ID
89
+ SET_VLAN_PCP
90
+ SW_PATH
66
91
 
67
92
  ## Contributing
68
93
 
@@ -1,3 +1,3 @@
1
1
  module Odlgem
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: odlgem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - rickpr