Hi,
On 2016年11月28日 17:05, Sudhendu Kumar wrote:
> Hi all,
>
> When I receive a VxLAN packet from OVS to the controller, I receive
> de-capsulated packet in RYU controller. Is this a desired behavior? Or is
> there a way I can get the VxLAN header till the controller?
As you pointed, VXLAN packets should be terminated at VTEP; in your case,
VTEP is OVS.
So, VXLAN headers will be de-capsulated at switch.
Ryu
|
Packet-In (NOT VXLAN)
|
OVS(Receiver VETP) <---(VXLAN encapsulated packet)--- OVS (Sender VETP)
Just an idea and I have not tried it yet, how about generating the Packet-In
at the intermediate OVS (which located between VETPs).
Ryu
|
Packet-In (VXLAN ??)
|
OVS(Receiver VETP) <---(VXLAN encapsulated packet)--- OVS(non VTEP) <---(VXLAN
encapsulated packet)--- OVS (Sender VETP)
The intermediate OVS should deal VXLAN packets as UDP packets, I guess.
Sorry if I misunderstood.
Thanks,
Iwase
>
> Cheers
> Sudhendu
>
>
>
> ------------------------------------------------------------------------------
>
>
>
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel