1. 27 Oct, 2015 9 commits
  2. 26 Oct, 2015 14 commits
  3. 23 Oct, 2015 3 commits
  4. 22 Oct, 2015 8 commits
  5. 21 Oct, 2015 6 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
    • There is a time gap between
      controller is elected as the master of a switch
      and
      controller actually becomes the master of a switch (receives ROLE_REPLY).
      During this time gap, OF messages destined for the switch will be sent to this controller.
      However, the OF message can only be sent to the switch after controller receives the ROLE_REPLY.
      
      Change-Id: I32d68384226e272658a0c9de2d32ae9e1cc39b6a
      Charles Chan authored
    • Change-Id: Iff55398d0a78acf3cdce8a5b43146f95b562d5a5
      Hyunsun Moon authored