Hi all,

I was not able to find any documentation on what needs to be augmented for 
MD-SAL for experimenter messages. I was able to gather this from this mailing 
list messages from 2015 for YANG for OpenFlowJava.

YANG OpenFlowJava
module noviflow-experimenter-msg {
    namespace "urn:opendaylight:extention:nfx";
    prefix vendor;
    import yang-ext {prefix ext; revision-date "2013-07-09";}
    import openflow-protocol {prefix ofproto;revision-date "2013-07-31";}
    description "NoviFlow experimenter messages";
    revision "2017-05-16" {
        description "initial draft";
    }
    identity nfx-set-payload {
        description "NoviFlow extensions";
    }
    augment "/ofproto:experimenter" {
     ext:augment-identifier "experimenter-set-payload";
        
        leaf table_id {
            type uint8;
        }
        
        leaf payload_size{
            type uint8;
        }
        
        leaf payload_offset {
            type uint16;
        }
    }
}

The red line made it not compile.

Also for the YANG for MD-SAL, I have not idea what to augment!

Any hint or help on what to do will be greatly appreciated.

Thanks,

Yann Bourdeau, M.Ing.
Senior Software Developer
438-499-4607
[email protected]



_______________________________________________
openflowplugin-dev mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev

Reply via email to