Actions
Bug #5573
closedsockmod_pfp improperly handles SO_RCVBUF
Start date:
2015-01-30
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
The current sockmod_pfp code does not handle SO_RCVBUF, but elues to magical fallback code that will instead. No such code exists and PF_PACKET sockets are not capable of proper getsockopt/setsockopt(SO_RCVBUF) operations.
Updated by Electric Monk over 8 years ago
- Status changed from New to Closed
git commit 336069c20319c172c4ff9d87d67e8f6301c98a5d
commit 336069c20319c172c4ff9d87d67e8f6301c98a5d Author: Patrick Mooney <patrick.f.mooney@gmail.com> Date: 2015-02-14T18:56:48.000Z 5573 sockmod_pfp improperly handles SO_RCVBUF 5574 sockmod_pfp unable to locate ifindex for bind 5575 sockmod_pfp needs larger statistics counters 5576 sockmod_pfp improperly handles SIOCGSTAMP 5577 sockmod_pfp should limit bpf program size Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
Actions