Updated extension registration keys
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-augments.yang
index fb5e755e31ec72d456192f1c922529d7b72ab6ec..44986927df0393ebb05dbcff7d6ee2aa841af887 100644 (file)
              type oft:ipv6-exthdr-flags;\r
          }\r
      }\r
+     augment "/oxm:oxm-container/oxm:match-entries" {\r
+         ext:augment-identifier "experimenter-match-entry";\r
+         leaf experimenter {\r
+             type uint32;\r
+         }\r
+     }\r
+     augment "/oxm:oxm-container/oxm:match-entries" {\r
+         ext:augment-identifier "tcp-flag-match-entry";\r
+         leaf tcp-flag {\r
+             type uint16;\r
+         }\r
+     }\r
+     augment "/oxm:oxm-container/oxm:match-entries" {\r
+         ext:augment-identifier "tunnel-ipv4-dst-match-entry";\r
+         leaf tunnel-ipv4-dst {\r
+             type inet:ipv4-address;\r
+         }\r
+     }\r
+     augment "/oxm:oxm-container/oxm:match-entries" {\r
+         ext:augment-identifier "tunnel-ipv4-src-match-entry";\r
+         leaf tunnel-ipv4-src {\r
+             type inet:ipv4-address;\r
+         }\r
+     }\r
 \r
 // OFP_ACTION AUGMENTS\r
      augment "/ofaction:actions-container/ofaction:action" {\r
          leaf experimenter {\r
              type uint32;\r
          }\r
+         leaf data {\r
+             type binary;\r
+         }\r
      }\r
      // OF1.0 structures\r
      augment "/ofaction:actions-container/ofaction:action" {\r
          leaf experimenter {\r
              type uint32;\r
          }\r
+         leaf exp-data {\r
+             type binary;\r
+         }\r
      }\r
 \r
 }
\ No newline at end of file