Hello again

I have solved my issue. It seems that I was misusing the OFPAT_OUTPUT
action. Instead of passing the same input port, used in the
OFPT_PACKET_OUT header, I was mistakenly using the OFPP_IN_PORT.
Because of this, the packet was being sent to Port 0 and Port
Broadcast. This is why it worked on mininet, but not on the Zodiac.

Thank you for the support!

Carlos Ferreira

On 31 October 2017 at 12:01, Carlos Ferreira <carlosmf...@gmail.com> wrote:
> Hello Matthew,
> I'm sending the packets with no buffer.
>
> Output from wireshark:
> OpenFlow 1.3
>     Version: 1.3 (0x04)
>     Type: OFPT_PACKET_OUT (13)
>     Length: 423
>     Transaction ID: 3272150592
>     Buffer ID: OFP_NO_BUFFER (4294967295)
>     In port: 2
>     Actions length: 16
>     Pad: 000000000000
>     Action
>         Type: OFPAT_OUTPUT (0)
>         Length: 16
>         Port: OFPP_IN_PORT (4294967288)
>         Max length: 65509
>         Pad: 000000000000
>
>
> Hello Iwase
> I have created a post at the Zodiac FX Forum
> -> http://forums.northboundnetworks.com/index.php?topic=924.0
>
>
> Carlos Ferreira
>
> On 31 October 2017 at 00:09, Iwase Yusuke <iwase.yusu...@gmail.com> wrote:
>> Hi Carlos,
>>
>> Hmmm... If it works on Mininet, this problems might be on the switch side.
>> Have you tried to take contact to Zodiac FX develop team?
>>
>> Thanks,
>> Iwase
>>
>>
>>
>> On 2017年10月31日 03:49, Carlos Ferreira wrote:
>>>
>>> Hello to all
>>>
>>> I'm trying to ingress packets from my ryu application through a Zodiac
>>> FX swithc Port, but it seems that it is not working.
>>>
>>> I'm using OFPPacketOut with the action
>>> OFPActionOutput(ofp.OFPP_IN_PORT) and the necessary packet bytes.
>>> It works with MiniNet, but it doesn't seems work with the Zodiac FX.
>>> I'm checking this by connecting a computer to the switch port and
>>> capturing the output traffic using Wireshark.
>>>
>>> Did anyone ever had a similar problem with the Zodiac FX?
>>> Thank you in advance!
>>>
>>> Carlos Ferreira
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>> _______________________________________________
>>> Ryu-devel mailing list
>>> Ryu-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>>>
>>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to