1. 11 Apr, 2015 1 commit
  2. 10 Apr, 2015 4 commits
  3. 09 Apr, 2015 24 commits
  4. 08 Apr, 2015 7 commits
  5. 07 Apr, 2015 4 commits
    • Change-Id: I637456a1dfd364ff3184cded8a5e8b251afc9987
      Thomas Vachuska authored
    • Change-Id: I4dc44db8bafae8a55b7663895c87b1b08645637f
      alshabib authored
    • These objective will be used to provide a layer of abstraction
      that isolates applications for device pipeline details.
      
      initial objective support
      
      Change-Id: I019302822421f0fe1f508f2f7527d91578e30116
      
      initial implemetation of a simple pipeline behaviour
      
      Change-Id: Id0d9167896c717d05cda90e1524fc24c76e9fc9b
      
      initial implementation of objectives
      
      Change-Id: I768fa2020308d5feb95eaaff355aa511b323beca
      alshabib authored
    •    This module can handle 3 cases:
         (1) one host wants to talk to another host, both two hosts are in SDN network.
         (2) one host in SDN network wants to talk to another host in Internet.
         (3) one host from Internet wants to talk to another host in SDN network.
         In all cases, we use MultiPointToSinglePointIntent.
      
      Change-Id: I80dd954bd608e52b45b993f3c27e67636a7105d9
      Pingping Lin authored