Hi all.

I am working on modification of OFAgent to manage logical switch
with OF-Config protocol:
https://github.com/budnyjj/ofagent/tree/tunnel_based

The purpose of this modification is to manage virtual switch in
standart and switch-realization-independent way.

Modified OFAgent together with patched version of Ryu
https://github.com/budnyjj/ryu
(added OF-Config port tunnels support:
http://sourceforge.net/p/ryu/mailman/message/33862027/
and fixed namespace-related problems:
http://sourceforge.net/p/ryu/mailman/message/33638758/)
can set controller and add port tunnels to OVS with OF-Config.

However, these tunnels are not fully compatible with Neutron/OFAgent
requirements: I haven't found way to set "key" parameter to "flow"
value.
It seems that OF-Config support only integer values and
do not support this OVS extension.
I have also checked configuration of
tunnels, created by ODL MechDriver, and found that it uses OVSDB
protocol to set required value.

So, I ask your help: is there a way to set "key" parameter to "flow"
value with some independent from OVS manner? or setup routing without
this parameter?

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to