blob: 0853fea607f7594926c85ed52c10f276910c382f [file] [log] [blame]
Andreas Wundsam40e14f72013-05-06 14:49:08 -07001package org.openflow.types;
2
3/**
4 * A wrapper around the OpenFlow physical port description. The interfaces to
5 * this object are version agnostic.
6 *
7 * @author capveg
8 */
9
10public class OFPhysicalPort {
11
12}