On Thu, 18 Feb 2016 13:06:11 +0900 Minoru TAKAHASHI <[email protected]> wrote:
> The following types are presents in Openflow Spec v1.4.0 and 1.4.1. > > OFPTFPT_EXPERIMENTER_SLAVE = 0xFFFE > OFPTFPT_EXPERIMENTER_MASTER = 0xFFFF > > Prefix of async config property type should be 'OFPACPT_' but the above are > starting with 'OFPTFPT_'. > Because these types have been fixed in Openflow v1.5.0, this patch fixes the > above types in ofproto_v1_4.py as follows. > > OFPTFPT_EXPERIMENTER_SLAVE = 0xFFFE <-- treated as deprecated[*1] > OFPTFPT_EXPERIMENTER_MASTER = 0xFFFF <-- treated as deprecated[*1] > OFPACPT_EXPERIMENTER_SLAVE = 0xFFFE > OFPACPT_EXPERIMENTER_MASTER = 0xFFFF > > [*1] OFPTFPT_EXPERIMENTER_SLAVE/MASTER are left in ofproto_v1_4.py for > backward compatibility. > > Signed-off-by: Minoru TAKAHASHI <[email protected]> > --- > ryu/ofproto/ofproto_v1_4.py | 11 +++++++++-- > ryu/ofproto/ofproto_v1_4_parser.py | 4 ++-- > 2 files changed, 11 insertions(+), 4 deletions(-) Applied, thanks. ------------------------------------------------------------------------------ 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
