aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_crypto.c
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2009-06-07 23:00:40 +0000
committerHiroki Sato <hrs@FreeBSD.org>2009-06-07 23:00:40 +0000
commitdbe59260468858ff41276c815fdc723a96e55395 (patch)
tree9a067cbb66c280e9da4ac4cea8c84e204039d753 /sys/net80211/ieee80211_crypto.c
parent385432acf8a3ff4a0d139e1bacc8e0ca9e756f5e (diff)
downloadsrc-dbe59260468858ff41276c815fdc723a96e55395.tar.gz
src-dbe59260468858ff41276c815fdc723a96e55395.zip
Fix and add a workaround on an issue of EtherIP packet with reversed
version field sent via gif(4)+if_bridge(4). The EtherIP implementation found on FreeBSD 6.1, 6.2, 6.3, 7.0, 7.1, and 7.2 had an interoperability issue because it sent the incorrect EtherIP packets and discarded the correct ones. This change introduces the following two flags to gif(4): accept_rev_ethip_ver: accepts both correct EtherIP packets and ones with reversed version field, if enabled. If disabled, the gif accepts the correct packets only. This flag is enabled by default. send_rev_ethip_ver: sends EtherIP packets with reversed version field intentionally, if enabled. If disabled, the gif sends the correct packets only. This flag is disabled by default. These flags are stored in struct gif_softc and can be set by ifconfig(8) on per-interface basis. Note that this is an incompatible change of EtherIP with the older FreeBSD releases. If you need to interoperate older FreeBSD boxes and new versions after this commit, setting "send_rev_ethip_ver" is needed. Reviewed by: thompsa and rwatson Spotted by: Shunsuke SHINOMIYA PR: kern/125003 MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=193664
Diffstat (limited to 'sys/net80211/ieee80211_crypto.c')
0 files changed, 0 insertions, 0 deletions