1. 24 Nov, 2015 12 commits
  2. 23 Nov, 2015 16 commits
  3. 21 Nov, 2015 10 commits
  4. 20 Nov, 2015 2 commits
    • Change-Id: I04449a15d8e34fea4faba3729b9b6998ec9b0a5c
      BitOhenry authored
    • 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