Skip to content

Commit

Permalink
Rename midplane interface eth1-midplane
Browse files Browse the repository at this point in the history
As per discussions with Microsoft and sonic-buildimage PR8583
(sonic-net/sonic-buildimage#8583), we are
renaming the midplane interface from eth0.$VLAN_ID to eth1-midplane.

Change-Id: I2ae2188611a8018fc8d81ad0b3c3e1e58d6a48c3
  • Loading branch information
mlorrillere committed Sep 28, 2021
1 parent ecde6b5 commit 5d4015a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/lc-interface-config
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ do_supervisor_mode() {
}

do_linecard_mode() {
local vlan_intf="eth0.$VLAN_ID"
local vlan_intf="eth1-midplane"

echo "Setting up $vlan_intf"

Expand Down

0 comments on commit 5d4015a

Please sign in to comment.