- 27 Oct, 2015 11 commits
-
-
Filtering Objective support added. Driver renamed from OFDPA1 to OFDPA2. Code refactored within driver to reflect test-code which will be used by static flow-pusher app in the future. Change-Id: I7132d8b8eaf28df7c11646c5a35035f258c65af4
Saurav Das authored
- 26 Oct, 2015 14 commits
-
-
- DefaultPacketRequest - PacketEventTest - PacketProcessor Change-Id: I86d1416f808ebc901ed84204f2e772dc25f9eb58
Ray Milkey authored
- 23 Oct, 2015 3 commits
-
-
- Added Cluster metadata service and metadata store interfaces - Added a static cluster metadata store implementation that is backed by a local file. - Consolidated the existing cluster.json and tablets.json metadata files into a single cluster.json file that has all the cluster related metadata. - Removed dependency on ONOS_NIC env variable. Change-Id: Ia0a8bb69740caecdcdde71a9408be37c56ae2504
Madan Jampani authored
- 22 Oct, 2015 8 commits
-
-
Device VLAN is set through configuration, subscriber VLAN can be added using CLI (eventually this will come through a call from the AAA app). Moving towards generalizing this app as an 'Access Device' app rather than purely OLT. Change-Id: I9b82b39f6a2dee2c6f10f3fd13b261f3e0313db7
Jonathan Hart authored -
Some kind of List (e.g. ArrayList) allow the existence of null element Add protection here in case someone call sw.sendMsg(List<OFMessage>) and pass a list with null element Change-Id: Ida2ffbb196d2fdcb23b911365fa3c1231eab92ed
Charles Chan authored
- 21 Oct, 2015 4 commits
-
-
- 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