Driver and pipeliner for PINS/SONiC in ONOS
To build the ONOS SONiC/PINS driver and SAI pipeliner only Docker
and curl
are required as dependencies.
Run make build_driver
Run make build_pipeliner
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
.