X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Fhost-add.sh;h=8aa9bde1fcbf0b0616ef5e00a56a02b28906e598;hb=9cead2a0262deabadc900d580ef312fbc468efc0;hp=cf2138dc593e9533d670d9615aa3463fc775b202;hpb=f7aa8c4db7a57d5865d3b7767d5957fda6867198;p=osm%2Fopenvim.git diff --git a/scripts/host-add.sh b/scripts/host-add.sh index cf2138d..8aa9bde 100755 --- a/scripts/host-add.sh +++ b/scripts/host-add.sh @@ -1,8 +1,8 @@ #!/bin/bash ## -# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. -# This file is part of openmano +# Copyright 2015 Telef�nica Investigaci�n y Desarrollo, S.A.U. +# This file is part of openvim # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -134,7 +134,7 @@ function xmlpath_args() [[ "$#" -lt "2" ]] && echo "Missing parameters" && usage load_vf_driver ixgbe load_vf_driver i40e - +/etc/rc.local HOST_NAME=`cat /etc/hostname` FEATURES=`grep "^flags" /proc/cpuinfo` FEATURES_LIST="" @@ -265,7 +265,7 @@ then eval $underscored_pci["switch_port"]=$switch_port fi - #Añado el pci de cada uno de los hijos + #A�ado el pci de cada uno de los hijos SRIOV_counter=0 for child in `xmlpath_args "device/capability/capability/address" < parent_xml` do