Commit 4ca6e473 authored by Jean-Claude BAU's avatar Jean-Claude BAU

assembly_ppsi_conf.sh: Fix issue vlan parameter missing

parent 83c3a764
...@@ -385,6 +385,7 @@ declare -A inst_dotc_ppsi_key_mapping='(\ ...@@ -385,6 +385,7 @@ declare -A inst_dotc_ppsi_key_mapping='(\
[L1SYNC_OPT_PARAMS_ENABLED]="l1SyncOptParamsEnabled" [L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED]="l1SyncTimestampsCorrectedTxEnabled" \ [L1SYNC_OPT_PARAMS_ENABLED]="l1SyncOptParamsEnabled" [L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED]="l1SyncTimestampsCorrectedTxEnabled" \
[L1SYNC_TX_COHERENCY_IS_REQUIRED]="l1SyncTxCoherencyIsRequired" \ [L1SYNC_TX_COHERENCY_IS_REQUIRED]="l1SyncTxCoherencyIsRequired" \
[L1SYNC_RX_COHERENCY_IS_REQUIRED]="l1SyncRxCoherencyIsRequired" [L1SYNC_CONGRUENCY_IS_REQUIRED]="l1SyncCongruencyIsRequired" \ [L1SYNC_RX_COHERENCY_IS_REQUIRED]="l1SyncRxCoherencyIsRequired" [L1SYNC_CONGRUENCY_IS_REQUIRED]="l1SyncCongruencyIsRequired" \
[_VLAN]="vlan" \
)' )'
inst_dotc_keys="${!inst_dotc_ppsi_key_mapping[@]}" inst_dotc_keys="${!inst_dotc_ppsi_key_mapping[@]}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment