On Sat, 20 Sep 2014 17:27:25 +0800 "游荡的风" <[email protected]> wrote:
> To implement flow-based tunnel, I need to generate a flow entry to set the > tunnel destination like this: > > > "cookie=0x0, duration=4.700s, table=0, n_packets=0, n_bytes=0, idle_age=4, > actions=load:0x1010101->NXM_NX_TUN_IPV4_DST[],output:2" > > > It seems this action is not implemented in the current code of ryu. my > question, how can it be added? if you can provide some sample code, it is > really helpful. Thanks in advance! Ryu supports some NX actions: https://github.com/osrg/ryu/blob/master/ryu/ofproto/ofproto_v1_0_parser.py You could add there. ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
