aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/xm.pod.1
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-03-25 21:59:20 +0000
committerKeir Fraser <keir@xen.org>2011-03-25 21:59:20 +0000
commit2a738c3fe110a880835450c48fd9c3b5912f31f3 (patch)
tree3026f0b1dbb79596a865e08eeb38aa2b12f7631a /docs/man/xm.pod.1
parent6102cace934c5ef156e7e1e21966cf3950dc40e5 (diff)
downloadxen-2a738c3fe110a880835450c48fd9c3b5912f31f3.tar.gz
xen-2a738c3fe110a880835450c48fd9c3b5912f31f3.tar.bz2
xen-2a738c3fe110a880835450c48fd9c3b5912f31f3.zip
tools: vnet: Remove
Build has been broken since at least 18969:d6889b3b6423 (early 2009) and it has been unhooked from the top level build since forever AFAICT. The last actual development (as opposed to tree wide cleanups and build fixes) appears to have been 11594:6d7bba6443ef in 2006. The functionality of vnet has apparently been superceded by VLANs, ebtables, Ethernet-over-IP etc all of which are well integrated with upstream kernels and distros. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'docs/man/xm.pod.1')
-rw-r--r--docs/man/xm.pod.123
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/man/xm.pod.1 b/docs/man/xm.pod.1
index 631408b436..05895a433a 100644
--- a/docs/man/xm.pod.1
+++ b/docs/man/xm.pod.1
@@ -984,29 +984,6 @@ formatted as a list or as an S-Expression if the B<--long> option was given.
=back
-=head1 VNET COMMANDS
-
-The Virtual Network interfaces for Xen.
-
-FIXME: This needs a lot more explanation, or it needs to be ripped
-out entirely.
-
-=over 4
-
-=item B<vnet-list> [B<-l>|B<--long>]
-
-List vnets.
-
-=item B<vnet-create> I<config>
-
-Create a vnet from a config file.
-
-=item B<vnet-delete> I<vnetid>
-
-Delete a vnet.
-
-=back
-
=head1 SEE ALSO
B<xmdomain.cfg>(5), B<xentop>(1)