#!/bin/bash #------------------------------------------------------------------------------ # Init script for P4 Broker. # # chkconfig: - 90 30 # description: Start P4 Broker for instance REPL_SDP_INSTANCE. #------------------------------------------------------------------------------ export SDP_INSTANCE=REPL_SDP_INSTANCE /p4/common/bin/p4broker_base $SDP_INSTANCE $@