Jon Mason
2005-Oct-06 21:38 UTC
[Xen-devel] [PATCH] tools: Add NAT scripts to xen/scripts/
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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Pratt
2005-Oct-06 22:07 UTC
RE: [Xen-devel] [PATCH] tools: Add NAT scripts to xen/scripts/
> 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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jon Mason
2005-Oct-06 23:15 UTC
Re: [Xen-devel] [PATCH] tools: Add NAT scripts to xen/scripts/
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 >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel