Hi,

On 2015年07月07日 22:46, Jia Leon wrote:
> Hi
>  I'm a newbie in Ryu and OpenFlow development, Just now I'm concerning about 
> a way to modify the openvswitch's port vlan id using ryu so that I can make a 
> dynamic network. All replies will be thankful.

What you want to do is:
1. If a packet arrived at specific port, push a VLAN header onto the packet.
2. Then, output the packet from another port.
Right?

If so, you can realize this with OpenFlow mechanism, of course, Ryu supports it.
Please refer to the Ryu-Book to learn how to implement Ryu Applications.
 http://osrg.github.io/ryu-book/en/html/index.html
And, refer to the Ryu-Documentation to Ryu API references.

Thanks,
Iwase

> 
> 
> __________
> Jia Leon
> 
> 
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> 
> 
> 
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
> 

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to