Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 515 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 515 Bytes

sonic-onos-driver

Driver and pipeliner for PINS/SONiC in ONOS

Pre-requisites:

To build the ONOS SONiC/PINS driver and SAI pipeliner only Docker and curl are required as dependencies.

Build driver

Run make build_driver

Build pipeliner

Run make build_pipeliner

Push driver or pipeliner app to a running ONOS instance

make {push_driver|push_pipeliner} [ONOS_IP=<ip-onos-instance>] [ONOS_PORT=<port-onos-rest-apis>]

ONOS_IP default value is localhost. ONOS_PORT default value is 8181.