On Thu, 10 Jul 2014 13:21:16 +0900 "takahashi.minoru" <[email protected]> wrote:
> The following causes an error at mod_flow_entry command > > - ofctl_v1_2.py > * match field: metadata, mpls_label > > - ofctl_v1_3.py > * match field: in_phy_port > > and the following causes an error at get_flow_stats command > > - ofctl_v1_2.py > * action: POP_MPLS > * match field: metadata, ipv6_nd_target > > - ofctl_v1_3.py > * action: POP_MPLS > * match field: ipv6_nd_target > > this patch fixes them. > > Signed-off-by: TAKAHASHI Minoru <[email protected]> > --- > ryu/lib/ofctl_v1_2.py | 28 +++++++++++++++++++++++++++- > ryu/lib/ofctl_v1_3.py | 7 ++++++- > 2 files changed, 33 insertions(+), 2 deletions(-) Applied, thanks. ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
