diff options
author | 2014-07-11 10:48:50 +0000 | |
---|---|---|
committer | 2014-07-11 10:48:50 +0000 | |
commit | 2afbc418eeb0d4ed49a103c83df0a5a298d368cc (patch) | |
tree | bd954ddd2f65470efdd539e26ea455d0c11dfc24 /lib/libssl/src | |
parent | Remove PSK from the ssl regress. (diff) | |
download | wireguard-openbsd-2afbc418eeb0d4ed49a103c83df0a5a298d368cc.tar.xz wireguard-openbsd-2afbc418eeb0d4ed49a103c83df0a5a298d368cc.zip |
switch from bpf_mtap to the shiny new bpf_mtap_stripvlan.
bpf listeners on a vlan interface don't expect to see a vlan header (you
expect those on the underlaying if). since we no longer prepend an ethernet
header to later throw it away and prepend an ether_vlan_header, we prepend
a ether_vlan_header right away. to unconfuse bpf listeners we need to cut
the 4 extra bytes out, which is what bpf_mtap_stripvlan does.
problem noticed by dlg with dhcrelay, ok benno dlg
Diffstat (limited to 'lib/libssl/src')
0 files changed, 0 insertions, 0 deletions