X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=openflow-protocol-api%2Fsrc%2Fmain%2Fyang%2Fopenflow-augments.yang;h=44986927df0393ebb05dbcff7d6ee2aa841af887;hb=60ad94454217d7d1f6f9e65f39f72ae111ecc845;hp=ed6d01d15c23d1735544821bbeefd2fc2b110abd;hpb=774bedf030142fd05a31e02b21c4079745cf83f0;p=openflowjava.git diff --git a/openflow-protocol-api/src/main/yang/openflow-augments.yang b/openflow-protocol-api/src/main/yang/openflow-augments.yang index ed6d01d1..44986927 100644 --- a/openflow-protocol-api/src/main/yang/openflow-augments.yang +++ b/openflow-protocol-api/src/main/yang/openflow-augments.yang @@ -175,6 +175,12 @@ type oft:ipv6-exthdr-flags; } } + augment "/oxm:oxm-container/oxm:match-entries" { + ext:augment-identifier "experimenter-match-entry"; + leaf experimenter { + type uint32; + } + } augment "/oxm:oxm-container/oxm:match-entries" { ext:augment-identifier "tcp-flag-match-entry"; leaf tcp-flag { @@ -379,8 +385,8 @@ leaf experimenter { type uint32; } - leaf data { - type binary; + leaf exp-data { + type binary; } }