Re: [Ryu-devel] Help needed

2019-06-23 Thread Edison Albuquerque
Thanks Yusuke. I did it and now it is working perfectly. Thanks a lot. Em dom, 23 de jun de 2019 às 10:43, Yusuke Iwase escreveu: > You cannot specify multiple fields for a single OFPActionSeField(). If you > need to set multiple fields, please separate actiom instances for each > match field.

Re: [Ryu-devel] Help needed

2019-06-23 Thread Yusuke Iwase
You cannot specify multiple fields for a single OFPActionSeField(). If you need to set multiple fields, please separate actiom instances for each match field. 2019年6月23日(日) 6:47 Edison Albuquerque : > Hi. > The following line of code is giving me an AssertionError. > assertion len(kwargs)==1 > >

Re: [Ryu-devel] Help needed on the SDX-RYU project.

2019-05-15 Thread Pynbiang Hadem
Hi, I would like to rephrase my question as below, to get a better clarity of my point: *How can an AS represented by QuaggaHosts a1, b1 etc .. trigger a BGP route announcement for an associated IP prefix (e.g announce* *(74.125.1.0/24 )) to the Route Server?.* Thanks Hadem