Skip to content

Commit 7298415

Browse files
committed
mli: note that VLAN ops are exposed but not public
Related to #163.
1 parent 15cb254 commit 7298415

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lib/SDN_OpenFlow0x04.mli

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
val to_payload : OpenFlow0x04_Core.payload -> SDN_Types.payload
32
val from_payload : SDN_Types.payload -> OpenFlow0x04_Core.payload
43
val to_reason : OpenFlow0x04_Core.packetInReason -> SDN_Types.packetInReason
@@ -9,9 +8,11 @@ val from_group : OpenFlow0x04_Core.portId option -> GroupTable0x04.t -> SDN_Type
98
val from_timeout : SDN_Types.timeout -> OpenFlow0x04_Core.timeout
109
val from_flow : GroupTable0x04.t -> int -> SDN_Types.flow -> OpenFlow0x04_Core.flowMod
1110

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-
1511
module Common : HighLevelSwitch_common.S
1612
with type of_action = OpenFlow0x04_Core.action
1713
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

0 commit comments

Comments
 (0)