Skip to content

CBR2-2262 : set primary_lan_l3net sysevent#302

Open
rajkamal-cv wants to merge 1 commit intodevelopfrom
bug/CBR2-2262
Open

CBR2-2262 : set primary_lan_l3net sysevent#302
rajkamal-cv wants to merge 1 commit intodevelopfrom
bug/CBR2-2262

Conversation

@rajkamal-cv
Copy link
Copy Markdown
Contributor

Reason for change: Fix the typo in setting primary_lan_l3net sysevent
Test Procedure: Flash the image and test the brlan0 in CBR2
Risks: Low
Priority: P1

Reason for change: Fix the typo in setting primary_lan_l3net sysevent
Test Procedure: Flash the image and test the brlan0 in CBR2
Risks: Low
Priority: P1
Copilot AI review requested due to automatic review settings May 7, 2026 03:00
@rajkamal-cv rajkamal-cv requested review from a team as code owners May 7, 2026 03:00
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a typo in the LAN initialization handler intended to ensure the primary_lan_l3net sysevent is set correctly for CBR2/TCCBR scenarios.

Changes:

  • Replace an invalid syseven invocation with sysevent set primary_lan_l3net 4.
  • Replace a no-op echo (redirected to /dev/null) with an echo_t log message in the same branch.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 439 to 443
elif [ "$BOX_TYPE" = "TCCBR" ]; then
if [ -z "$INST" ]; then
echo "*****SET THE PRIMARY LAN ******" > /dev/null
syseven set primary_lan_l3net 4
echo_t "SET THE PRIMARY LAN $INST"
sysevent set primary_lan_l3net 4
fi
if [ -z "$INST" ]; then
echo "*****SET THE PRIMARY LAN ******" > /dev/null
syseven set primary_lan_l3net 4
echo_t "SET THE PRIMARY LAN $INST"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants