* [PATCH] tools: Add NAT scripts to xen/scripts/
@ 2005-10-06 21:38 Jon Mason
0 siblings, 0 replies; 3+ messages in thread
From: Jon Mason @ 2005-10-06 21:38 UTC (permalink / raw)
To: xen-devel
This patch copies the NAT scripts in tools/examples/ to /etc/xen/scripts/.
Signed-off-by: Jon Mason <jdmason@us.ibm.com>
# HG changeset patch
# User root@pentium4
# Node ID 049c0212ad754b27b2c32306dd0a9be57742fa19
# Parent 76a7a7aa27e40022fbfeacdd8d6ed9395e875894
Add NAT scripts to xen/scripts directory
diff -r 76a7a7aa27e4 -r 049c0212ad75 tools/examples/Makefile
--- a/tools/examples/Makefile Thu Oct 6 16:02:38 2005
+++ b/tools/examples/Makefile Thu Oct 6 21:23:58 2005
@@ -21,6 +21,7 @@
XEN_SCRIPT_DIR = /etc/xen/scripts
XEN_SCRIPTS = network-bridge vif-bridge
XEN_SCRIPTS += network-route vif-route
+XEN_SCRIPTS += network-nat vif-nat
XEN_SCRIPTS += block-phy
XEN_SCRIPTS += block-file
XEN_SCRIPTS += block-enbd
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] tools: Add NAT scripts to xen/scripts/
@ 2005-10-06 22:07 Ian Pratt
2005-10-06 23:15 ` Jon Mason
0 siblings, 1 reply; 3+ messages in thread
From: Ian Pratt @ 2005-10-06 22:07 UTC (permalink / raw)
To: Jon Mason, xen-devel
> This patch copies the NAT scripts in tools/examples/ to
> /etc/xen/scripts/.
Have you tested that these scripts still work? I don't think they've
been maintained recently.
In particular, I bet that they use eth0 directly rather than setting up
vif0.0/veth0. We should probably copy the section out of vif-bridge that
renames eth0->peth0 and veth0->eth0.
Ian
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tools: Add NAT scripts to xen/scripts/
2005-10-06 22:07 [PATCH] tools: Add NAT scripts to xen/scripts/ Ian Pratt
@ 2005-10-06 23:15 ` Jon Mason
0 siblings, 0 replies; 3+ messages in thread
From: Jon Mason @ 2005-10-06 23:15 UTC (permalink / raw)
To: Ian Pratt; +Cc: xen-devel
On Thu, Oct 06, 2005 at 11:07:14PM +0100, Ian Pratt wrote:
>
> > This patch copies the NAT scripts in tools/examples/ to
> > /etc/xen/scripts/.
>
> Have you tested that these scripts still work? I don't think they've
> been maintained recently.
I have not tested the scripts yet, but I plan to do so (and fix as
necessary). After that, off to fix the NAT checksum offload bug :-)
> In particular, I bet that they use eth0 directly rather than setting up
> vif0.0/veth0. We should probably copy the section out of vif-bridge that
> renames eth0->peth0 and veth0->eth0.
>
> Ian
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-10-06 23:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-06 22:07 [PATCH] tools: Add NAT scripts to xen/scripts/ Ian Pratt
2005-10-06 23:15 ` Jon Mason
-- strict thread matches above, loose matches on Subject: below --
2005-10-06 21:38 Jon Mason
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.