commit | e182f31b9e1c463ea46197b8f3876ef42b4f100a | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Sep 04 13:11:30 2019 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Sep 12 11:22:45 2019 +0300 |
tree | 023c4eee8a200e74737b0f78e6201a580d27cd66 | |
parent | 6fd6b7e50a671aee5b7d116c831dc902cbd55326 [diff] |
net: Add IPPROTO_RAW as it was missing The IPPROTO_RAW is used as a default for SOCK_RAW when protocol is not set in socket() call. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>