File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
-
2
1
val to_payload : OpenFlow0x04_Core .payload -> SDN_Types .payload
3
2
val from_payload : SDN_Types .payload -> OpenFlow0x04_Core .payload
4
3
val to_reason : OpenFlow0x04_Core .packetInReason -> SDN_Types .packetInReason
@@ -9,9 +8,11 @@ val from_group : OpenFlow0x04_Core.portId option -> GroupTable0x04.t -> SDN_Type
9
8
val from_timeout : SDN_Types .timeout -> OpenFlow0x04_Core .timeout
10
9
val from_flow : GroupTable0x04 .t -> int -> SDN_Types .flow -> OpenFlow0x04_Core .flowMod
11
10
12
- val fix_vlan_in_flow : SDN_Types .flow -> SDN_Types .flow list
13
- val fix_vlan_in_table : SDN_Types .flowTable -> SDN_Types .flowTable
14
-
15
11
module Common : HighLevelSwitch_common .S
16
12
with type of_action = OpenFlow0x04_Core. action
17
13
and type of_portId = OpenFlow0x04_Core. portId
14
+
15
+ (* * These functions are exposed but should not be considered part of the public
16
+ API at this time. *)
17
+ val fix_vlan_in_flow : SDN_Types .flow -> SDN_Types .flow list
18
+ val fix_vlan_in_table : SDN_Types .flowTable -> SDN_Types .flowTable
You can’t perform that action at this time.
0 commit comments