> On Nov 15, 2015, at 10:51 PM, Sree Vidya S D <vidya...@gmail.com> wrote:
> 
> Hey Justin,
> 
> Thanks for clearing it out
> I am trying to implement source routing using port numbers.
> It turned out that 
> void ovs_dp_process_received_packet(struct vport *p, struct sk_buff *skb)
> uses datapath port numbers. For my implementation purpose I need those port 
> numbers.

If you're doing local processing, why do you need that information in 
Floodlight?  Do you have some sort of agent on the local box that communicates 
with Floodlight?  Not sure if it's helpful, but you can get the OpenFlow to 
datapath port mappings with "ovs-appctl dpif/show".

--Justin


_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to