aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-11-13 15:34:46 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-11-13 15:34:46 +0000
commitb1a4f45a56d2b04d1a1fe6eeebba5e9e661256a8 (patch)
tree736d2aaea30a733e23c55d6504939c56da4e62d4 /.hgignore
parent25f52c4c7401708e7f1b71b705b65dc84bc693a7 (diff)
downloadxen-b1a4f45a56d2b04d1a1fe6eeebba5e9e661256a8.tar.gz
xen-b1a4f45a56d2b04d1a1fe6eeebba5e9e661256a8.tar.bz2
xen-b1a4f45a56d2b04d1a1fe6eeebba5e9e661256a8.zip
Remus: support for network buffering
This currently relies on the third-party IMQ patch (linuximq.net) being present in dom0. The plan is to replace this with a direct hook into netback eventually. This patch includes a pared-down and patched copy of ebtables to install IMQ on a VIF. Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index b4b27ac3b2..5d181364dc 100644
--- a/.hgignore
+++ b/.hgignore
@@ -205,6 +205,8 @@
^tools/pygrub/build/.*$
^tools/python/build/.*$
^tools/python/xen/util/path\.py$
+^tools/remus/imqebt/imqebt$
+^tools/remus/kmod/.*(\.cmd|\.mod|\.ko|\.mod\.c|\.symvers|\.xen)$
^tools/security/secpol_tool$
^tools/security/xen/.*$
^tools/security/xensec_tool$