From: Thomas Markwalder Date: Thu, 24 Sep 2015 11:07:24 +0000 (-0400) Subject: [v4_1_esv] Fixed typo in release notes X-Git-Tag: v4_1_esv_r13b1~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77fb05445c71175cad25e1f741003ee9672227f4;p=thirdparty%2Fdhcp.git [v4_1_esv] Fixed typo in release notes --- diff --git a/RELNOTES b/RELNOTES index 2d73313f4..e97fdb82b 100644 --- a/RELNOTES +++ b/RELNOTES @@ -65,7 +65,7 @@ by Eric Young (eay@cryptsoft.com). patches to address them. [ISC-Bugs #40754] -- The linux packet fitler code now correctly treats only least significant +- 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). 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