summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2018-08-02 14:15:21 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2018-08-02 14:19:53 +0200
commit0b500d6dd17eea3d16cd580fe54a5c6ae2faa9cf (patch)
tree564169a098a4bdb720792a94540b9399e4c2a005 /debian
parent94591239ad91f866ec46313217b1f4da574978c1 (diff)
Put Debian source changes into a patchdebian/1.9-3.4archive/debian/1.9-3.4
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/fix-docco.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/patches/fix-docco.patch b/debian/patches/fix-docco.patch
new file mode 100644
index 0000000..3596a45
--- /dev/null
+++ b/debian/patches/fix-docco.patch
@@ -0,0 +1,29 @@
+Fix the documentation
+
+--- a/vconfig.8
++++ b/vconfig.8
+@@ -22,8 +22,8 @@
+ Removes the named vlan\-device.
+ .TP
+ .B set_flag [vlan\-device] 0 | 1
+-When 1, ethernet header reorders are turned on. Dumping the device
+-will appear as a common ethernet device without vlans. When 0(default)
++When 1 (the default since 2.6.18), ethernet header reorders are turned on.
++Dumping the device will appear as a common ethernet device without vlans. When 0
+ however, ethernet headers are not reordered, which results in vlan tagged
+ packets when dumping the device. Usually the default gives no problems,
+ but some packet filtering programs might have problems with it.
+--- a/vconfig.c
++++ b/vconfig.c
+@@ -52,8 +52,11 @@
+ "* vlan_qos is the 3 bit priority in the VLAN header\n"
+ "* name-type: VLAN_PLUS_VID (vlan0005), VLAN_PLUS_VID_NO_PAD (vlan5),\n"
+ " DEV_PLUS_VID (eth0.0005), DEV_PLUS_VID_NO_PAD (eth0.5)\n"
++// Debian: this option appears nowhere else in the source, see Debian #398807
++#if 0
+ "* bind-type: PER_DEVICE # Allows vlan 5 on eth0 and eth1 to be unique.\n"
+ " PER_KERNEL # Forces vlan 5 to be unique across all devices.\n"
++#endif
+ "* FLAGS: 1 REORDER_HDR When this is set, the VLAN device will move the\n"
+ " ethernet header around to make it look exactly like a real\n"
+ " ethernet device. This may help programs such as DHCPd which\n"