Re: [Ryu-devel] ilcgqd

2019-12-16 Thread Nick
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

[Ryu-devel] Modifying a Nicira Sample Action

2020-06-19 Thread Nick
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

Re: [Ryu-devel] Modifying a Nicira Sample Action

2020-06-22 Thread Nick
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

[Ryu-devel] Application specific settings

2016-09-14 Thread Nick Sedelnikov
.'), ]) 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 -- ___

Re: [Ryu-devel] Application specific settings

2016-09-16 Thread Nick Sedelnikov
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

Re: [Ryu-devel] Get the mac address of all switches

2016-09-16 Thread Nick Sedelnikov
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

Re: [Ryu-devel] Get the mac address of all switches

2016-09-16 Thread Nick Sedelnikov
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 г.

Re: [Ryu-devel] Get the mac address of all switches

2016-09-20 Thread Nick Sedelnikov
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

Re: [Ryu-devel] Request to help on python

2016-09-20 Thread Nick Sedelnikov
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

Re: [Ryu-devel] Application specific settings

2016-09-21 Thread Nick Sedelnikov
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=

Re: [Ryu-devel] Handle rules on two switches

2016-11-02 Thread Nick Sedelnikov
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

Re: [Ryu-devel] Handle rules on two switches

2016-11-02 Thread Nick Sedelnikov
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

Re: [Ryu-devel] Handle rules on two switches

2016-11-07 Thread Nick Sedelnikov
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

[Ryu-devel] NSH support in Ryu

2016-11-22 Thread Nick Sedelnikov
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