Skip to content

Commit 7b329f7

Browse files
committed
Merge pull request #178 from frenetic-lang/switches
switches: Use public Async_OpenFlow API for switches
2 parents 823e654 + ca964f4 commit 7b329f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Learning_Switch.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ open OpenFlow0x01
55
open OpenFlow0x01_Core
66
open OpenFlow0x01.Message
77

8-
module OF0x01Controller = Async_OpenFlow0x01.Controller
8+
module OF0x01Controller = Async_OpenFlow.OpenFlow0x01.Controller
99

1010
module SwitchTable = Map.Make(OF0x01Controller.Client_id)
1111

examples/Learning_Switch0x04.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ open OpenFlow0x04
55
open OpenFlow0x04_Core
66
open OpenFlow0x04.Message
77

8-
module OF0x04Controller = Async_OpenFlow0x04.Controller
8+
module OF0x04Controller = Async_OpenFlow.OpenFlow0x04.Controller
99

1010
module SwitchTable = Map.Make(OF0x04Controller.Client_id)
1111

0 commit comments

Comments
 (0)