Skip to content

Commit b61f37c

Browse files
authored
Merge pull request #182 from manigandanj/RDKBACCL-827-bridgemode-brlan0-ip-issue
RDKBACCL-827: brlan0 is not having IP during switch back from bridgemode
2 parents 23b3393 + f8c5da6 commit b61f37c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meta-rdk-mtk-bpir4/recipes-ccsp/util/utopia/service_bridge_bpi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ virtual_interface()
440440
if [ "$LAN_IP" != "$dst_ip" ]; then
441441
ifconfig "$CMDIAG_IF" $dst_ip netmask "$LAN_NETMASK" up
442442
fi
443+
sysevent set ipv4_4-status down
443444
else
444445
ifconfig "$CMDIAG_IF" down
445446
ifconfig l"$CMDIAG_IF" down

0 commit comments

Comments
 (0)