Hi sir,☺
This is Nick Faldo from bearings factory :
SKF,NSK,FAG,NTN,TIMKEN,KOYO,INA,NACHI,FYH,ASAHI.
Do you have Bearings requirments? Free samples if interest.
Best regards!
Nick Faldo
Skype;philip214wang
Bearings Factory China.___
Ryu-devel mailing
self.apn_mac_addr,
self.apn_name,
self.pdp_start_epoch)
return data
```
Would really appreciate your help, thank you!
Thanks,
Nick
___
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel
I've figured out the mac issue,
Using the _fmt_str = '!HIIIH16s6B24sQ6x' and byte array for mac
although the pdp_start_epoch is still way off for some reason, any ideas?
Thanks, Nick
On Fri, Jun 19, 2020 at 3:42 PM Nick wrote:
> Hi,
>
> I'm trying to modify t
.'),
])
but when I try to run `ryu-manager myapp` Exception appears:
>> oslo_config.cfg.ArgsAlreadyParsedError: arguments already parsed: cannot
register CLI option
Can anyone help me?
Nick
--
___
Hi,
Thank you for reply, but both methods lead to sources rewriting and app
will break on ryu updates, so for now I wrote config loader and hard-coded
locations, where it can be placed.
Nick
чт, 15 сент. 2016 г. в 11:00, Shinpei Muraoka :
> Hi,
>
> Ryu config must be set when ryu-m
Hi,
To know all registered switches try:
"""
from ryu.controller.dpset import DPSet
class MyApp(app_manager.RyuApp):
# ...
_CONTEXTS = {'dpset': DPSet}
def __init__(self, *args, **kwargs):
super(MyApp, self).__init__(*args, **kwargs)
# ...
self.dpset = kwargs
8f:df:47')]
Hope it helps.
If it still doesn't work check for correct switch registration by dpset -
there must be following lines in output (with --verbose flag set):
>> EVENT ofp_event->dpset EventOFPStateChange
>> DPSET: register datapath
Nick
пт, 16 сент. 2016 г.
k the best solution is to get switch info in different handler (e.g.
wsgi app), not in switch_features_handler.
Best Regards,
Nick
сб, 17 сент. 2016 г. в 14:01, Alan Wang :
> Hi,
>
> Thanks for your reply kindly.
>
> I tried your code. It can run to achieve my goal.
>
> But
Hello Greg,
Thank you for your nice hack with custom command line options!
Best Regards,
Nick
вт, 20 сент. 2016 г. в 20:15, Túlio Pascoal :
> Hello Greg,
>
> Nice initiative, keep up the good job!
>
>
> Best Regards,
>
>
>
> --
> Túlio Albuquerque Pascoal
&g
gister_cli_opts([
cfg.StrOpt('config', default='forwarder_config.yaml',
help='Custom Forwarder configuration file ' \
'(default: $PWD/forwarder_config.yaml)')
], group='l7')
manager.main(args=
Hi,
You should look at DPSet to retrieve Datapath objects from ryu:
http://ryu.readthedocs.io/en/latest/api_ref.html#ryu.controller.dpset.DPSet
Then use standard datapath.send_msg(msg)
Best Regards,
Nikolay Sedelnikov
ср, 2 нояб. 2016 г. в 17:54, Aqsa Malik :
> Hi All,
>
> I want two add rules
een the two switches, because they can be
> connected to the controller in any order.
>
> On Wed, Nov 2, 2016 at 4:24 PM, Nick Sedelnikov
> wrote:
>
> Hi,
>
> You should look at DPSet to retrieve Datapath objects from ryu:
> http://ryu.readthedocs.io/en/latest/api_ref.html#r
sting tricks in Greg Bernstein's post:
http://www.grotto-networking.com/SDNfun.html
Best Regards,
Nick
пн, 7 нояб. 2016 г. в 16:47, Aqsa Malik :
> Alright thank you guys.
> I was just looking for a more sophisticated way to use in the code, rather
> than:
> if dpid == 1:
> ... ad
Hello all,
Is it possible today to use NSH (Network Server Header -
https://tools.ietf.org/html/draft-fourie-nvo3-nsh-geneve-encap-00) in Ryu
and openvswitch?
Best Regards,
Nick Sedelnikov
14 matches
Mail list logo