1. 27 Oct, 2015 11 commits
  2. 26 Oct, 2015 14 commits
  3. 23 Oct, 2015 3 commits
  4. 22 Oct, 2015 8 commits
  5. 21 Oct, 2015 4 commits
    • Change-Id: I568273cb6fc5f0c95c15dc37ad17f51c2090917b
      Ray Milkey authored
    • - AnnotateDeviceCommand takes device ID only on 1st parameter
      
      Change-Id: Ib51efad6559a2faa5cbf7955698dc45e9b5a43c3
      HIGUCHI Yuta authored
    • PIM Address families IPv4 and IPv6
      
      Change-Id: I8ae675fa1df052c4ef0b73b27449add534cc5c3c
      Rusty Eddy authored
    • Action "Set-Queue" (OFPAT_SET_QUEUE) is not yet implemented.
      
      This patch adds such a QUEUE Treatment and implements it using the Set-Queue
      action of OpenFlow 1.3.
      
      The --setQueue parameter can be used when defining intents so that flows with
      the respective Set-Queue action are installed.
      
      This includes contributions by Michael Jarschel and Arne Schwabe and is the
      result of our ONOS Hackaton project at EWSDN 2015.
      
      Change-Id: Ie7bf01e8fd90fe68977477327ac4f53d7930e186
      Steffen Gebert authored