Committed by
Gerrit Code Review
Initial support for Lagopus switch
- Driver definition for Lagopus switch. http://www.lagopus.org/ -- Just exposing VLAN/MPLS resources for now. Change-Id: I97f233140a84d133e087db6ace64d49eb6e6ba25
Showing
1 changed file
with
12 additions
and
0 deletions
| ... | @@ -43,6 +43,18 @@ | ... | @@ -43,6 +43,18 @@ |
| 43 | <behaviour api="org.onosproject.net.behaviour.MplsQuery" | 43 | <behaviour api="org.onosproject.net.behaviour.MplsQuery" |
| 44 | impl="org.onosproject.driver.query.FullMplsAvailable" /> | 44 | impl="org.onosproject.driver.query.FullMplsAvailable" /> |
| 45 | </driver> | 45 | </driver> |
| 46 | + | ||
| 47 | + <!-- Lagopus software OpenFlow 1.3 switch | ||
| 48 | + http://www.lagopus.org/ --> | ||
| 49 | + <driver name="lagopus" extends="default" | ||
| 50 | + manufacturer="Lagopus project" | ||
| 51 | + hwVersion=".*" swVersion=".*"> | ||
| 52 | + <behaviour api="org.onosproject.net.behaviour.VlanQuery" | ||
| 53 | + impl="org.onosproject.driver.query.FullVlanAvailable" /> | ||
| 54 | + <behaviour api="org.onosproject.net.behaviour.MplsQuery" | ||
| 55 | + impl="org.onosproject.driver.query.FullMplsAvailable" /> | ||
| 56 | + </driver> | ||
| 57 | + | ||
| 46 | <!-- Emulation of the spring-open pipeline using a CPqD OF 1.3 software switch. | 58 | <!-- Emulation of the spring-open pipeline using a CPqD OF 1.3 software switch. |
| 47 | ~ This driver is the default driver assigned to the CPqD switch. | 59 | ~ This driver is the default driver assigned to the CPqD switch. |
| 48 | --> | 60 | --> | ... | ... |
-
Please register or login to post a comment