- 20 Nov, 2015 22 commits
-
-
With this patch, cordvtn doesn't need to care for OVSDB connection state anymore. It will make a connection to OVSDB server like befor but just for node init and disconnect the OVSDB right after init is done. - Changed OvsdbNode to CordVtnNode - Removed OVSDB connect/disconnect and added initNode instead - Changed ovsdb* commands to cordvtn-node* command, and removed connect/disconnect command and added init instead - Fixed to remove OVSDB device from the system after node init or before making a connection to work around OVSDB device re-connect issue Change-Id: If69369a06526947122494b2f7e816e37aa931f2c
Hyunsun Moon authored -
There was bug introduced with a refactoring in commit: c9546a36 The code was refactored again in this commit: 60ac58ef Change-Id: I6c96dc1b9e0632865ae6742ed596624f7ed3d623
Brian O'Connor authored -
- boolean 'fromOpenstack' is changed to 'rangeNotEnforced' - rebased with master Change-Id: Ida2828367339cdb0129f1555df9e1c90e6da6975
daniel authored
-
- 19 Nov, 2015 18 commits
-
-
DONE - Update SpringOpenTTP to support bridging table emulation - Populate low priority subnet broadcast entry for bridging table - Move IP entry population to host event handler as well - Update ArpHandler to handle intra-rack ARP forwarding/flooding - Move TTL_OUT action from IP table to corresponding group Since hardware does not support TTL_OUT in the IP table - Populate entries to bridging table (MAC learning) - Emulate src mac table Not in this submission - Emulate src-mac table behavior - Pop vlan in the group instead of the flow Change-Id: Ib69357c1889ccddaa4daa272d9f5843790ee1a3c
Charles Chan authored -
General logic fixes for emulating multi-domain networks Change-Id: I58e487e0b663a6b64e99d93d6fa5cea6afe86aac
Ayaka Koshibe authored -
- No functional change. When port link state went down, old code attempted to remove logical port, which has never been added to LinkDiscovery helper. Change-Id: Ic6921d99944eecd72bcae02ad3d974836595e1a9
HIGUCHI Yuta authored -
…hanges of BGP Controller. Change-Id: Ied67b5ebe9603aaa7bbfb7eb36a4145a6353b9af
Shashikanth VH authored