2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +00:00

[master] Fixed typo in release notes

This commit is contained in:
Thomas Markwalder
2015-09-24 07:06:27 -04:00
parent 88c3ff5d09
commit 4745d807f0

View File

@@ -59,7 +59,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