Implemented multi-instance packet out.
We've defined a PacketStore abstraction through which outbound packets are sent. The packet store has a simple implementation (basically a no-op) and a distributed implementation on top of the cluster messaging service. Change-Id: Ib32753314fe518ef1fd67c858db744b004539938
Showing
11 changed files
with
381 additions
and
7 deletions
core/store/dist/src/main/java/org/onlab/onos/store/packet/impl/DistributedPacketStore.java
0 → 100644
core/store/trivial/src/main/java/org/onlab/onos/store/trivial/impl/SimplePacketStore.java
0 → 100644
-
Please register or login to post a comment