this problem, I just rolled back to previous Ryu.
Cheers,
Talal
From: Iwase Yusuke
Sent: Thursday, February 23, 2017 4:03:18 PM
To: [email protected]
Cc: [email protected]
Subject: Re: [Ryu-devel] Bug with Simple_Switch
Hi Talal,
You mean a
Dear All,
I just updated Ryu in my system and got an error with simple_switch "
if eth.ethertype == ether_types.ETH_TYPE_LLDP:
AttributeError: 'NoneType' object has no attribute 'ethertype'
"
Hi Shinpei,
I've updated OVS to the latest one (2.5.0) as you recommended and I'm still
receiving the same error.
What do you think ?
Cheers,
Talal
> To: [email protected]; [email protected]
> From: [email protected]
> Date: Mon, 14 Mar 2016 12:02
Hi Hiroaki,
Yes, it is accepting this way but not via Ryu controller. I've a look at the
log file and seems nothing wrong.
Please if anyone knows, let me know.
Cheers,
Talal
> To: [email protected]
> From: [email protected]
> Date: Fri, 18 Mar 2016 12:04:10 +0900
I've managed to update the openvswitch to 2.5.0, but still I'm getting the same
error (Bad argument in SET_FIELD action (Code=15)
Any suggestion ??
Cheers,
Talal
> To: [email protected]; [email protected]
> From: [email protected]
> Date: Mon, 14 Mar
eck the version of the Open vSwitch in the following command.
>
> $ sudo ovs-vsctl --version
>
>
> Thanks,
>
> On 2016年03月11日 11:23, Talal Al wrote:
> > I've tried OpenFlow 1.3, 1.4 and 1.5. None of them works
> >
> > > To: [email protected]; ryu-deve
ch/of13/action/25_SET_FIELD/29_ICMPV6_TYPE.json#L4-L74
> https://github.com/osrg/ryu/blob/master/ryu/tests/switch/of13/action/25_SET_FIELD/30_ICMPV6_CODE.json#L4-L73
>
> Please try to check the operation by using the latest version (2.5.90)
> of the Open vSwitch.
>
>
> T
Dear All,
When
I wanted set up fields such as eth_type, ip_proto, icmpv6_type,
icmpv6_code as shown below, I still got the error " Bad arguement" (code
15), however the rest is fine such as ipv6_dst, ipv6_src.
Could you please advise me on this ?
OFPActionSetField(eth_type=34525
t
> Subject: Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15)
>
> Thanks Shinpei,
>
> I'll change the values accordingly, but what's the correct value for neighbor
> solicitation and neighbor advertisement ?
>
> Cheers,
> Talal
> >
Thanks Shinpei,
I'll change the values accordingly, but what's the correct value for neighbor
solicitation and neighbor advertisement ?
Cheers,
Talal
> On Mar 9, 2016, at 6:08 PM, Shinpei Muraoka wrote:
>
> Hi
>
> > I've installed rules on the Openflow
\x00\x00\x00\x00\x00...".
When I refered to the spec 1.3, code#15 is "Bad argument in SET_FIELD action".
I tried serveral ways but without luck.
Could you please advise me what to do in order to
Hi All,
I've found a couple of versions of ARP_responder in Ryu, but none of them work
properly as in POX.
Is there any updated version.
Cheers,
Talal
--
Site24x
heers,
Talal
File "/home/ubuntu/ryu/ryu/lib/hub.py", line 52, in _launch
func(*args, **kwargs)
File "/home/ubuntu/ryu/ryu/base/app_manager.py", line 275, in _event_loop
handler(ev)
File "/home/ubuntu/Desktop/Arphandler/ryuproxyall2.py", line 62, in
switch
Even this one is not working ! Any suggestions?
Sent from my iPhone
> On Aug 28, 2015, at 5:34 PM, Yusuke Iwase wrote:
>
> Hi,
>
>> On 2015年08月28日 16:21, Talal Alharbi wrote:
>> No Worries. I have fixed it but I have a new problem.
>>
>> I managed to se
I did without luck.
Sent from my iPhone
> On Aug 28, 2015, at 5:34 PM, Yusuke Iwase wrote:
>
> Hi,
>
>> On 2015年08月28日 16:21, Talal Alharbi wrote:
>> No Worries. I have fixed it but I have a new problem.
>>
>> I managed to set actions to rewrite th
sourceforge.net
> From: [email protected]
> Date: Fri, 28 Aug 2015 14:24:33 +0900
>
> Hi,
>
> On 2015年08月28日 12:15, Talal Alharbi wrote:
> > Dear All,
> >
> > I was looking to have a rule on the switch to rewrite the payload of ARP
> > request, which
y OpenFlow1.3
> To: [email protected]
> CC: [email protected]
> From: [email protected]
> Date: Fri, 28 Aug 2015 14:24:33 +0900
>
> Hi,
>
> On 2015年08月28日 12:15, Talal Alharbi wrote:
> > Dear All,
> >
> > I was looking to have a rule on the swi
Dear All,
I was looking to have a rule on the switch to rewrite the payload of ARP
request, which rewrite the packet and send ARP reply without sending the packet
to the controller.
Cheers,
Talal
mmand but I could not remember.
Cheers,
Talal
--
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applica
Thank Shuoling! Does it rely on ARP ?
From: [email protected]
Date: Mon, 27 Apr 2015 22:43:41 +0800
To: [email protected]
CC: [email protected]
Subject: Re: [Ryu-devel] Hosttracker
I have do this once.
you can see here.
On Mon, Apr 27, 2015 at 4:18 PM, Talal Alharbi
Dear All,
How does the hosttracker module work in Ryu ? Is just like in Pox ?
Thank you!
Talal
--
One dashboard for servers and applications across Physical-Virtual-Cloud
Hi Yamamoto,
Thank you, yes it works now but when I edited in the original file, I couldn't
see the print statement that I have added.
Best,
Talal
On Mar 24, 2015, at 1:55 PM, YAMAMOTO Takashi wrote:
>> Dear Ryu Expert,
>>
>> I have tried switch.py module and I h
_cli_opt
raise ArgsAlreadyParsedError("cannot register CLI option")
oslo.config.cfg.ArgsAlreadyParsedError: arguments already parsed: cannot
register CLI option
root@mininet-vm:~/ryu#
Even I have tried to run the command like:
1- ./bin/ryu-manager --verbose
./bin/ryu-manager ryu/app/simple_switch.py
>loading app ryu/app/simple_switch.py
>loading app ryu.controller.ofp_handler
>instantiating app ryu.controller.ofp_handler of OFPHandler
>instantiating app ryu/app/simple_switch.py of SimpleSwitch
>
> can you provide exact comm
I installed it from
https://github.com/osrg/ryu/wiki/OpenFlow_Tutorial
I tried your suggestion but it's incorrect
Any suggestion ??!!
Best,
Talal
On Mar 13, 2015, at 6:11 PM, YAMAMOTO Takashi wrote:
>> How to fix this ?
>>
>>
>> /ryu# ./bin/ryu-man
How to fix this ?
/ryu# ./bin/ryu-manager ryu/app/simple_switch.py
Traceback (most recent call last):
File "./bin/ryu-manager", line 18, in
from ryu.cmd.manager import main
ImportError: No module named ryu.cmd.manager
-
Hi there,,,
How to fix the following:
/ryu# ./bin/ryu-manager ryu/app/simple_switch.py
Traceback (most recent call last):
File "./bin/ryu-manager", line 18, in
from ryu.cmd.manager import main
ImportError: No module named ryu.cmd.manager
-
27 matches
Mail list logo