mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-27 17:37:18 +01:00
Ponmngr: set vendorId when XPON init in sh script
This commit is contained in:
parent
302a93121a
commit
b731667227
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ set_serial_number() {
|
|||
vendor_id=$1
|
||||
vssn=$2
|
||||
|
||||
# Vendor id is not taken from serial automatically, propagate it as well
|
||||
/userfs/bin/omcicfgCmd set vendorId ${vendor_id}
|
||||
/userfs/bin/omcicfgCmd set sn ${vendor_id}${vssn}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue