Skip to content

Commit 63150de

Browse files
committed
Use new path for fcoe driver
Signed-off-by: Sharad Yadav <[email protected]>
1 parent c7a07de commit 63150de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/network_utils.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ let modprobe = "/sbin/modprobe"
3333
let ethtool = ref "/sbin/ethtool"
3434
let bonding_dir = "/proc/net/bonding/"
3535
let dhcp6c = "/sbin/dhcp6c"
36-
let fcoedriver = ref "/opt/xensource/libexec/fcoe_driver.py"
36+
let fcoedriver = ref "/opt/xensource/libexec/fcoe_driver"
3737

3838
let call_script ?(log_successful_output=false) script args =
3939
try

0 commit comments

Comments
 (0)