Committed by
Gerrit Code Review
Making OF-DPA and NoviFlow drivers accept multiple software versions
Change-Id: I6dc9dfd31ecb0895aad27ffc389d5649894cf5bc
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -62,7 +62,7 @@ | ... | @@ -62,7 +62,7 @@ |
| 62 | impl="org.onosproject.driver.handshaker.CorsaSwitchHandshaker"/> | 62 | impl="org.onosproject.driver.handshaker.CorsaSwitchHandshaker"/> |
| 63 | </driver> | 63 | </driver> |
| 64 | <driver name="ofdpa" extends="default" | 64 | <driver name="ofdpa" extends="default" |
| 65 | - manufacturer="Broadcom Corp." hwVersion="OF-DPA 2.0-EA1" swVersion="OF-DPA 2.0-EA1"> | 65 | + manufacturer="Broadcom Corp." hwVersion="OF-DPA.*" swVersion="OF-DPA.*"> |
| 66 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" | 66 | <behaviour api="org.onosproject.net.behaviour.Pipeliner" |
| 67 | impl="org.onosproject.driver.pipeline.OFDPA1Pipeline"/> | 67 | impl="org.onosproject.driver.pipeline.OFDPA1Pipeline"/> |
| 68 | </driver> | 68 | </driver> |
| ... | @@ -98,7 +98,7 @@ | ... | @@ -98,7 +98,7 @@ |
| 98 | impl="org.onosproject.driver.pipeline.PicaPipeline"/> | 98 | impl="org.onosproject.driver.pipeline.PicaPipeline"/> |
| 99 | </driver> | 99 | </driver> |
| 100 | <driver name="noviflow" extends="softrouter" | 100 | <driver name="noviflow" extends="softrouter" |
| 101 | - manufacturer="NoviFlow Inc" hwVersion="NS1132" swVersion="NW250.4.4"> | 101 | + manufacturer="NoviFlow Inc" hwVersion="NS.*" swVersion="NW.*"> |
| 102 | </driver> | 102 | </driver> |
| 103 | <!-- Emulation of the ofdpa pipeline using a CPqD OF 1.3 software switch. | 103 | <!-- Emulation of the ofdpa pipeline using a CPqD OF 1.3 software switch. |
| 104 | ~ To use this driver, configure ONOS with the dpid of the device. | 104 | ~ To use this driver, configure ONOS with the dpid of the device. | ... | ... |
-
Please register or login to post a comment