blob: 78dfeaa9bab972009e72785b6bd55465daae0af5 [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 */
tombe988312014-09-19 18:38:47 -07006package org.onlab.onos.net.packet.impl;