View | Details | Raw Unified | Return to bug 36985
Collapse All | Expand All

(-)tap.4 (-16 / +23 lines)
Lines 231-237 Link Here
231
brought down
231
brought down
232
(as if with
232
(as if with
233
.Dq ifconfig tap Ns Sy N No down )
233
.Dq ifconfig tap Ns Sy N No down )
234
unless the devices is a VMnet device.
234
unless the device is a 
235
.Em VMnet 
236
device.
235
All queued frames are thrown away.
237
All queued frames are thrown away.
236
If the interface is up when the data
238
If the interface is up when the data
237
device is not open, output frames are thrown away rather than
239
device is not open, output frames are thrown away rather than
Lines 239-270 Link Here
239
.Pp
241
.Pp
240
The
242
The
241
.Nm
243
.Nm
242
device is also can be used with the VMware port as a replacement
244
device can also be used with the VMware port as a replacement
243
for the old VMnet device driver.
245
for the old 
246
.Em VMnet 
247
device driver.
244
The driver uses the minor number
248
The driver uses the minor number
245
to select between
249
to select between
246
.Nm
250
.Nm
247
and
251
and
248
.Nm vmnet
252
.Nm vmnet
249
devices.
253
devices.
250
VMnet minor numbers begin at
254
.Em VMnet 
255
minor numbers begin at
251
.Va 0x800000
256
.Va 0x800000
252
+
257
+
253
.Va N .
258
.Va N ;
254
Where
259
where
255
.Va N
260
.Va N
256
is a VMnet unit number.
261
is a 
257
In this case control device is expected to be
262
.Em VMnet 
263
unit number.
264
In this case the control device is expected to be
258
.Pa /dev/vmnet Ns Sy N ,
265
.Pa /dev/vmnet Ns Sy N ,
259
and network interface will be
266
and the network interface will be
260
.Sy vmnet Ns Ar N .
267
.Sy vmnet Ns Ar N .
261
Additionally, VMnet devices do not ifconfig themselves down when the
268
Additionally, 
269
.Em VMnet 
270
devices do not 
271
.Xr ifconfig 8 
272
themselves down when the
262
control device is closed.
273
control device is closed.
263
Everything else is the same.
274
Everything else is the same.
264
.Pp
275
.Pp
265
In addition to mentioned above
276
In addition to the above mentioned 
266
.Xr ioctl 2
277
.Xr ioctl 2
267
there is one additional one for the VMware port.
278
calls, there is an additional one for the VMware port.
268
.Bl -tag -width VMIO_SIOCSETMACADDR
279
.Bl -tag -width VMIO_SIOCSETMACADDR
269
.It Dv VMIO_SIOCSIFFLAGS
280
.It Dv VMIO_SIOCSIFFLAGS
270
VMware
281
VMware
Lines 273-279 Link Here
273
.Sh SEE ALSO
284
.Sh SEE ALSO
274
.Xr inet 4 ,
285
.Xr inet 4 ,
275
.Xr intro 4
286
.Xr intro 4
276
.\" .Sh BUGS
277
.Sh AUTHORS
278
This man page has been obtained from
279
.Fx .

Return to bug 36985