Changes between Version 2 and Version 3 of Tapctl


Ignore:
Timestamp:
02/24/19 18:20:22 (5 years ago)
Author:
rozmansi
Comment:

tapctl.exe was limited to list and delete TAP interfaces only

Legend:

Unmodified
Added
Removed
Modified
  • Tapctl

    v2 v3  
    3737
    3838
    39 Listing installed network interfaces
    40 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     39Listing installed TAP interfaces
     40^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    4141
    4242Usage::
     
    4444  tapctl list
    4545
    46 This command prints *all* network interfaces to stdout. The list will contain interface GUIDs and names. 3rd party interfaces and system internal interfaces will also be included on the list.
     46This command prints installed TAP network interfaces to stdout. The list will contain interface GUIDs and names.
    4747
    4848
    49 Removing a network interface
    50 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     49Removing a TAP interface
     50^^^^^^^^^^^^^^^^^^^^^^^^
    5151
    5252Usage::
     
    5454  tapctl delete <interface GUID | interface name>
    5555
    56 Deletes the specified network interface. Please note, that the Tapctl utility does not check the interface type and as such can be used to remove any network interface from your system. Use with care.
     56Deletes the specified TAP interface.
    5757
    5858