[VOL-3498] Send DHCP option60 in DHCP request from in-band interface
Change-Id: If2d9f786b3e8d73c6b4cb0f135bc6af64eda45d2
diff --git a/agent/inband/scripts/start_inband_oltservices.sh b/agent/inband/scripts/start_inband_oltservices.sh
index cf59334..02607df 100644
--- a/agent/inband/scripts/start_inband_oltservices.sh
+++ b/agent/inband/scripts/start_inband_oltservices.sh
@@ -67,6 +67,7 @@
ASFVOLT16="asfvolt16"
ASGVOLT64="asgvolt64"
ASF16_MODEL="ASXvOLT16"
+EDGECORE="edgecore"
# vlan id for asfvolt16
ASFVOLT16_VLAN_ID_ETH2=
@@ -490,6 +491,7 @@
if [ $? -ne 0 ]; then
echo "interface \"${interface}.${vlan_id}\" {" >>$DHCLIENT_CONF
echo " send dhcp-client-identifier \"${serial_num}.${vlan_id}\";" >>$DHCLIENT_CONF
+ echo " send vendor-class-identifier \"${EDGECORE}\";" >>$DHCLIENT_CONF
echo "}" >>$DHCLIENT_CONF
fi
}