Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
a1b211dd
Commit
a1b211dd
authored
14 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
Version dependency on iptables
and drop Disable-CHECKSUM-rule.patch Closes: #627595
parent
06269726
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/control
+10
-2
10 additions, 2 deletions
debian/control
debian/patches/Disable-CHECKSUM-rule.patch
+0
-34
0 additions, 34 deletions
debian/patches/Disable-CHECKSUM-rule.patch
debian/patches/series
+0
-1
0 additions, 1 deletion
debian/patches/series
with
10 additions
and
37 deletions
debian/control
+
10
−
2
View file @
a1b211dd
...
...
@@ -44,8 +44,16 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, libvirt0 (= ${binary:Version}), logrotate, gettext-base
Enhances: qemu, qemu-kvm, xen
Section: admin
Recommends: netcat-openbsd, bridge-utils, dnsmasq-base (>= 2.46-1), iptables, qemu-kvm | qemu (>= 0.9.1),
libxml2-utils, iptables, gawk, ebtables, dmidecode, iproute
Recommends: netcat-openbsd,
bridge-utils,
dnsmasq-base (>= 2.46-1),
iptables (>= 1.4.10),
qemu-kvm | qemu (>= 0.9.1),
libxml2-utils,
gawk,
ebtables,
dmidecode,
iproute
Suggests: policykit-1
Description: the programs for the libvirt library
Libvirt is a C toolkit to interact with the virtualization capabilities
...
...
This diff is collapsed.
Click to expand it.
debian/patches/Disable-CHECKSUM-rule.patch
deleted
100644 → 0
+
0
−
34
View file @
06269726
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
Date: Wed, 6 Oct 2010 18:37:20 +0200
Subject: Disable CHECKSUM rule
not supported by Squeeze's iptables
Closes: #598330
---
src/util/iptables.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/util/iptables.c b/src/util/iptables.c
index 76d412c..8b22fc8 100644
--- a/src/util/iptables.c
+++ b/src/util/iptables.c
@@ -870,6 +870,7 @@
iptablesOutputFixUdpChecksum(iptablesContext *ctx,
int port,
int action)
{
+#if 0
char portstr[32];
snprintf(portstr, sizeof(portstr), "%d", port);
@@ -883,6 +884,9 @@
iptablesOutputFixUdpChecksum(iptablesContext *ctx,
"--destination-port", portstr,
"--jump", "CHECKSUM", "--checksum-fill",
NULL);
+#else
+ return 0;
+#endif
}
/**
--
This diff is collapsed.
Click to expand it.
debian/patches/series
+
0
−
1
View file @
a1b211dd
...
...
@@ -4,7 +4,6 @@ allow-libvirt-group-to-access-the-socket.patch
fix-Debian-specific-path-to-hvm-loader.patch
Autodetect-if-the-remote-nc-command-supports-the-q-o.patch
patch-qemuMonitorTextGetMigrationStatus-to-intercept.patch
Disable-CHECKSUM-rule.patch
Debianize-libvirt-guests.patch
virsh-Initialize-library-before-calling-virResetLast.patch
Disable-daemon-start-test.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment