Added more openflow models 25/925/2
authorAdam Brcek <adam.brcek@pantheon.sk>
Tue, 20 Aug 2013 13:28:25 +0000 (15:28 +0200)
committerAdam Brcek <adam.brcek@pantheon.sk>
Tue, 3 Sep 2013 22:14:36 +0000 (15:14 -0700)
commit2cd468557331350de381fe8983df698cbd3b7934
tree3f8a60b50e79d7408c801a7687ab617771622473
parent693cca4206fc91aaec0440654d6ac4c69da00d89
Added more openflow models

  - openflow-action defines Openflow Actions
  - openflow-instruction defines Openflow Instructions
  - openflow-extensible-match defines Openflow Extensible Match
  - openflow-protocol defines Openflow Protocol messages and structures

Change-Id: Ifcaa196a673e83525a6a14d2c46603263cedbdd7
Signed-off-by: Adam Brcek <adam.brcek@pantheon.sk>
openflow-protocol-api/pom.xml
openflow-protocol-api/src/main/yang/openflow-action.yang [new file with mode: 0644]
openflow-protocol-api/src/main/yang/openflow-extensible-match.yang [new file with mode: 0644]
openflow-protocol-api/src/main/yang/openflow-instruction.yang [new file with mode: 0644]
openflow-protocol-api/src/main/yang/openflow-protocol.yang [new file with mode: 0644]
openflow-protocol-api/src/main/yang/openflow-types.yang