On Thu, Apr 12, 2018 at 2:36 PM, Michael Vorburger <[email protected]> wrote:
> On Thu, Apr 12, 2018 at 8:02 PM, Xingjun Chu <[email protected]> > wrote: > >> >> >> Hi, >> >> >> >> I am wondering if there is such tool available to convert a Flow java >> Object into a for example ovs-ofctl command line command? >> > > not that I know of, but it could be a cool idea if you would like to > contribute the code with a helper doing this. > > Tx, > M. > -- > Michael Vorburger, Red Hat > [email protected] | IRC: vorburger @freenode | ~ = http://vorburger.ch > > > Thanks >> >> Xingjun >> >> _______________________________________________ >> openflowplugin-dev mailing list >> [email protected] >> https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev >> >> > > _______________________________________________ > openflowplugin-dev mailing list > [email protected] > https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev > > Interesting idea. The other direction seems to work fairly mechanically. I can take a JSON object and mechanically map it to Java code. Once the flow is Pushed from your Java application, you can also retrieve it as a JSON object from MDSAL. Ranga -- M. Ranganathan
_______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
