[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:
Oleksandr Ivantsiv 2017-07-25 10:05:27 +03:00 committed by Marian Pritsak
parent 7d95fd7e8c
commit c1fd0b1ae5

View File

@ -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}'`