VirtualBox

Ignore:
Timestamp:
May 24, 2011 3:34:06 PM (14 years ago)
Author:
vboxsync
Message:

API+Frontends: Generic network attachment driver support which obsoletes the special case for VDE. Big API cleanup in the same area. Adapt all frontends to these changes (full implementation in VBoxManage, minimum implementation in GUI).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r37074 r37200  
    194194                     "|hostonly"
    195195#endif
    196 #ifdef VBOX_WITH_VDE
    197196                     "|\n"
    198                      "                                        vde"
    199 #endif
     197                     "                                        generic"
    200198                     "]\n"
    201199                     "                            [--nictype<1-N> Am79C970A|Am79C973"
     
    210208                     "                            [--nictrace<1-N> on|off]\n"
    211209                     "                            [--nictracefile<1-N> <filename>]\n"
     210                     "                            [--nicproperty<1-N> name=[value]]\n"
    212211                     "                            [--nicspeed<1-N> <kbps>]\n"
    213212                     "                            [--nicbootprio<1-N> <priority>]\n"
     
    220219                     "                            [--intnet<1-N> <network name>]\n"
    221220                     "                            [--natnet<1-N> <network>|default]\n"
    222 #ifdef VBOX_WITH_VDE
    223                      "                            [--vdenet<1-N> <network>|default]\n"
    224 #endif
     221                     "                            [--nicgenericdrv<1-N> <driver>\n"
    225222                     "                            [--natsettings<1-N> [<mtu>],[<socksnd>],\n"
    226223                     "                                                [<sockrcv>],[<tcpsnd>],\n"
     
    232229                     "                            [--nattftpfile<1-N> <file>]\n"
    233230                     "                            [--nattftpserver<1-N> <ip>]\n"
     231                     "                            [--natbindip<1-N> <ip>\n"
    234232                     "                            [--natdnspassdomain<1-N> on|off]\n"
    235233                     "                            [--natdnsproxy<1-N> on|off]\n"
     
    385383                     "                            setlinkstate<1-N> on|off |\n"
    386384#if defined(VBOX_WITH_NETFLT)
    387                      "                            nic<1-N> null|nat|bridged|intnet|hostonly\n"
     385                     "                            nic<1-N> null|nat|bridged|intnet|hostonly|generic"
     386                     "\n"
    388387                     "                                     [<devicename>] |\n"
    389 #else /* !RT_OS_LINUX && !RT_OS_DARWIN */
    390                      "                            nic<1-N> null|nat|bridged|intnet\n"
     388#else /* !VBOX_WITH_NETFLT */
     389                     "                            nic<1-N> null|nat|bridged|intnet|generic\n"
    391390                     "                                     [<devicename>] |\n"
    392 #endif /* !RT_OS_LINUX && !RT_OS_DARWIN */
     391#endif /* !VBOX_WITH_NETFLT */
    393392                     "                            nictrace<1-N> on|off\n"
    394393                     "                            nictracefile<1-N> <filename>\n"
     394                     "                            nicproperty<1-N> name=[value]\n"
    395395                     "                            natpf<1-N> [<rulename>],tcp|udp,[<hostip>],\n"
    396396                     "                                          <hostport>,[<guestip>],<guestport>\n"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette