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.
- checksums.yaml +4 -4
- data/README.md +25 -0
- data/lib/odlgem/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 005f917dcc2618325784a138cb78d79ba136206e
|
|
4
|
+
data.tar.gz: 1795d6769ae96dd4fdab7f55d29345d3c8297ba6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/lib/odlgem/version.rb
CHANGED