[orchagent]: Export platform information before orchagent run. (#835)
Export platform information in environment to be able to write vendor specific code.
This commit is contained in:
parent
7d95fd7e8c
commit
c1fd0b1ae5
@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Export platform information. Required to be able to write
|
||||
# vendor specific code.
|
||||
export platform=`sonic-cfggen -m /etc/sonic/minigraph.xml -v onie_switch_asic`
|
||||
|
||||
ASIC=`sonic-cfggen -y /etc/sonic/sonic_version.yml -v asic_type`
|
||||
|
||||
MAC_ADDRESS=`ip link show eth0 | grep ether | awk '{print $2}'`
|
||||
|
Reference in New Issue
Block a user