blob: 72563a221f4f73ad9252904f06f57be445a3e0d9 [file] [log] [blame]
tom82e72572014-09-13 13:08:40 -07001/**
2 * Core subsystem for processing inbound packets and emitting outbound packets.
tomdc95b8a2014-09-17 08:07:26 -07003 * Processing of inbound packets is always in the local context only, but
4 * emitting outbound packets allows for cluster-wide operation.
tom82e72572014-09-13 13:08:40 -07005 */
6package org.onlab.onos.net.trivial.packet.impl;