Following class might give you some pointers https://github.com/opendaylight/openflowplugin/blob/master/applications/topology-lldp-discovery/src/main/java/org/opendaylight/openflowplugin/applications/topology/lldp/utils/LLDPDiscoveryUtils.java#L73
On Tue, Nov 14, 2017 at 10:21 AM, Jamo Luhrsen <[email protected]> wrote: > Jacob, > > I've added the openflowplugin-dev list, as that is probably where you'll > get a good answer. > > Thanks, > JamO > > On 11/14/2017 07:17 AM, Jacob Steadman wrote: > > Hi, > > > > > > > > I’m pretty knew to programming with ODL. I’m trying to extract > information from incoming packets, which I assumed could be > > done like: > > > > > > > > PacketIn packet = new PacketIn(); > > > > packet.getInPort(); > > > > packet.getData(); > > > > > > > > It’s obviously not this simple! Can you point me in the right direction > with this one? > > > > > > > > Thanks, > > > > > > > > > > > > _______________________________________________ > > dev mailing list > > [email protected] > > https://lists.opendaylight.org/mailman/listinfo/dev > > > _______________________________________________ > openflowplugin-dev mailing list > [email protected] > https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev > -- Thanks Anil
_______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
