[Ryu-devel] Ryu Openflow UDP

2019-07-23 Thread gediadewang
Hello, Is it possible to host Ryu on UDP 6653 instead of TCP 6653? If yes, how? I know per the specifications, openflow is supprted on TCP 6633/6653. I am working on an application that needs controller running on UDP 6653 to communicate with the OVS. Any help is greatly appreciated. Thanks,

Re: [Ryu-devel] Ryu Openflow UDP

2019-07-23 Thread Yusuke Iwase
Hi, Unfortunately, Ryu seems to support only TCP (and TLS). To handle UDP, you need to modify the following (also around there), I guess. https://github.com/osrg/ryu/blob/a295810f77238c5c55fc852d4807f0e46a298245/ryu/controller/controller.py#L124 Regards, Iwase 2019年7月24日(水) 7:54 : > Hello, > >