Hi Yrineu, odl-openflowplugin-all-he is deprecated feature. Please use odl-openflowplugin-flow-services-rest and see if it works for you.
On Fri, Feb 24, 2017 at 3:51 PM, Yrineu Rodrigues < [email protected]> wrote: > Hi OFP team, > > I'm trying to create a meter on my OVS instance using the following body: > > <?xml version="1.0" encoding="UTF-8" standalone="no"?> > <meter xmlns="urn:opendaylight:flow:inventory"> > <container-name>serro</container-name> > <flags>meter-burst</flags> > <meter-band-headers> > <meter-band-header> > <band-burst-size>444</band-burst-size> > <band-id>0</band-id> > <band-rate>5120</band-rate> > <dscp-remark-burst-size>5</dscp-remark-burst-size> > <dscp-remark-rate>12</dscp-remark-rate> > <prec_level>1</prec_level> > <meter-band-types> > <flags>ofpmbt-dscp-remark</flags> > </meter-band-types> > </meter-band-header> > </meter-band-headers> > <meter-id>4</meter-id> > <meter-name>mymeter</meter-name> > </meter> > > PUT > http://192.168.1.2:8181/restconf/config/opendaylight- > inventory:nodes/node/openflow:1/meter/4 > > I can see the meter created on the datastore, but it doesn't being > reflected on my OVS instance. > > I'm trying with 'OFP-Carbon' release, the only feature installed is > 'odl-openflowplugin-all-he' > > Please, let me know if I'm missing something to be installed or some > parameter. > > PS: No changes on LOG and wireshark pcap. > > Thanks in advance, > -- > *Yrineu Rodrigues* > Software Engineer > > *SERRO* > www.serro.com > LinkedIn • Facebook • YouTube • Vimeo • Twitter *@TeamSerro* > > *Disclaimer: This e-mail message contains information intended solely for > the intended recipient and is confidential or private in nature. If you are > not the intended recipient, you must not read, disseminate, distribute, > copy or otherwise use this message or any file attached to this message. > Any such unauthorized use is prohibited and may be unlawful. If you have > received this message in error, please notify the sender immediately by > email, facsimile or telephone and then delete the original message from > your machine.* > > > *San Francisco | Santa Clara | New York | Toronto | Mumbai | > Pune* > > _______________________________________________ > openflowplugin-dev mailing list > [email protected] > https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev > > -- Thanks Anil
_______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
