On Fri, 12 Jun 2015 17:37:41 +0200 Ruchika Luthra <[email protected]> wrote:
> I want to implement the handling of a new reason for the packet in to the > controller. But I am not sure, where all do I need to do the changes > (except in ofproto_v1_3.py). though I donot intend to change the handling, > I need to change the reason for which the packet has arrived at the > controller. I think that all you need to do is modifying the following line: https://github.com/osrg/ryu/blob/master/ryu/ofproto/ofproto_v1_3_parser.py#L2133 ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
