]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Merge branch 'master' of repo.isc.org:/proj/git/prod/dhcp
authorJeremy C. Reed <jreed@isc.org>
Tue, 8 Mar 2016 17:11:28 +0000 (12:11 -0500)
committerJeremy C. Reed <jreed@isc.org>
Tue, 8 Mar 2016 17:11:28 +0000 (12:11 -0500)
Conflicts:
RELNOTES

1  2 
README
RELNOTES

diff --cc README
Simple merge
diff --cc RELNOTES
index 8df8a17ed99df3b9e960c3de0c33b474a931b2cb,26d508205b4d2ab211b39cb6c734220f94a3c5b7..136a7a59b4647b8c7aebf6fe9cb361c68801f30a
+++ b/RELNOTES
@@@ -64,8 -64,8 +64,8 @@@ by Eric Young (eay@cryptsoft.com)
    keep the previous behavior.
    [ISC-Bugs #38692]
  
- - The Linux packet filter code now correctly treats only least significant
-   12 bits an inbound packet's TCI value as the VLAN id (per IEEE 802.1Q).
 -- The linux packet filter code now correctly treats only the least significant
++- The Linux packet filter code now correctly treats only the least significant
+   12 bits in an inbound packet's TCI value as the VLAN id (per IEEE 802.1Q).
    Prior to this it was using the entire 16 bit value as the VLAN id and
    incorrectly discarding packets.  Thanks to Jiri Popelka at Red Hat for
    reporting this issue and supplying its patch.