[Ryu-devel] new openflow action support
Brought to you by:
nz_gizmoguy
|
From: Luca M. <luc...@ou...> - 2020-07-15 08:34:38
|
Hello, For a project I’m currently working on I added 2 new openflow actions to OpenvSwitch and I have decided to use RYU as my controller in a test topology. I’ve already manually tested my new openflow actions and they function correctly, however I can’t seem to find any tutorial or help on how to add support so that RYU can recognize my new actions. I intended to implement them for openflow 1.4, which are the files I need to modify and work on so that RYU will recognize them. For now the files I found I need to modify are: Ofproto_v1_4.py Ofproto_v1_4_parser.py Is there any other file I need to work on or do you know of something that could help me? Any help is greatly appreciated! Regards, |