blob: 88db70129577d26323cd895ee2f70bbfc7afa397 (
plain)
1
2
3
4
5
6
7
|
-include ../Makefile.testdir
ibft.table: Makefile ibft.pl
perl ibft.pl \
--initiator iqn=iqn.1994-05.com.redhat:633114aacf2 \
--nic ip=192.168.50.101,prefix=24,gw=192.168.50.1,dns1=192.168.50.1,dhcp=192.168.50.1,mac=52:54:00:12:34:00,pci=00:03.0 \
--target nic=0,ip=192.168.50.1,port=3260,lun=1,name=iqn.2009-06.dracut:target0 >$@
|