summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2007-09-30 18:12:55 +0200
committerLoïc Minier <lool@dooz.org>2007-09-30 18:12:55 +0200
commitd9fd17038aa60353549663c0e7bda59d1d96c2a0 (patch)
treeb39304b3f7652618a465b7f74dfd2f0343b48668
parent8630b0a17445d5d185fda83205f787bf410977f8 (diff)
Document that the default for REORDER_HDR is 1 since 2.6.18
-rw-r--r--debian/changelog6
-rw-r--r--vconfig.84
2 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index d171686..8927805 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-vlan (1.9-3) UNRELEASED; urgency=low
+vlan (1.9-3) unstable; urgency=low
* Add XS-Vcs-Git and XS-Vcs-Browser fields to control.
* Fix and cleanup the vlan-interfaces.5 man page.
@@ -27,8 +27,10 @@ vlan (1.9-3) UNRELEASED; urgency=low
* Pass STRIP=true to the upstream build to avoid stripping; closes: #438253.
* Hide "bind-type" in help string as it doesn't seem to be implemented;
closes: #398807.
+ * Document that the default for REORDER_HDR is 1 since 2.6.18; thanks
+ Kristian Sørensen; closes: #436219.
- -- Loic Minier <lool@dooz.org> Sun, 30 Sep 2007 18:09:19 +0200
+ -- Loic Minier <lool@dooz.org> Sun, 30 Sep 2007 18:12:43 +0200
vlan (1.9-2) unstable; urgency=medium
diff --git a/vconfig.8 b/vconfig.8
index e9685c2..4030373 100644
--- a/vconfig.8
+++ b/vconfig.8
@@ -22,8 +22,8 @@ will be called according to the nameing convention set.
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.