mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 17:57:34 +00:00
Minor fixes to neutron sriov agent
syntax error in init script template Change-Id: I8e51907e7a65aa914f42a4d9badda9b621d344d0
This commit is contained in:
@@ -58,7 +58,7 @@ ip link set {{ $sriov.device }} promisc ${promisc_mode}
|
||||
#NOTE(portdirect): get the bus that the port is on
|
||||
NIC_BUS=$(lshw -c network -businfo | awk '/{{ $sriov.device }}/ {print $1}')
|
||||
#NOTE(portdirect): get first port on the nic
|
||||
NIC_FIRST_PORT=$(lshw -c network -businfo | awk "/${NIC_BUS%%.*}/ { print \$2; exit }"
|
||||
NIC_FIRST_PORT=$(lshw -c network -businfo | awk "/${NIC_BUS%%.*}/ { print \$2; exit }")
|
||||
#NOTE(portdirect): Enable promisc mode on the nic, by setting it for the 1st port
|
||||
ethtool --set-priv-flags ${NIC_FIRST_PORT} vf-true-promisc-support ${promisc_mode}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user