Hi, you are right that a CLI might be helpful, and it is in fact one of the things that we have in mind as a next feature. However, keep in mind that you can already setup flows proactively (before any packet is received), with NOX programmatically. (e.g. by adding the relevant code on the datapath_join handler instead of the packet_in handler). A packet_in is just another event, nothing says that flows should be added based on that event only.
On Mon, Aug 22, 2011 at 2:32 AM, <hu.yongsh...@zte.com.cn> wrote: > > Hi, > I know that the Openvswitch could manage its flowtables by dpctl > (add/del flows) directly? > I want to know there is a similar component to funciton. If it exists, > I could configure the openflow network more flexible. Such as, setup flows > before receive a packet from switches. A CLI model is the best, could my > wish be satisfied? > Thank you! > > > Best Regards! > > > -------------------------------------------------------- > ZTE Information Security Notice: The information contained in this mail is > solely property of the sender's organization. This mail communication is > confidential. Recipients named above are obligated to maintain secrecy and > are not permitted to disclose the contents of this communication to others. > This email and any files transmitted with it are confidential and intended > solely for the use of the individual or entity to whom they are addressed. If > you have received this email in error please notify the originator of the > message. Any views expressed in this message are those of the individual > sender. > This message has been scanned for viruses and Spam by ZTE Anti-Spam system. > > > _______________________________________________ > nox-dev mailing list > nox-dev@noxrepo.org > http://noxrepo.org/mailman/listinfo/nox-dev > >
_______________________________________________ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev