On Fri, 12 Feb 2016 15:39:50 +0900 IWASE Yusuke <[email protected]> wrote:
> simple_switch_* apps have conflicting two faces of its purpose. > One is the example apps for beginners, the other is the utility > apps for the L2 switching in the user environments. > These are difficult to be compatible. > > This patch adds an example app for begginers and separates > from simple_switch_* apps. > This makes it easy to improve the L2 switching function of > simple_switch_* apps. > > To simplify example_switch_13, the following features are dropped > from simple_switch_* apps. > - FlowMod and Packet-Out messages using "buffer_id". > - Checking the expected "miss_send_length" field. > - Ignoring the LLDP packets > > Signed-off-by: IWASE Yusuke <[email protected]> > --- > ryu/app/example_switch_13.py | 101 > +++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 101 insertions(+) > create mode 100644 ryu/app/example_switch_13.py Applied, I'm not sure simple_switch_* can be used as an apprication for the L2 switching in production though. ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
