aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/Makefile
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-10-21 12:06:17 +0100
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-10-21 12:06:17 +0100
commite5edf96441c161d4b9593cbfc7e0a7e019e972ce (patch)
tree8335898d324aefd40bdb39b3f6e46048f4a315bb /tools/examples/Makefile
parentfb22028e119ab7422cf19b76ed3e56ee66ba703a (diff)
downloadxen-e5edf96441c161d4b9593cbfc7e0a7e019e972ce.tar.gz
xen-e5edf96441c161d4b9593cbfc7e0a7e019e972ce.tar.bz2
xen-e5edf96441c161d4b9593cbfc7e0a7e019e972ce.zip
Break common network code in xen-network-common.sh, and common vif hotplugging
code into vif-common.sh. Fix the antispoofing in network-bridge to allow forwarding from physical device to bridge, and vif0.0 to eth0. Change the interface between netback driver and vif hotplugging scripts. The mac address and bridge details are read from the store directly by the script, so that the kernel driver does not need to get involved. Remove an awful lot of cruft from vif-bridge. Move the iptables handling into vif-common.sh, and fix it so that the new vif can get past the antispoofing entries. Merge vif-nat and vif-route into this structure too. Use ip instead of ifconfig to get necessary details. Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/examples/Makefile')
-rw-r--r--tools/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/Makefile b/tools/examples/Makefile
index f94a222466..f58f75e092 100644
--- a/tools/examples/Makefile
+++ b/tools/examples/Makefile
@@ -24,7 +24,7 @@ XEN_SCRIPTS += network-route vif-route
XEN_SCRIPTS += network-nat vif-nat
XEN_SCRIPTS += block
XEN_SCRIPTS += block-enbd
-XEN_SCRIPTS += xen-hotplug-common.sh
+XEN_SCRIPTS += xen-hotplug-common.sh xen-network-common.sh vif-common.sh
XEN_HOTPLUG_DIR = /etc/hotplug
XEN_HOTPLUG_SCRIPTS = xen-backend.agent