Displaying 3 results from an estimated 3 matches for "notap".
Did you mean:
nota
2007 Dec 21
0
[Virtio-for-kvm] [PATCH 4/7] userspace virtio
...dest = 'nictype',
+ default = 'rtl8139',
+ )
+
optparser.add_option('--mac',
help = 'use this specific mac addr',
dest = 'mac',
@@ -239,7 +245,7 @@ if not options.notap:
mac_components[0] = 'a0'
mac = ':'.join(mac_components)
- qemu_args += ('-net', 'nic,macaddr=%s,model=rtl8139' % (mac,),
+ qemu_args += ('-net', 'nic,macaddr=%s,model=%s' %
(mac,options.nictype,),...
1999 Oct 12
0
NetApp Toaster w/ SMBCLIENT
The problem you describe below is fixed in Data NOTAP 5.3x. If you're on an
older version, you might want to upgrade.
There's another issue, though. The fix for which should be in the next
release of Data ONTAP, which isn't far off (sorry for being vague).
If you're interested in a good NetApp mailing list that's not run by NetAp...
2007 Dec 21
0
[Virtio-for-kvm] [PATCH 4/7] userspace virtio
...dest = 'nictype',
+ default = 'rtl8139',
+ )
+
optparser.add_option('--mac',
help = 'use this specific mac addr',
dest = 'mac',
@@ -239,7 +245,7 @@ if not options.notap:
mac_components[0] = 'a0'
mac = ':'.join(mac_components)
- qemu_args += ('-net', 'nic,macaddr=%s,model=rtl8139' % (mac,),
+ qemu_args += ('-net', 'nic,macaddr=%s,model=%s' %
(mac,options.nictype,),...