Commit graph

69 commits

Author SHA1 Message Date
Eishun Kondoh
45768a6625 tres/switch_registry: Refactored 2018-05-02 23:38:28 +09:00
Eishun Kondoh
acdb7ab4bb tres/switch_registry: Fix to add handler for switch pid is not exist 2018-05-02 23:00:05 +09:00
Eishun Kondoh
697b7181a9 tres/controller: Add send_message/3 2018-05-02 20:53:45 +09:00
Eishun Kondoh
6ef1a60503 Update README 2018-05-02 16:24:33 +09:00
Eishun Kondoh
a316bf2416 tres/message_handler: Fix to use DynamicSupervisor instead of :simple_one_for_one 2018-05-02 16:22:31 +09:00
Eishun Kondoh
6bba512271 tres/secure_channel: Fix to avoid crash when receive malformed packet 2018-05-02 15:39:58 +09:00
Eishun Kondoh
bc3c65cfa9 tres/secure_channel: Add a new feature for blocking sending 2018-05-02 02:49:58 +09:00
Eishun Kondoh
516bb182bb
Merge pull request #6 from shun159/feature/blocking_send
tres/secure_channel: Add a new feature for blocking sending
2018-05-01 13:40:10 +09:00
Eishun Kondoh
31b113af24 tres/secure_channel: Add a new feature for blocking sending 2018-05-01 13:38:55 +09:00
Eishun Kondoh
2f5c59c649
Merge pull request #5 from shun159/fix/interpolation
tres/secure_channel: Fix a bug which interpolating error when logging
2018-04-17 15:04:34 +09:00
Eishun Kondoh
471abfceef tres/secure_channel: Fix a bug which interpolating error when logging 2018-04-17 15:01:37 +09:00
Eishun Kondoh
da682cb2e4 Merge tag '0.1.0' into develop
Release 0.1.0
2018-03-29 23:35:02 +09:00
Eishun Kondoh
1fe53969d5 Merge branch 'release/0.1.0' 2018-03-29 23:34:55 +09:00
Eishun Kondoh
8e29f78f9c Merge pull request #3 from shun159/refactoring_enum_macro
Refactored Enum macro
2018-03-24 02:08:21 +09:00
Eishun Kondoh
0dd7867ceb Add openflow enum generator 2018-03-24 01:27:48 +09:00
Eishun Kondoh
44919bc079 Refactored Enum macro 2018-03-23 21:28:37 +09:00
Eishun Kondoh
07fe33df58 secure_channel: Fix ping_timeout event handling 2018-03-23 21:28:12 +09:00
Eishun Kondoh
4803c61061 Fix to accept transaction_id to all message structs 2018-03-22 23:49:03 +09:00
Eishun Kondoh
bb74f3d8c4 secure_channel: Fix transactional_send API to accept xid from handler processes 2018-03-19 23:39:55 +09:00
Eishun Kondoh
cf5a09dfb4 Fix minor bug 2018-03-18 22:57:05 +09:00
Eishun Kondoh
238933bc1d secure_channel: formatted 2018-03-18 22:38:13 +09:00
Eishun Kondoh
c4c70c4d99
Merge pull request #2 from shun159/ets_counter
Fix to use ETS based transaction_id counter
2018-03-18 22:37:23 +09:00
Eishun Kondoh
57611f9dc0 Fix to use ETS based transaction_id counter 2018-03-18 22:35:03 +09:00
Eishun Kondoh
25b0271ab1 secure_channel: Fix transact_db to contains original xid in the error_msg 2018-03-17 22:54:47 +09:00
Eishun Kondoh
02ca49adb0 secure_channel: disable gen_statem debug option 2018-03-17 22:46:11 +09:00
Eishun Kondoh
112e0ce4b5 Formatted and fix minor fixes 2018-03-17 22:43:58 +09:00
Eishun Kondoh
442fe2eaa4 Add patch_panel example 2018-02-25 23:45:51 +09:00
Eishun Kondoh
51729542f3 Add patch_panel example 2018-02-25 23:44:58 +09:00
Eishun Kondoh
b16cafbb5c Licensed 2018-02-18 00:32:37 +09:00
Eishun Kondoh
76b64a45c0 Add architecture image 2018-02-17 22:58:48 +09:00
Eishun Kondoh
2fb0be0348 Update README 2018-02-17 22:32:24 +09:00
Eishun Kondoh
fa2c0c5bbc role_request/2 -> send_role_request/2 2018-02-17 00:14:53 +09:00
Eishun Kondoh
c173d8a922 Update README 2018-02-09 00:52:22 +09:00
Eishun Kondoh
a540d95b78
Merge pull request #1 from shun159/example
Add an example for leader election based multiple controller
2018-02-09 00:50:37 +09:00
Eishun Kondoh
ce56d2b7be Add an example for leader election based multiple controller 2018-02-09 00:49:57 +09:00
Eishun Kondoh
658b7448da Fix to handler start_link fail 2018-02-08 22:39:11 +09:00
Eishun Kondoh
0df6336f5e Update Learning Switch 2018-01-31 03:23:31 +09:00
Eishun Kondoh
4c517a8147 Add API for get current transaction ID 2018-01-31 02:31:56 +09:00
Eishun Kondoh
7635272fbd Formatted 2018-01-30 22:47:31 +09:00
Eishun Kondoh
5fc01a9bec Merge branch 'feature/minor_fixes' into develop 2018-01-30 22:39:42 +09:00
Eishun Kondoh
fadfcd76bd Fix def function order of enum macro, and more human readable disconnected handler 2018-01-30 22:38:54 +09:00
Eishun Kondoh
33d406a530 Update README 2017-12-04 20:17:58 +09:00
Eishun Kondoh
9b7fb2dc96 VLAN trunk test and NAT test 2017-12-01 20:51:43 +09:00
Eishun Kondoh
49d40bf2c0 Fix to work on Aruba 2017-12-01 11:33:53 +09:00
Eishun Kondoh
5602922b25 Merge pull request #4 from e-kondoh/heckle
Add an example controller for hardware switch test
2017-12-01 11:12:04 +09:00
Eishun Kondoh
f2297c551a Add an example controller for hardware switch test 2017-12-01 11:11:11 +09:00
Eishun Kondoh
cfc2152b7d test: Add test case for NAT and optimized test-controller 2017-11-29 21:35:15 +09:00
Eishun Kondoh
43f15e7d63 test: Add test case for match and instructions 2017-11-28 21:04:09 +09:00
Eishun Kondoh
ecfd278f2a Goto confession 2017-11-28 18:06:57 +09:00
Eishun Kondoh
7b1f581642 test: fix to start eovsdb application 2017-11-27 13:41:46 +09:00