1. 11 Jun, 2015 8 commits
  2. 10 Jun, 2015 15 commits
  3. 09 Jun, 2015 15 commits
  4. 08 Jun, 2015 2 commits
    • This commit is to handle the case:
      We receive a DELETE to delete a vBNG, and then receive
      a POST with the same private IP address to create vBNG.
      
      At this moment, if the old vCPE is not down, and the new
      vCPE is not up yet, onos will use the host with old
      vCPE mac address to create the intent, which is not
      correct, and hard to solve. Since onos does not know
      the host in the system is old vCPE or new vCPE.
      
      Thus, we change to ask XOS to post us host MAC
      and hostname together with the private IP address.
      
      Change-Id: I011924aada589ea81d80a479aefa41753fa2e223
      Pingping Lin authored
    • Change-Id: I44fc42c909071755c73ac367bf03427cfbe6b643
      Simon Hunt authored